Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
[wine] / ChangeLog
1 ----------------------------------------------------------------
2 2000-12-02  Alexandre Julliard  <julliard@winehq.com>
3
4         * server/mapping.c:
5         Andreas Mohr <amohr@codeweavers.com>
6         Check the attributes of the *current* section, not only the attributes
7         of the *first* section...
8
9         * windows/winproc.c:
10         Fixed WINPROC_GetPtr() to always pass the start of the block to
11         HeapValidate().
12
13         * scheduler/process.c:
14         Display an error message if loading a Winelib app failed (suggested by
15         Francois Gouget).
16
17         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
18         Francois Gouget <fgouget@free.fr>
19         Use the DUMMYUNIONNAME macros so that the headers can be used in
20         Winelib.
21
22         * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
23         Aric Stewart <aric@codeweavers.com>
24         Added ASCII-only version of toupper, tolower, strcasecmp and the like
25         for file and module I/O.
26
27         * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
28         Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
29         again (untested).
30
31         * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
32         Patrik Stridvall <ps@leissner.se>
33         Added/modified documentation for function arguments.
34
35         * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
36         Patrik Stridvall <ps@leissner.se>
37         Minor API files update.
38
39         * dlls/commdlg/filedlg95.c:
40         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
41         FileOpenDlgProc95: notify application of changed selection after
42         filling template.
43
44         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
45         Eric Pouech <Eric.Pouech@wanadoo.fr>
46         Fixed bugs when tray was open.
47
48         * windows/winproc.c:
49         Dmitry Timoshkov <dmitry@codeweavers.com>
50         Added several additional to/from unicode message mappings.
51
52         * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
53         Always put the dll constructor in the .init section, and like the
54         .spec.o file first to ensure correct calling order of the constructors.
55
56         * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
57         Francois Gouget <fgouget@codeweavers.com>
58         Fixed miscellaneous typos, syntactic and grammatical errors.
59
60         * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
61         Francois Gouget <fgouget@codeweavers.com>
62         Fixed the case of "Winelib".
63
64         * documentation/winemaker.man:
65         Francois Gouget <fgouget@codeweavers.com>
66         Fix the Winelib case.
67         The linking aspects have been solved by the last winebuild update ->
68         removed from the todo list.
69         The configure script has been updated -> removed from the todo list.
70
71         * tools/winemaker:
72         Francois Gouget <fgouget@codeweavers.com>
73         If there is a single target, it should also get the 'project_settings
74         sources'.
75         If a subdirectory is called 'include' then add it to the include path.
76
77         * windows/winproc.c:
78         Dimitrie O. Paun <dimi@cs.toronto.edu>
79         Include config.h.
80
81         * include/winuser.h:
82         Dmitry Timoshkov <dmitry@codeweavers.com>
83         Added several clipboard formats.
84
85         * Make.rules.in:
86         Dennis Björklund <db@zigo.dhs.org>
87         Compile fix for building wine outside the source tree.
88
89         * dlls/wininet/internet.c:
90         Andreas Mohr <amohr@codeweavers.com>
91         InternetCloseHandle didn't return TRUE in all appropriate cases.
92
93         * win32/device.c:
94         Andreas Mohr <amohr@codeweavers.com>
95         Added a --winver nt40 hint to VxD error message.
96
97         * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
98         Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
99         Added some stubs.
100
101         * windows/defwnd.c:
102         Louis Philippe Gagnon <louisphilippe@macadamian.com>
103         - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
104           release it on a WM_RBUTTONUP
105         - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
106         - Use parent-relative coordinates when calling NC_HandleNCHitTest
107
108 2000-12-01  Alexandre Julliard  <julliard@winehq.com>
109
110         * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
111         Patrik Stridvall <ps@leissner.se>
112         Added/modified documentation for function arguments.
113
114         * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
115         Patrik Stridvall <ps@leissner.se>
116         Fixed Win16 documentation not fixed because of a bug in winapi_check.
117
118         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
119         Patrik Stridvall <ps@leissner.se>
120         Fixed some issues found by winapi_check.
121
122         * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
123         Patrik Stridvall <ps@leissner.se>
124         - Fixed a bug concerning Win16 documentation.
125         - Fixed some bugs concerning argument documentation
126         - Minor API files update
127
128         * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
129         Removed some unnecessary includes.
130
131         * include/module.h, include/neexe.h, include/wine/winbase16.h:
132         Moved useful NE format definitions to winbase16.h.
133
134         * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
135         Dimitrie O. Paun <dimi@cs.toronto.edu>
136         Modified winebuild to use the __ASM_FUNC macro for greater portability.
137
138         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
139         Moved the few remaining functions in wprocs.dll to kernel.dll.
140         No longer load wprocs.dll unconditionally.
141         Restored default interrupt handler behavior (reported by Andreas Mohr).
142
143         * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
144         Finished separation of shell32 and wsock32.
145
146         * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
147         Dimitrie O. Paun <dimi@cs.toronto.edu>
148         Supply dummy getrlimit if absent.
149
150         * dlls/kernel/kernel.spec:
151         Eric Pouech <Eric.Pouech@wanadoo.fr>
152         Fixed segstr to str proto.
153
154         * debugger/debugger.h, debugger/types.c:
155         Eric Pouech <Eric.Pouech@wanadoo.fr>
156         Cleaned up internal types definition.
157
158         * debugger/stabs.c:
159         Eric Pouech <Eric.Pouech@wanadoo.fr>
160         Improved stabs loading (now using recursive parsing, required by stabs
161         generated by latest gcc versions).
162
163         * debugger/expr.c:
164         Eric Pouech <Eric.Pouech@wanadoo.fr>
165         Work around for deref issues (least impact solution taken, even if issues remain).
166
167         * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
168         Aric Stewart <aric@codeweavers.com>
169         A number of additions to the nls files. Also one correction, we had
170         895 for the Czech default codepage but according to microsoft it
171         should be 852.
172
173         * tools/winelauncher.in:
174         Jeremy White <jwhite@codeweavers.com>
175         Make winelauncher work better for source tree builds.
176         Make winelauncher detect the lack of a ~/.winerc file and prompt the
177         user about it.
178         Pass command line parameters a bit more graciously; improves
179         interaction with gmc and kfm.
180
181         * windows/x11drv/wnd.c:
182         Marcus Meissner <marcus@jet.franken.de>
183         Added the KDE 2 beta and final method of specifying systray windows.
184
185 2000-11-30  Alexandre Julliard  <julliard@winehq.com>
186
187         * controls/listbox.c:
188         Louis Philippe Gagnon <louisphilippe@macadamian.com>
189         Don't update scrollbars when processing WM_DESTROY.
190
191         * windows/winproc.c:
192         Check for NULL handle before calling HeapValidate.
193
194         * documentation/winemaker.man:
195         Francois Gouget <fgouget@codeweavers.com>
196         Bring the man page in line with the latest version of winemaker.
197
198         * tools/winemaker:
199         Francois Gouget <fgouget@codeweavers.com>
200         - In interactive mode, don't ignore invalid options, ask the user again
201         - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
202         - Pass the global defines and include path to WRC
203         - Base the cleanup on the OBJS variable so that it works even if the
204           sources are in a subdirectory
205
206         * tools/winemaker:
207         Francois Gouget <fgouget@codeweavers.com>
208         - Fix the handling of relative include/library paths
209         - In interactive mode, print "./" for the top level directory rather
210           than an empty string
211         - We don't need to force a space before assignments
212         - Align TOPSRCDIR & co like all the other assignements
213         - Compile Dlls first (dependencies would do it more or less anyway)
214         - Wording change in the usage
215
216         * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
217         Finished separation of advapi32.
218
219         * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
220         Finished separation of ole32.
221
222         * dlls/comctl32/comctl32undoc.c:
223         Guy L. Albertelli <galberte@neo.lrun.com>
224         Implement better version of DPA_Merge.
225
226         * dlls/wininet/ftp.c:
227         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
228         Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
229
230         * memory/heap.c:
231         Andreas Mohr <amohr@codeweavers.com>
232         Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
233
234         * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
235         David Elliott <dfe@infinite-internet.net>
236         Remove libXXXX.so.1.0 lines from .cvsignore files.
237
238         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
239         Finished separation of comclt32 and comdlg32.
240
241         * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
242         Fixed progman internal dependencies and build it like the other
243         programs.
244
245         * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
246         Export a few 16-bit functions needed by higher-level dlls.
247
248         * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
249         Export the wine server functions from ntdll.
250
251         * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, 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:
252         Patrik Stridvall <ps@leissner.se>
253         - Added new option --documentation-arguments
254         - Minor API files update
255
256         * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
257         Patrik Stridvall <ps@leissner.se>
258         Don't include windows.h internally.
259
260         * documentation/wine.man.in, misc/version.c:
261         Andreas Mohr <amohr@codeweavers.com>
262         Added alias capability to --winver.
263         win2000 is the official value.
264
265         * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
266         Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
267         Added a hack in MapLS to recognize such allocations and use the heap
268         selector in this case.
269
270         * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
271         Removed dependencies on Wine internal functions.
272
273         * windows/winproc.c:
274         Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
275
276         * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
277         Removed "elfdll" load order option and updated documentation.
278
279 2000-11-29  Alexandre Julliard  <julliard@winehq.com>
280
281         * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
282         Dimitrie O. Paun <dimi@cs.toronto.edu>
283         Do not include sys/ptrace.h and sys/user.h unconditionally.
284         Other portability fixes.
285
286         * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
287         Brian Teague <bteague@rice.edu>
288         Add a stub for the CAPS1 capability in GetDeviceCaps.
289         Define the CAPS1 bit flags in wingdi.h
290         Make various calls to GetDeviceCaps in DLLS use #defined values.
291
292         * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
293         Renamed CallTo16* functions to wine_call_to_16* and export them from
294         kernel32.spec.
295
296         * dlls/commdlg/filedlg.c:
297         Gerard Patel <gerard.patel@asi.fr>
298         Fixed returned length of files.
299
300         * configure.in, debugger/stabs.c, include/config.h.in, configure:
301         Dimitrie O. Paun <dimi@cs.toronto.edu>
302         Do not use a.out.h.
303
304         * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
305         Cleaned up some more dependencies on Wine internal functions.
306
307         * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
308         Added implementation of lstat to port.c.
309
310         * win32/device.c:
311         Kees Schoenmakers <keess@milltronics.com>
312         Added HASP device stub.
313
314         * objects/gdiobj.c:
315         Lionel Ulmer <lionel.ulmer@free.fr>
316         Fixed the size of the large_handles array.
317
318         * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
319         Dimitrie O. Paun <dimi@cs.toronto.edu>
320         Fixed a few compilation warnings.
321
322         * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
323         Andreas Mohr <amohr@codeweavers.com>
324         WM_SETTEXT should return TRUE on success.
325
326         * memory/virtual.c:
327         Andreas Mohr <amohr@codeweavers.com>
328         VirtualQuery should return 0 for all addresses >= 0xc0000000.
329
330         * dlls/comctl32/listview.c:
331         Aric Stewart <aric@codeweavers.com>
332         Ownerdata listviews were not clearing previously selected items when a
333         new item is set as selected using SetItem and the listview has
334         LVIS_SINGLESEL.
335
336 2000-11-28  Alexandre Julliard  <julliard@winehq.com>
337
338         * windows/x11drv/keyboard.c:
339         Aric Stewart <aric@codeweavers.com>
340         We were returning characters for various CTRL + Symbol keystrokes
341         which should not return characters.
342
343         * misc/cpu.c:
344         Marcus Meissner <Marcus.Meissner@caldera.de>
345         linux-2.4.0-test10 now calls 'flags' as 'features'.
346
347         * windows/win.c:
348         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
349         Slightly rearrange WIN16/WIN32A/WIN32 window creation.
350
351         * controls/button.c, controls/widgets.c:
352         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
353         Made button control fully unicode aware.
354
355         * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
356         Andreas Mohr <amohr@codeweavers.com>
357         - fix crash in SETUPX_TranslateLDID()
358         - implement custom LDID lookup
359
360         * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.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, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
361         Got rid of the Wine internal lstrcpy* functions and of winestring.h.
362
363         * documentation/wine.man.in:
364         Andreas Mohr <amohr@codeweavers.com>
365         Updated man page.
366
367         * memory/heap.c, include/heap.h:
368         Made HEAP_strdup* functions inline (temporary).
369
370         * dlls/winspool/info.c, win32/newfns.c:
371         Moved EnumPortsA to dlls/winspool.
372
373 2000-11-27  Alexandre Julliard  <julliard@winehq.com>
374
375         * */*.c:
376         Dimitrie O. Paun <dimi@cs.toronto.edu>
377         Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
378
379         * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
380         Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
381         relay stubs if debugging is on.
382
383         * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
384         Dimitrie O. Paun <dimi@cs.toronto.edu>
385         Test if we need to put the .type directive inside a .def directive.
386
387         * dlls/ddraw/dsurface/main.c:
388         Marcus Meissner <marcus@jet.franken.de>
389         Truncate dest blit rectangle down to surface size.
390
391         * dlls/winmm/wineoss/midi.c:
392         Marcus Meissner <marcus@jet.franken.de>
393         WARN() about missing /dev/sequencer, it's too confusing for newbies.
394
395         * graphics/x11drv/oembitmap.c:
396         Andreas Mohr <amohr@codeweavers.com>
397         Also mention xpm-devel in the error msg.
398
399         * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
400         Add FloatingPointProcessor empty entry to the registry.
401
402         * controls/menu.c:
403         Louis Philippe Gagnon <louisphilippe@macadamian.com>
404         When processing mouse messages in MENU_TrackMenu, use the coordinates
405         in lParam instead of those in MSG::pt.
406
407         * loader/pe_image.c:
408         Display the name of the function when import failed.
409
410         * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
411         Fixed a few dependencies on 16-bit or internal functions. Fixed a few
412         warnings.
413
414         * dlls/winsock/socket.c, dlls/winmm/mmio.c:
415         Fixed SEGPTR_GET usage.
416
417         * dlls/user/user32.spec:
418         Added entry for PrivateExtractIconsA.
419
420         * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
421         Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
422         DisposeLZ32Handle and use them to replace file.c internal functions.
423         Renamed WOW* functions into K32WOW*.
424
425         * dlls/kernel/toolhelp.spec:
426         Added entry for TerminateApp16.
427
428         * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
429         Changed GetProcAddress16 and 16-bit resource functions to take normal
430         pointers instead of SEGPTRs.
431         Removed WIN16_GetTempDrive.
432
433         * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
434         Andreas Mohr <amohr@codeweavers.com>
435         - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
436           and *document* it (win98 was not documented previously)
437         - OaBuildVersion: add value for NT4 SP6
438         - spelling fixes
439
440         * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
441         Jon Griffiths <jon_p_griffiths@yahoo.com>
442         - configure tests for finite()/fpclass(), fixes BSD compile
443         - winapi_check updates, fix errno in more math calls
444
445         * win32/except.c, include/toolhelp.h, loader/task.c:
446         Andreas Mohr <amohr@codeweavers.com>
447         Implemented TerminateApp needed for DBase 5.0.
448         Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
449
450         * controls/edit.c:
451         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
452         General clean up of the edit control: removed transfer of unused
453         variables, fixed signed/unsigned mismatches.
454
455         * tools/winebuild/parser.c:
456         Francois Gouget <fgouget@codeweavers.com>
457         The init function can be called main.
458
459         * memory/global.c:
460         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
461         GlobalAlloc as GlobalAlloc16 should round size to 32.
462         Call SetLastError in GlobalLock.
463
464 2000-11-26  Alexandre Julliard  <julliard@winehq.com>
465
466         * dlls/win32s/win32s16.c, memory/selector.c:
467         Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
468         dlls/win32s.
469
470         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
471         Removed dependency on 16-bit file I/O functions.
472
473         * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
474         Moved wsprintf functions to dlls/user.
475
476         * controls/scroll.c:
477         Chris Morgan <cmorgan@codeweavers.com>
478         Don't draw scrollbars if their client rectangle is empty.
479
480         * dlls/winsock/socket.c:
481         Marcus Meissner <marcus@jet.franken.de>
482         Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
483
484         * files/profile.c:
485         Marcus Meissner <marcus@jet.franken.de>
486         Removed strange checkj for !filename, so we don't get section NULL
487         accesses later.
488
489         * loader/pe_image.c:
490         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
491         Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
492
493         * dlls/comctl32/updown.c:
494         Dimitrie O. Paun <dimi@cs.toronto.edu>
495         Corrected default values with help from Ulrich Czekalla.
496
497         * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
498         Added entry point flags -noimport, -norelay, -ret64 and -i386.
499         Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
500         Win32 too.
501         Made parser more robust against truncated files.
502
503         * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
504         Dimitrie O. Paun <dimi@cs.toronto.edu>
505         Make sure all files using config.h constants actually #include "config.h"
506
507         * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
508         Patrik Stridvall <ps@leissner.se>
509         Fixed some issues found by winapi_check.
510
511         * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
512         Patrik Stridvall <ps@leissner.se>
513         Minor API files update.
514
515         * tools/winebuild/import.c:
516         Marcus Meissner <marcus@jet.franken.de>
517         The __wine_call_from_16_ calls in the import table should use a valid
518         segment for dereferencing their pointer (using CS).
519
520         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
521         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
522         Added checking for netdb.h.
523         Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
524
525         * include/x11drv.h, graphics/x11drv/dib.c:
526         Dimitrie O. Paun <dimi@cs.toronto.edu>
527         Do not compile code that makes use of the X Shm extension.
528
529 2000-11-25  Alexandre Julliard  <julliard@winehq.com>
530
531         * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
532         Moved GET_IP out of winnt.h.
533
534         * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
535         Vasily I. Volchenko <FoodTechnologist@pisem.net>
536         Added Russian language support.
537         Fixed bug of file browsing operation (filepath length corrected).
538
539         * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
540         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
541         Added checking for mmap.
542
543         * tools/wrc/utils.c:
544         Added a few missing languages.
545
546         * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
547         Nerijus Baliunas <nerijus@users.sourceforge.net>
548         Added missing locales to locale_rc.rc.
549
550         * graphics/x11drv/dib.c:
551         Ove Kaaven <ovek@transgaming.com>
552         Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
553
554         * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
555         Francois Jacques <francoisj@macadamian.com>
556         - support for arguments with referenced types
557         - imported type libraries
558         - dispinterfaces
559         - dual interfaces
560         - ref count problems
561         - memory leaks fixed
562
563         * dlls/crtdll/crtdll_main.c:
564         Marcus Meissner <marcus@jet.franken.de>
565         glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
566
567         * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
568         Fixed GetLargestConsoleWindowSize return type for Winelib apps.
569
570         * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
571         Added a few forwards.
572
573         * dlls/user/misc.c, dlls/user/user32.spec:
574         Fixed typos.
575
576         * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
577         Ove Kaaven <ovek@transgaming.com>
578         Implemented Get/SetDIBColorTable.
579
580         * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
581         Nerijus Baliunas <nerijus@users.sourceforge.net>
582         Completed lvi.nls and lth.nls.
583
584         * windows/message.c:
585         Ove Kaaven <ovek@arcticnet.no>
586         Check whether senderQ is NULL before trying to lock it.
587
588         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
589         Jon Griffiths <jon_p_griffiths@yahoo.com>
590         - Fix ctype(), make is* functions binary compatible
591         - Add 13 functions, set errno in math calls
592
593         * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
594         Patrik Stridvall <ps@leissner.se>
595         Fixed some issues found by winapi_check.
596
597         * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
598         Patrik Stridvall <ps@leissner.se>
599         Minor API files update.
600
601         * include/comcat.h, include/rpc.h:
602         Francois Gouget <fgouget@codeweavers.com>
603         Include the same headers as on Windows.
604
605         * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
606         Francois Gouget <fgouget@codeweavers.com>
607         compobj.h is a synonym for objbase.h
608         Moved all the other contents to dlls/ole32/compobj_private.h
609
610         * dlls/comctl32/header.c:
611         Eric Kohl <ekohl@codeweavers.com>
612         Added notification format handling.
613
614         * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
615         Ove Kaaven <ovek@arcticnet.no>
616         Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
617
618         * windows/x11drv/keyboard.c:
619         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
620         Fixed ToUnicode TRACE message.
621
622         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
623         Jon Griffiths <jon_p_griffiths@yahoo.com>
624         - Add math calls: scalb, fpclass, nextafter, logb, _CI*
625         - Add futime, utime, purecall, getpid
626
627         * dlls/ntdll/misc.c:
628         Jon Griffiths <jon_p_griffiths@yahoo.com>
629         NTDLL__CIpow returns double, not LONG.
630
631         * dlls/winmm/wineoss/audio.c:
632         Stephane Lussier <stephane@macadamian.com>
633         - Read all the fragments available, not only one fragment before
634           going back to sleep.
635         - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
636           recording. If this command is not supported by the device, read 4
637           bytes in the sound device instead.
638
639         * windows/dialog.c:
640         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
641         Add support for national characters as accelerators in dialogs.
642
643         * windows/message.c:
644         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
645         Always generate unicode CHAR messages.
646
647         * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
648         Fixed warnings.
649
650         * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
651         Andreas Mohr <amohr@codeweavers.com>
652         Cosmetics.
653
654         * include/wine/wingdi16.h:
655         Andreas Mohr <amohr@codeweavers.com>
656         Added GdiSeeGdiDo16.
657
658         * include/winnt.h:
659         Andreas Mohr <amohr@codeweavers.com>
660         Removed double ANYSIZE_ARRAY define.
661
662         * tools/winemaker:
663         Francois Gouget <fgouget@codeweavers.com>
664         When autodetected the MFC were still generating wrappers.
665         Fixed inconsistencies in the use of 'no' in the option names.
666         Updated the MFC link-list (configure.in).
667         Made the Makefile.in layout more readable.
668
669         * dlls/comctl32/updown.c:
670         Dimitrie O. Paun <dimi@cs.toronto.edu>
671         Update comments, cleanup warning messages.
672
673         * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
674         Dimitrie O. Paun <dimi@cs.toronto.edu>
675         Include config.h in files that test for constants defined in it.
676
677         * dlls/kernel/comm.c:
678         Dimitrie O. Paun <dimi@cs.toronto.edu>
679         Avoid using TIOCM_* constants if not available.
680
681         * include/wine/obj_base.h:
682         Dimitrie O. Paun <dimi@cs.toronto.edu>
683         Fixed typo in macro ICOM_METHOD11 parameter list.
684
685         * dlls/imagehlp/modify.c:
686         Eric Kohl <ekohl@codeweavers.com>
687         Implemented PE file checksum calculation.
688
689         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
690         Eric Kohl <ekohl@codeweavers.com>
691         Removed calls to internal (non-exported) wine functions.
692
693         * dlls/kernel/locale_rc.rc:
694         Aric Stewart <aric@codeweavers.com>
695         Added the turkish locale.
696
697         * windows/x11drv/clipboard.c:
698         Ulrich Czekalla <uczekalla@codeweavers.com>
699         Allow for zero-length string selections.
700
701         * dlls/comctl32/header.c:
702         Ulrich Czekalla <uczekalla@codeweavers.com>
703         Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
704
705         * ole/ole2nls.c:
706         Andreas Mohr <amohr@codeweavers.com>
707         CompareStringW returned wrong results sometimes.
708
709         * ole/Makefile.in:
710         Dimitrie O. Paun <dimi@cs.toronto.edu>
711         We no longer have an ole/nls directory.
712
713         * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
714         Marcus Meissner <marcus@jet.franken.de>
715         Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
716
717         * windows/message.c:
718         Ove Kaaven <ovek@transgaming.com>
719         Implemented SendNotifyMessage().
720
721         * tools/wineinstall:
722         Andreas Mohr <amohr@codeweavers.com>
723         Made wineinstall a bit more verbose.
724
725         * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
726         WinG was written for 8bpp DIBs, so some apps assume that, so always
727         recommend 8bpp, regardless of the actual display depth.
728
729         * graphics/painting.c:
730         Marcus Meissner <marcus@jet.franken.de>
731         GetPixel needs to return CLR_INVALID if not inside clipping region.
732
733         * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
734         Marcus Meissner <marcus@jet.franken.de>
735         Added OLE32.DllRegisterServer stub.
736
737         * dlls/avifil32/avifile.spec:
738         Ove Kaaven <ovek@arcticnet.no>
739         Routed a couple of 16-bit avifile.dll handlers to the 32-bit
740         handlers... well, works for Civilization II.
741
742         * dlls/ntdll/ntdll.spec:
743         Marcus Meissner <marcus@jet.franken.de>
744         Added pow() forward.
745
746         * relay32/snoop.c:
747         Marcus Meissner <marcus@jet.franken.de>
748         Don't test !HIWORD values for pointerness.
749
750         * include/windef.h:
751         Dimitrie O. Paun <dimi@cs.toronto.edu>
752         Fixed compilation warning on Cygwin.
753
754         * dlls/comctl32/comctl32undoc.c:
755         Marcus Meissner <marcus@jet.franken.de>
756         MultiByteToWideChar() returns characters, not bytes.
757
758         * dlls/oleaut32/variant.c:
759         Francois Jacques <francoisj@macadamian.com>
760         Implemented VT_EMPTY to VT_BSTR type coercion.
761
762         * include/ole2.h, include/oleauto.h:
763         Marcus Meissner <marcus@jet.franken.de>
764         Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
765
766         * dlls/kernel/format_msg.c:
767         Marcus Meissner <marcus@jet.franken.de>
768         Handle %ls same as %s.
769
770         * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
771         Marcus Meissner <marcus@jet.franken.de>
772         Added stub for DCIOpenProvider.
773
774 2000-11-16  Alexandre Julliard  <julliard@winehq.com>
775
776         * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
777         Avoid linking with ntdll where possible.
778
779         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
780         Removed calls to Wine internal functions.
781
782         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
783         Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
784
785 2000-11-15  Alexandre Julliard  <julliard@winehq.com>
786
787         * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
788         Moved standard syslevel APIs declaration to winbase.h.
789         Use exported syslevel function wherever possible.
790         Moved SEGPTR declaration to windef16.h.
791
792         * include/winproc.h, windows/message.c, windows/winproc.c:
793         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
794         Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
795         WM_SYSDEADCHAR messages.
796
797         * tools/winebuild/main.c:
798         Francois Gouget <fgouget@free.fr>
799         Allow the user to stick the option and its argument together.
800
801         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
802         Jon Griffiths <jon_p_griffiths@yahoo.com>
803         - Complete the implementation of heap functions
804         - Forward j0,j1,jn,y0,y1,yn math calls to libc
805         - Add strnextc, pass text flag in creat, winapi_check fixes
806
807         * controls/widgets.c:
808         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
809         Prepare switching to unicode of builtin widgets.
810
811         * include/wine/obj_base.h:
812         James Hatheway <james@macadamian.com>
813         Increase number of parameters possible for ICOM_* macros to 11.
814
815         * debugger/stabs.c:
816         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
817         Skip directories when loading debug symbols.
818
819         * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
820         Eric Pouech <Eric.Pouech@wanadoo.fr>
821         Improved internal module handling (module now have a size, map of
822         loaded module is clearer, better error reporting, seperated module
823         loading code from symbol extraction).
824
825         * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
826         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
827         Remove redundant includes.
828         Eliminate use of USER internal structures.
829
830         * dlls/comctl32/tab.c:
831         Eric Kohl <ekohl@codeweavers.com>
832         Use internal unicode strings.
833         Added unicode messages.
834
835         * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
836         Eric Kohl <ekohl@codeweavers.com>
837         New unicode support functions.
838
839         * tools/winebuild/spec16.c:
840         Dimitrie O. Paun <dimi@cs.toronto.edu>
841         Include config.h.
842
843         * dlls/ole32/compobj.c:
844         Marcus Meissner <marcus@jet.franken.de>
845         Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
846
847         * misc/registry.c:
848         Marcus Meissner <marcus@jet.franken.de>
849         RegSetValueEx16 might get passed 0 as count of databytes, determine
850         string length for ourselves in this case.
851
852         * include/objbase.h, include/unknwn.h:
853         Francois Gouget <fgouget@codeweavers.com>
854         Match the Windows header dependencies.
855
856         * windows/sysmetrics.c:
857         Francois Gouget <fgouget@codeweavers.com>
858         SM_ARRANGE is ARW_HIDE, i.e. 8
859
860         * tools/winemaker:
861         Francois Gouget <fgouget@codeweavers.com>
862         Distinguish between IMPORTS and LIBRARIES.
863         Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
864         PROGRAMS to EXES to match.
865         Added a '-i' option for importing a Winelib library. '-l' is still
866         there but is only used for linking in the Unix sense.
867         Disabled the 'wrapper' options. It will be removed as a separate
868         patch.
869         No longer link with all of Wine's libraries.
870         Import the same default set of dlls as Visual Studio.
871         Avoid duplicate imports when generating the .spec file.
872         Updated the way winebuild is used.
873         Link applications as libraries and create a symbolic link to wine.
874         Detect where 'wine' is located in the configure script.
875         Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
876         XFILES, DLLS (configure.in)
877         Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
878         Removed the rules pertaining to spec files from the Make.rules.
879         Updated the clean command to remove the symbolic links.
880
881         * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
882         Marcus Meissner <marcus@jet.franken.de>
883         Added some rpcrt4 stubs.
884
885         * dlls/x11drv/x11drv_main.c:
886         Jeremy White <jwhite@codeweavers.com>
887         Allow desktop=N in the [x11drv] section of .winerc, instead of
888         defaulting to desktop=640x480.
889
890 2000-11-14  Alexandre Julliard  <julliard@winehq.com>
891
892         * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
893         Moved LDT handling to libwine.so. Changed the interface to use the
894         exported LDT_ENTRY structure.
895
896 2000-11-13  Alexandre Julliard  <julliard@winehq.com>
897
898         * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
899         Temp hack: do not import dlls that we link with at the ELF level.
900
901         * dlls/kernel/kernel32.spec:
902         Fixed copy/paste typo spotted by Dimitrie O. Paun.
903
904         * dlls/comctl32/rebar.c:
905         Guy L. Albertelli <galberte@neo.lrun.com>
906         Implement dragging on gripper to expand and compress bands. Actual
907         moving bands to different rows will be later.
908
909         * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
910         Mike McCormack <mike_mccormack@looksmart.com.au>
911         - created server object for handling async i/o
912         - implemented WaitCommEvent with the EV_RXCHAR flag
913         - implemented GetOverlappedResult
914
915         * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
916         Export the CallFrom16xxx functions from kernel32. Renamed them
917         __wine_call_from_16 to follow the naming convention.
918
919         * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
920         Do not warn for unused imported dlls when forwards to the same dlls
921         are present.
922
923         * tools/winebuild/spec32.c:
924         Don't include wine internal functions in the relay debugging table.
925
926         * Make.rules.in:
927         Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
928
929         * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
930         Replaced a few internal functions by exported ones.
931
932         * scheduler/pthread.c:
933         Ove Kaaven <ovek@arcticnet.no>
934         Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
935
936         * configure, configure.in:
937         Marcus Meissner <marcus@jet.franken.de>
938         Since we can no longer built .a files:
939         - remove -disable/-enable-dll option
940         - error and abort if no suitable shared library linking is possible
941
942         * tools/winemaker:
943         Francois Gouget <fgouget@codeweavers.com>
944         Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
945         Added AC_PATH_HEADER and AC_PATH_LIBRARY
946         Better header/library detection. Now works if things are already in
947         the include/library path
948         Look for the wine/MFC headers and libraries in more places so that it
949         works out of the box if Wine/MFC is installed in a standard place
950         (although there is not really a standard place yet for the MFC)
951         Renamed the '--with-xxx' options to have simpler more natural names
952         Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
953
954         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
955         When a Win16 app sets a selector base to low DOS memory, make sure low
956         DOS memory is mapped first.
957
958         * msdos/interrupts.c:
959         Ove Kaaven <ovek@arcticnet.no>
960         Use the virtual real-mode interrupt table if low DOS memory isn't
961         mapped.
962
963         * include/miscemu.h, msdos/dosmem.c:
964         Ove Kaaven <ovek@arcticnet.no>
965         Reorganized DOS memory remapping slightly, so that the real-mode
966         interrupt table can exist even when low DOS memory isn't mapped,
967         and is copied down along with the BIOS area whenever it is mapped.
968         Added DOSMEM_SystemBase() which returns a pointer to the virtual
969         real-mode interrupt table and BIOS data segment.
970         Allowed DOSMEM_Init(TRUE) to be called more than once.
971
972 2000-11-12  Alexandre Julliard  <julliard@winehq.com>
973
974         * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/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, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
975         Start using import tables for dlls that can already support it.
976
977         * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
978         Raise an exception for unimplemented 16-bit entry points too.
979         Added check for duplicate names in 16-bit spec files.
980
981         * win32/except.c, winedefault.reg:
982         The debugger "Auto" registry value should be a string.
983
984         * dlls/x11drv/x11drv_main.c, wine.ini:
985         Andreas Mohr <amohr@codeweavers.com>
986         Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
987         config file.
988
989         * debugger/msc.c:
990         Eric Pouech <Eric.Pouech@wanadoo.fr>
991         Make use of Windows structure for COFF info.
992         Fixed a few issues in COFF loading.
993         Cleaned up the code.
994
995         * tools/c2man.pl:
996         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
997         Fix for APIs that don't have any ordinal (ordinal=@).
998
999         * dlls/winspool/info.c:
1000         Stefan Leichter <Stefan.Leichter@camline.com>
1001         Made WINSPOOL_GetPrinterDriver work again.
1002
1003 2000-11-11  Alexandre Julliard  <julliard@winehq.com>
1004
1005         * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
1006         Joerg Mayer <jmayer@loplof.de>
1007         Get rid of some warnings about unused variables, signed/unsigned
1008         comparisons and incomplete initializations.
1009
1010         * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
1011         Nerijus Baliunas <nerijus@users.sourceforge.net>
1012         Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
1013         8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
1014
1015         * dlls/comctl32/animate.c:
1016         Andreas Mohr <amohr@codeweavers.com>
1017         Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
1018
1019         * configure, configure.in:
1020         Eric Pouech <Eric.Pouech@wanadoo.fr>
1021         Added another detection of strength-reduce bug in GCC.
1022
1023 2000-11-10  Alexandre Julliard  <julliard@winehq.com>
1024
1025         * 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/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
1026         Build most programs as .so files.
1027
1028         * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
1029         Added Makeprog.rules.in containing rules for building Winelib
1030         programs.
1031
1032         * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
1033         Dimitrie O. Paun <dimi@cs.toronto.edu>
1034         Use variable argument macros when compiling with gcc.
1035
1036         * tools/winelauncher.in:
1037         Jeremy White <jwhite@codeweavers.com>
1038         Make winelauncher smarter about finding the Wine libraries and
1039         binaries.  Change the color scheme.  Handle launches with no
1040         arguments, correctly handle invocation as a mime-type handler from
1041         KDE.
1042
1043         * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
1044         Francois Gouget <fgouget@codeweavers.com>
1045         Use DUMMYxxxNAME for anonymous struct/unions.
1046
1047         * include/wingdi.h:
1048         Francois Gouget <fgouget@codeweavers.com>
1049         Added missing pointer types: Pxxx or LPxxx
1050         Fixed the definition of FONTENUMPROC
1051         Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
1052         reading I believe)
1053         Added missing definitions: PC_TRAPEZOID
1054         Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
1055
1056         * include/winuser.h:
1057         Francois Gouget <fgouget@codeweavers.com>
1058         Added some STN_xxx macros.
1059
1060         * include/windef.h:
1061         Francois Gouget <fgouget@codeweavers.com>
1062         HICON and HCURSOR should be interchangeable.
1063
1064         * include/commctrl.h:
1065         Francois Gouget <fgouget@codeweavers.com>
1066         Added LPUDACCEL and HDF_RTLREADING.
1067
1068         * tools/winemaker:
1069         Francois Gouget <fgouget@codeweavers.com>
1070         Convert include statements of not-found files to lower case by
1071         default
1072         Added --no-lower-include option to override the above
1073         Beautified the interactive mode output to make it easier to follow
1074         Interactive mode: support the --mfc and --wrap options for both
1075         projects and targets
1076         Fixed the mfc/wrap propagation between project and targets (goes both
1077         ways)
1078         Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
1079         Don't put the stdafx.cpp file in the list of files to compile (it's
1080         just there for pre-compiled headers, yuk)
1081         Fixed LD_LIBRARY_PATH when linking an application with a library from
1082         the same makefile
1083         Don't forget 'extra' sources when looking for a file for configure.in
1084         Renamed the '--no-makefile' option to '-no-generated-file'
1085
1086         * documentation/winemaker.man:
1087         Francois Gouget <fgouget@codeweavers.com>
1088         Document the --lower-include options.
1089         Document the --no-generated-files options.
1090
1091         * relay32/builtin32.c: Repaired relay debugging.
1092
1093         * dlls/Makedll.rules.in:
1094         We do not need to set SOVERSION for dlls.
1095
1096         * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
1097         Build test programs as .so files. Added missing imports.
1098
1099         * include/wine/library.h, library/loader.c, scheduler/process.c:
1100         Added support for loading a Winelib app linked as a .so from the wine
1101         launcher, based on the value of argv[0].
1102
1103         * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
1104         Don't link libwine_unicode into all dlls.
1105
1106         * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
1107         Fixed language handling. Removed some dependencies on Wine internals.
1108
1109         * wine.ini: Andreas Mohr <amohr@codeweavers.com>
1110         Added an explanation for the directory symlink stuff.
1111
1112         * dlls/winspool/info.c:
1113         Stefan Leichter <Stefan.Leichter@camline.com>
1114         Corrected used registry key.
1115
1116         * dlls/wininet/http.c:
1117         Huw D M Davies <hdavies@codeweavers.com>
1118         Initialize nSocketFD to INVALID_SOCKET.
1119
1120 2000-11-09  Alexandre Julliard  <julliard@winehq.com>
1121
1122         * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
1123         Added some missing imports.
1124
1125         * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
1126         Added support in winebuild for resolving function imports (-sym option).
1127         Added -L option for locating imported dlls.
1128         Changed generated exe init code to use __wine_get_main_args.
1129
1130         * dlls/ntdll/ntdll.spec, misc/options.c:
1131         Added __wine_get_main_args to retrieve command-line arguments for the
1132         application.
1133
1134         * loader/elfdll.c:
1135         Don't strip the library extension if it's not ".dll".
1136
1137         * configure, configure.in:
1138         Fixed NetBSD dll check.
1139         Added check for -Bsymbolic.
1140         Fixed LDSHARED definition to support undefined SONAME.
1141
1142         * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
1143         Eric Kohl <ekohl@codeweavers.com>
1144         Added header control cursors and drag list arrow icon.
1145
1146         * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
1147         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1148         Added Russian resources to the Postscript driver.
1149
1150         * dlls/comctl32/propsheet.c:
1151         Dmitry Timoshkov <dtimoshkov@codeweavers.com>
1152         Make a copy of the dialog resource before correcting styles.
1153
1154 2000-11-08  Alexandre Julliard  <julliard@winehq.com>
1155
1156         * include/wine/library.h, library/loader.c, relay32/builtin32.c:
1157         Do builtin modules fixups in library/loader.c before calling the
1158         load_dll callback.
1159
1160         * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
1161         Check all Callouts function pointers for NULL before using them.
1162         Don't load USER dll if not needed by the application.
1163
1164         * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
1165         Jon Griffiths <jon_p_griffiths@yahoo.com>
1166         - Implemented 73 CRT functions
1167         - Reimplemented file I/O using Win32 calls
1168         - Set errno/doserrno in most calls
1169
1170         * dlls/wininet/ftp.c:
1171         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1172         Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
1173
1174         * programs/winemine/main.c:
1175         Added middle mouse button handling.
1176
1177         * dlls/user/.cvsignore: Removed .s files.
1178
1179         * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
1180         Francois Gouget <fgouget@codeweavers.com>
1181         Moved things to the proper rpcxxx.h header.
1182         Added some type definitions used by the MFC.
1183
1184         * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
1185         Francois Gouget <fgouget@codeweavers.com>
1186         We must include windef.h before wtypes.h (directly or indirectly).
1187
1188         * include/winuser.h:
1189         Francois Gouget <fgouget@codeweavers.com>
1190         Added DM_REPOSITION.
1191
1192         * include/winbase.h:
1193         Francois Gouget <fgouget@codeweavers.com>
1194         We must include stdarg.h.
1195         Added a few missing exception related types.
1196
1197         * include/winnt.h:
1198         Francois Gouget <fgouget@codeweavers.com>
1199         We must include ctype.h so that applications get isalnum & co.
1200
1201         * include/commdlg.h:
1202         Francois Gouget <fgouget@codeweavers.com>
1203         Added CC_SOLIDCOLOR and CC_ANYCOLOR.
1204
1205         * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
1206         Moved builtin dll registration to libwine.
1207         Changed process initialization to not load imported dlls too early.
1208
1209         * dlls/comctl32/listview.c:
1210         Aric Stewart <aric@codeweavers.com>
1211         Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
1212
1213         * windows/x11drv/keyboard.c:
1214         Aric Stewart <aric@codeweavers.com>
1215         ToUnicode: ignore CTRL+number keystrokes.
1216
1217         * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
1218         Added new library.h header for libwine definitions.
1219         Added getpagesize() and wine_anon_mmap() portability functions.
1220
1221 2000-11-07  Alexandre Julliard  <julliard@winehq.com>
1222
1223         * scheduler/pthread.c:
1224         pthread_atfork: don't call critical section functions before
1225         initialization is done.
1226
1227         * memory/virtual.c:
1228         Fixed 0/-1 mixup for indicating no mapping handle.
1229
1230         * controls/uitools.c, include/tchar.h:
1231         Francois Gouget <fgouget@free.fr>
1232         Fixed typos in comments.
1233
1234         * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
1235         Eric Kohl <ekohl@codeweavers.com>
1236         Implemented toolbar customization dialog.
1237
1238         * dlls/comctl32/updown.c:
1239         Eric Kohl <ekohl@codeweavers.com>
1240         Implemented new messages.
1241
1242         * debugger/msc.c:
1243         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1244         - Take OMAP records into account to correct symbol addresses.
1245         - Understand CodeView data embedded in the PE file itself.
1246         - Understand NB11 signature CodeView data.
1247         - No more bogus 'timestamp mismatch' errors.
1248         - General cleanup / removal of duplicate code.
1249
1250         * include/winnt.h:
1251         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
1252         Added missing IMAGE_DEBUG_MISC definition.
1253
1254         * dlls/wininet/ftp.c:
1255         Huw D M Davies <hdavies@codeweavers.com>
1256         Send the local ip address with the PORT command and not that of the
1257         server.
1258         Fix handling of multi-line responses.
1259         Read a response after the STOR command.
1260
1261         * dlls/comctl32/listview.c:
1262         Aric Stewart <aric@codeweavers.com>
1263         Implemented the RedrawItems message for a listview.
1264
1265         * dlls/wineps/afm.c:
1266         Dmitry Timoshkov <dmitry@sloboda.ru>
1267         New path for AFM documentation on the net.
1268
1269         * tools/winemaker:
1270         Francois Gouget <fgouget@codeweavers.com>
1271         Fix the include path handling in get_real_include_name
1272         Modified get_real_include_name so that it can follow an include path
1273         starting with $(TOPSRCDIR)
1274         Indent the debug messages a bit more so that winemaker's is still
1275         readable when they are on
1276         The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
1277         The MFC include path must contain the path to the ATL headers
1278         (configure.in)
1279
1280         * dlls/comctl32/tab.c:
1281         Francois Gouget <fgouget@free.fr>
1282         Use DrawFocusRect to draw the focus rectangle.
1283
1284         * dlls/winaspi/aspi.c:
1285         Andreas Mohr <amohr@codeweavers.com>
1286         - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
1287           CD-ROM drives that are doing mad things with spaces
1288         - add ERR()s in case of parsing problems
1289
1290         * include/bitmaps/wine_small.xpm:
1291         Aric Stewart <aric@codeweavers.com>
1292         Added 16x16 wine logo.
1293
1294 2000-11-06  Alexandre Julliard  <julliard@winehq.com>
1295
1296         * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
1297         Removed SUBDIRS in winmm Makefile.
1298
1299         * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
1300         James Hatheway <james@macadamian.com>
1301         Added stubs and setupapi.h.
1302
1303         * dlls/comctl32/comboex.c:
1304         Marcus Meissner <marcus@jet.franken.de>
1305         CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
1306         it.
1307
1308         * documentation/Makefile.in, documentation/winemaker.man:
1309         Francois Gouget <fgouget@codeweavers.com>
1310         Winemaker's man page initial release.
1311
1312         * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
1313         Better error message when an include file is not found by makedep.
1314         Added support for .mc extension.
1315         Do not try to open *.tab.h and *.mc.rc include files.
1316
1317         * dlls/user/Makefile.in:
1318         Added missing dependency for 16-bit resource files.
1319
1320         * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
1321         Use .mc.rc extension for rc files generated by the message compiler.
1322
1323         * loader/elf.c:
1324         Andreas Mohr <amohr@codeweavers.com>
1325         Get ELF_LoadLibraryExA back into a working state.
1326
1327         * dlls/winspool/info.c:
1328         Stefan Leichter <Stefan.Leichter@camline.com>
1329         Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
1330         AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
1331         registry entrys of Win9[58] and WinNT printer drivers.
1332
1333         * controls/menu.c:
1334         Francois Gouget <fgouget@free.fr>
1335         Take into account the sunken border for Win98 look.
1336         Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
1337         because Win9x does it).
1338         Leave a 1 pixel gap above menu bar items for symetry (and because
1339         Win9x does it).
1340
1341 2000-11-05  Alexandre Julliard  <julliard@winehq.com>
1342
1343         * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
1344         Lionel Ulmer <lionel.ulmer@free.fr>
1345         - reorganized DInput DLL
1346         - added stubbing for DInput 7a
1347         - 'fixed' the mouse problem in Fallout
1348
1349         * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
1350         Huw D M Davies <hdavies@codeweavers.com>
1351         Added DnD cursors as ole32 resources.
1352
1353         * include/spy.h, windows/message.c, windows/spy.c:
1354         Dmitry Timoshkov <dmitry@sloboda.ru>
1355         Added the ability to see names of the virtual key codes.
1356
1357         * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
1358         Jeremy White <jwhite@codeweavers.com>
1359         Added a winelauncher shell script which makes the process of running
1360         Wine a little nicer for an end user.  The intent of winelauncher is to
1361         be used inside of a distribution package.
1362
1363         * tools/Makefile.in, tools/winemaker:
1364         Francois Gouget <fgouget@codeweavers.com>
1365         New script for porting Windows source code to WineLib.
1366
1367         * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, 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/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
1368         Declare debug channels in all dlls that need them; added imports of
1369         ntdll where necessary.
1370
1371         * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
1372         New debug channel mechanism allowing decentralized channel
1373         declarations.
1374
1375         * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
1376         Added debug_channels support.
1377
1378         * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
1379         Patrik Stridvall <ps@leissner.se>
1380         Optimized {,p}MoveTo{,Ex}{,16}.
1381
1382         * windows/dce.c: Francois Gouget <fgouget@free.fr>
1383         Added comment explaining why we have an ERR rather than a WARN.
1384
1385         * msdos/dosmem.c:
1386         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1387         Added missing #include <sys/types.h>.
1388
1389         * dlls/comctl32/comboex.c:
1390         Marcus Meissner <marcus@jet.franken.de>
1391         Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
1392         WM_GETTEXT down to combo box.
1393
1394         * windows/sysparams.c:
1395         James Abbatiello <jabbey@codeweavers.com>
1396         Cleanup SystemParametersInfo<16|A|W>.
1397
1398         * controls/menu.c:
1399         James Abbatiello <jabbey@codeweavers.com>
1400         Don't reset MF_POPUP flag in SetMenu().
1401
1402         * windows/queue.c:
1403         James Abbatiello <jabbey@codeweavers.com>
1404         Fix test for pending message in QUEUE_ReceiveMessage().
1405
1406         * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.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/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
1407         Allocate DC objects on the process heap, and removed WIN_DC_INFO
1408         structure (based on a patch by Ken Coleman).
1409
1410 2000-11-04  Alexandre Julliard  <julliard@winehq.com>
1411
1412         * dlls/shell32/shelllink.c:
1413         Removed leftover debug output.
1414
1415         * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
1416         Andreas Mohr <amohr@codeweavers.com>
1417         - fix inf file open/close
1418           - do NOT return handles based on list offset
1419           - we might want to use HEAP_strdupA instead of assigning string pointers...
1420         - implement (more or less) GenFormStrWithoutPlaceholders
1421
1422         * documentation/wine.man.in:
1423         Lawson Whitney <lawson_whitney@juno.com>
1424         Protect the backslashes we mean to have show from groff.
1425
1426         * dlls/comctl32/comctl32undoc.c:
1427         Marcus Meissner <marcus@jet.franken.de>
1428         Fixed off by one error in DPA handling, added some warnings.
1429
1430         * files/file.c:
1431         Dimitrie O. Paun <dimi@cs.toronto.edu>
1432         Use debugging API instead of outputing to stderr directly.
1433
1434         * dlls/ddraw/dsurface/main.c:
1435         Andreas Mohr <amohr@codeweavers.com>
1436         Avoid division by zero.
1437
1438         * dlls/comctl32/rebar.c:
1439         Marcus Meissner <marcus@jet.franken.de>
1440         Pass up WM_DRAWITEM messages to parent.
1441
1442 2000-11-02  Alexandre Julliard  <julliard@winehq.com>
1443
1444         * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
1445         Create Gnome/KDE desktop and menu entries from IShellLink
1446         interface. Based on the work of James Thomson and Dusan Lacko.
1447
1448         * dlls/comctl32/treeview.c:
1449         Aric Stewart <aric@codeweavers.com>
1450         Treeview item sorting could mess up the visibleOrder of the items.
1451
1452         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
1453         Marcus Meissner <marcus@jet.franken.de>
1454         Move focus recalculation out of the window destroy recursion
1455         so we do not send WM_SETFOCUS to already destroyed windows.
1456
1457         * controls/menu.c:
1458         Dmitry Timoshkov <dmitry@sloboda.ru>
1459         Do not invert "magic" bitmap menu items.
1460
1461         * tools/find_debug_channels:
1462         Francois Gouget <fgouget@free.fr>
1463         Make sure to carefully quote file names.
1464
1465         * dlls/comctl32/toolbar.c:
1466         Marcus Meissner <marcus@jet.franken.de>
1467         Swap CalcToolbar and paint rectangle computation to the correct order.
1468
1469         * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
1470         Dave Pickles <davep@cyw.uklinux.net>
1471         Pause command interpreter while executing a console-mode app.
1472
1473 2000-11-01  Alexandre Julliard  <julliard@winehq.com>
1474
1475         * files/directory.c:
1476         Fixed SearchPath to handle a ';'-separated path as first argument.
1477
1478         * dlls/ntdll/nt.c:
1479         Andreas Mohr <amohr@codeweavers.com>
1480         Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
1481         admin privileges.
1482
1483         * windows/cursoricon.c:
1484         Marcus Meissner <marcus@jet.franken.de>
1485         DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
1486
1487         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
1488         Juergen Schmied <juergen.schmied@debitel.net>
1489         Export SHGetSettings by name. New stub for shell.68.
1490
1491         * dlls/comctl32/rebar.c:
1492         Marcus Meissner <marcus@jet.franken.de>
1493         Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
1494         to RB_GETBANDINFOA.
1495
1496         * objects/metafile.c:
1497         Andreas Mohr <amohr@codeweavers.com>
1498         Use GDISelectPalette16 instead of SelectPalette and
1499         GDIRealizePalette16 instead of RealizePalette in order to get rid of
1500         possible deadlocks.
1501
1502         * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
1503         Andreas Mohr <amohr@codeweavers.com>
1504         Dimitrie O. Paun <dimi@cs.toronto.edu>
1505         Patrik Stridvall <ps@leissner.se>
1506         Various warning fixes.
1507
1508         * graphics/painting.c, graphics/path.c, include/path.h:
1509         Mark Dufour <m.dufour@student.tudelft.nl>
1510         Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
1511         Ellipse work with an open path.
1512
1513         * controls/menu.c:
1514         Dmitry Timoshkov <dmitry@sloboda.ru>
1515         Make bitmap menu items look like in windows when selected,
1516         i.e. inverted and hilited (in Win98 look).
1517
1518         * controls/scroll.c:
1519         Francois Gouget <fgouget@free.fr>
1520         Check for SB_CTL before displaying a caret.
1521
1522         * dlls/kernel/format_msg.c:
1523         Do not truncate high word of message id.
1524
1525         * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
1526         Juergen Schmied <juergen.schmied@debitel.net>
1527         Better handling of custom templates and hooks.
1528         Bug fixes.
1529
1530         * dlls/comctl32/toolbar.c:
1531         Marcus Meissner <marcus@jet.franken.de>
1532         Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
1533         recalculated due to InvalidateRect()->WM_PAINT anyway).
1534
1535         * dlls/user/user32.spec:
1536         Patrik Stridvall <ps@leissner.se>
1537         Fixed issue found by winapi_check.
1538
1539         * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
1540         Patrik Stridvall <ps@leissner.se>
1541         Minor API files update.
1542
1543         * windows/x11drv/keyboard.c:
1544         Gabriel Garcia <GarciaG@origenes.com.ar>
1545         Added Latin American layout.
1546
1547         * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
1548         Lawson Whitney <lawson_whitney@juno.com>
1549         Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
1550         Redirected forward of shlwapi.54 to gdi32.CreateICW.
1551
1552 2000-10-31  Alexandre Julliard  <julliard@winehq.com>
1553
1554         * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
1555         Francois Gouget <fgouget@free.fr>
1556         Use PS_ALTERNATE rather than PS_DOT.
1557         Use Rectangle to draw focus rectangles.
1558
1559         * objects/pen.c: Francois Gouget <fgouget@free.fr>
1560         Allow pens with styles greater than PS_INSIDEFRAME to be created with
1561         CreatePenIndirect and ExtCreatePen.
1562
1563         * graphics/x11drv/pen.c:
1564         Francois Gouget <fgouget@free.fr>
1565         Use sizeof for maintainability.
1566
1567         * dlls/comctl32/rebar.c:
1568         Guy L. Albertelli <galberte@neo.lrun.com>
1569         Ignore RBBS_BREAK style on first band.
1570
1571         * graphics/x11drv/init.c:
1572         Francois Gouget <fgouget@free.fr>
1573         Fixed a few device caps values.
1574
1575         * misc/registry.c:
1576         David Elliott <dfe@infinite-internet.net>
1577         _nt_parse_nk() should not close keys that it does not open.
1578
1579         * objects/gdiobj.c:
1580         Francois Gouget <fgouget@free.fr>
1581         Set the thickness of stock pens to 0 so that they are not scaled.
1582
1583         * dlls/comctl32/listview.c:
1584         Aric Stewart <aric@codeweavers.com>
1585         Fixed cancels editing of a listview label if the listview is
1586         scrolled.
1587
1588         * windows/syscolor.c:
1589         Francois Gouget <fgouget@free.fr>
1590         Fixed the value of some system colors.
1591
1592         * dlls/comctl32/rebar.c:
1593         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1594         Fix for avoiding subtraction from unsigned zero.
1595
1596         * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
1597         Peter Ivanyi <ivanyi@internet.sk>
1598         Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
1599
1600         * controls/scroll.c:
1601         Francois Gouget <fgouget@free.fr>
1602         Hide the caret only on the first WM_KEYDOWN.
1603
1604         * dlls/dinput/dinput_main.c:
1605         Andreas Mohr <amohr@codeweavers.com>
1606         Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
1607         Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
1608
1609         * dlls/comctl32/treeview.c:
1610         Susan Farley <susan@codeweavers.com>
1611         Under some conditions its necessary to explicitly show the
1612         scrollbars.
1613
1614         * windows/dialog.c:
1615         Dmitry Timoshkov <dmitry@sloboda.ru>
1616         Display an ERR on errors while initializing USER.
1617
1618         * dlls/kernel/time.c:
1619         Rein Klazes <rklazes@casema.net>
1620         Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
1621
1622         * dlls/comctl32/comboex.c:
1623         Guy L. Albertelli <galberte@neo.lrun.com>
1624         Handle special case where itemID = -1 (special focus rect draw).
1625
1626         * dlls/shell32/shres.rc:
1627         Andreas Mohr <amohr@codeweavers.com>
1628         Fix insufficient rect width value in resource file.
1629
1630         * win32/console.c:
1631         Guy L. Albertelli <galberte@neo.lrun.com>
1632         Need to get any outstanding input prior to returning number.
1633
1634         * tools/wineinstall:
1635         Ove Kaaven <ovek@arcticnet.no>
1636         Some bugfixes, another function for packaging, and some text
1637         reformatting from Eric Maryniak.
1638
1639         * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
1640         Removed obsolete TOOLSUBDIRS dependency.
1641
1642         * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/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/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
1643         Added import of ntdll.
1644
1645         * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
1646         Build ntdll as a real dll, including everything that was previously in
1647         libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
1648
1649 2000-10-29  Alexandre Julliard  <julliard@winehq.com>
1650
1651         * debugger/msc.c:
1652         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1653         DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
1654
1655         * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
1656         Dimitrie O. Paun <dimi@cs.toronto.edu>
1657         Fixed a few compilation warnings
1658
1659         * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
1660         Joerg Mayer <jmayer@loplof.de>
1661         Move inline and static to the beginning of declarations.
1662
1663         * dlls/comctl32/comboex.c:
1664         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1665         COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
1666
1667         * tools/wineconf:
1668         Lionel Ulmer <lionel.ulmer@free.fr>
1669         Added a '-inifile' option to specify the location of the wine.ini file
1670         used in the building of the new wine.ini file.
1671
1672         * debugger/msc.c:
1673         Juergen Schmied <juergen.schmied@debitel.net>
1674         - enable loading of pdb files named in NB10 records of a dbg file
1675         - disable timestamp check for pdb files
1676
1677         * win32/device.c:
1678         Marcus Meissner <marcus@jet.franken.de>
1679         Quieten VxDCall_VMM output.
1680
1681         * tools/wineinstall:
1682         Ove Kaaven <ovek@arcticnet.no>
1683         wineinstall improvements, mostly for usage in package postinstall
1684         scripts.
1685
1686         * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
1687         Patch flat cs of 16-bit entry points if current %cs is different from
1688         compiled value, and retrieve flat ds from a global variable. This
1689         should avoid problems with win4lin kernels.
1690
1691         * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
1692         David Elliott <dfe@infinite-internet.net>
1693         Added basic working stubs of new Windows 2000 API functions.
1694
1695         * include/local.h, memory/local.c:
1696         Removed unused LOCAL_LockSegptr.
1697
1698         * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
1699         Use GetStockObject() instead of the magic STOCK_* handles.
1700
1701         * debugger/msc.c:
1702         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1703         DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
1704         of that structure.
1705
1706         * dlls/shell32/shell32_main.c:
1707         Dave Pickles <davep@cyw.uklinux.net>
1708         Implement SHGFI_EXETYPE function of SHGetFileInfo.
1709
1710         * windows/winhelp.c:
1711         Marcus Meissner <marcus@jet.franken.de>
1712         Report errors on WinHelp() failures.
1713
1714         * dlls/comctl32/comboex.c:
1715         Guy L. Albertelli <galberte@neo.lrun.com>
1716         - improved trace information
1717         - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
1718           WM_MEASUREITEM, WM_DRAWITEM
1719         - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
1720           WM_CREATE, WM_DESTROY
1721         - above changes correct window rectangle, draws items, and creates
1722           control correctly.
1723
1724         * dlls/comctl32/rebar.c:
1725         Guy L. Albertelli <galberte@neo.lrun.com>
1726         - correct processing of RBBS_BREAK style.
1727         - handle cases where cyChild was set to -1 by appl. - undocumented.
1728         - remove special code for Comboboxex problem (now solved).
1729         - fix some painting problems
1730
1731 2000-10-28  Alexandre Julliard  <julliard@winehq.com>
1732
1733         * memory/global.c:
1734         Francois Gouget <fgouget@free.fr>
1735         Return the correct value for dwTotalVirtual.
1736         Return a more plausible value for dwAvailVirtual.
1737
1738         * misc/cpu.c: Francois Gouget <fgouget@free.fr>
1739         Return a more plausible value for MinimumApplicationAddress.
1740
1741         * tools/winebuild/main.c, server/context_i386.c:
1742         Federico Schwindt <fgsch@core-sdi.com>
1743         Fixes for OpenBSD.
1744
1745         * dlls/ole32/itemmoniker.c:
1746         Marcus Meissner <marcus@jet.franken.de>
1747         CreateItemMoniker may get NULL as szDelim, some cleanups.
1748
1749         * dlls/ole32/storage32.c:
1750         Marcus Meissner <marcus@jet.franken.de>
1751         Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
1752         instead of accessing IUnknown.
1753
1754         * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
1755         Huw D M Davies <hdavies@codeweavers.com>
1756         Stub for HttpSendRequestExA.
1757
1758         * controls/combo.c, dlls/commdlg/filedlg95.c:
1759         Andreas Mohr <amohr@codeweavers.com>
1760         - set the item height not only for the listbox, but also for the text field
1761         - center text vertically
1762         - beautify comments
1763
1764         * dlls/user/Makefile.in:
1765         Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
1766         Don't assume we are building in the source tree, but allow make to
1767         locate resources/display.rc and resources/mouse.rc via VPATH.
1768
1769 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
1770
1771         * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
1772         Raise an exception when a stub entry point is called.
1773
1774         * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
1775         Removed unused STRUCT32_NCCALCSIZE functions.
1776
1777         * windows/input.c, controls/menu.c:
1778         Dmitry Timoshkov <dmitry@sloboda.ru>
1779         Ask application to reinitialize its menu before processing an
1780         accelerator key.
1781
1782         * dlls/shell32/shellpath.c:
1783         Martin Pilka <mpilka@codeweavers.com>
1784         "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
1785
1786         * dlls/ntdll/signal_i386.c:
1787         Fixed typo due to merge error.
1788
1789         * dlls/oleaut32/typelib.c:
1790         Francois Jacques <francoisj@macadamian.com>
1791         Updated the load process so that all typelibs (and not just the first
1792         one, as it used to) stored in a DLL can be loaded.
1793
1794         * graphics/painting.c:
1795         Mark Dufour <m.dufour@student.tudelft.nl>
1796         Implemented PolyDraw() and AngleArc().
1797
1798 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
1799
1800         * ANNOUNCE, ChangeLog, include/version.h:
1801         Release 20001026.
1802
1803 ----------------------------------------------------------------
1804 2000-10-26  Alexandre Julliard  <julliard@winehq.com>
1805
1806         * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
1807         Raise an exception when a stub entry point is called.
1808
1809         * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
1810         Removed unused STRUCT32_NCCALCSIZE functions.
1811
1812         * windows/input.c, controls/menu.c:
1813         Dmitry Timoshkov <dmitry@sloboda.ru>
1814         Ask application to reinitialize its menu before processing an
1815         accelerator key.
1816
1817         * dlls/shell32/shellpath.c:
1818         Martin Pilka <mpilka@codeweavers.com>
1819         "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
1820
1821         * dlls/ntdll/signal_i386.c:
1822         Fixed typo due to merge error.
1823
1824         * dlls/oleaut32/typelib.c:
1825         Francois Jacques <francoisj@macadamian.com>
1826         Updated the load process so that all typelibs (and not just the first
1827         one, as it used to) stored in a DLL can be loaded.
1828
1829         * graphics/painting.c:
1830         Mark Dufour <m.dufour@student.tudelft.nl>
1831         Implemented PolyDraw() and AngleArc().
1832
1833 2000-10-25  Alexandre Julliard  <julliard@winehq.com>
1834
1835         * windows/x11drv/keyboard.c:
1836         Dmitry Timoshkov <dmitry@sloboda.ru>
1837         Added an another special case handling for Shift+[NumPad]DEL.
1838
1839         * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
1840         Kristoffer Gleditsch <toffer@ping.uio.no>
1841         Added LDFLAGS to linking of wine-related binaries.
1842
1843         * 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:
1844         Dmitry Timoshkov <dmitry@sloboda.ru>
1845         Replaced ToAscii by ToUnicode in the User driver interface.
1846
1847         * dlls/ddraw/ddraw/x11.c:
1848         William Waghorn <wwaghorn@litany.demon.co.uk>
1849         xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
1850         of the XF86VidModeModeLine structure.
1851
1852         * controls/scroll.c:
1853         Francois Methot <francoism@macadamian.com>
1854         Added support of blinking thumb as found in Windows scrollbar.
1855
1856         * dlls/oleaut32/typelib.c:
1857         Francois Jacques <francoisj@macadamian.com>
1858         Updated typelib loader. Typelib contents can be stored as multibyte
1859         strings. However, they are always returned to the application as BSTR,
1860         e.g. UNICODE strings. All strings are now stored as BSTR instead of
1861         ASCII strings.
1862
1863         * include/module.h, loader/module.c, loader/pe_image.c:
1864         Andreas Mohr <amohr@codeweavers.com>
1865         Free the Win16 dummy module and wm->deps.
1866
1867         * graphics/x11drv/graphics.c:
1868         Mark Dufour <m.dufour@student.tudelft.nl>
1869         X11DRV_DrawArc: swap the start and end points when drawing in
1870         clockwise direction.
1871
1872         * objects/region.c:
1873         Aviad Pineles <paviad@netvision.net.il>
1874         Avoid infinite loop in CreateRoundRectRgn().
1875
1876         * 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:
1877         Added support for loading .res files for 16-bit resources.
1878
1879         * relay32/builtin32.c:
1880         Removed no longer used structure definition.
1881
1882         * tools/wrc/writeres.c:
1883         16-bit resource size must be scaled by alignment.
1884
1885         * dlls/comctl32/tab.c:
1886         Chris Morgan <cmorgan@codeweavers.com>
1887         Implement TCS_VERTICAL style.  Fix tab borders to have shading that
1888         matches Windows.  Center image and text in tabs.  Size tabs to
1889         completely fill each row with multiline style.  Fix positioning of
1890         tabs for TCS_BOTTOM style.  Fix various drawing issues.
1891
1892         * dlls/comctl32/treeview.c:
1893         Susan Farley <susan@codeweavers.com>
1894         - When inserting an item, do not invalidate the area above the new
1895           item.
1896         - The debug function that verifies the tree after each insertion
1897           should be disabled by default.
1898
1899         * dlls/dsound/dsound_main.c:
1900         Andreas Mohr <amohr@codeweavers.com>
1901         Reimplement patch by Marcus Meissner ('98) to "fix" problems with
1902         DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
1903
1904         * dlls/winmm/wineoss/audio.c:
1905         Andreas Mohr <amohr@codeweavers.com>
1906         Transform device open error TRACE()s into WARN(); better error msgs.
1907
1908         * windows/winpos.c:
1909         Rein Klazes <rklazes@casema.net>
1910         In SWP_DoNCCalcSize() when determining whether the client area has
1911         moved, use the client coordinates as they are: not relative to its
1912         window coordinates.
1913
1914         * windows/sysparams.c:
1915         Andreas Mohr <amohr@codeweavers.com>
1916         Added SPI_GETWINDOWSEXTENSION.
1917
1918         * scheduler/process.c:
1919         Jeremy White <jwhite@codeweavers.com>
1920         Added support for a WINELOADER environment variable which allows the
1921         specification of a different binary loader.
1922
1923 2000-10-24  Alexandre Julliard  <julliard@winehq.com>
1924
1925         * include/module.h, loader/pe_resource.c:
1926         Removed GetResDirEntryA/W.
1927
1928         * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
1929         Implement InternalExtractIcon by calling PrivateExtractIcons instead
1930         of duplicating all the code.
1931
1932         * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
1933         Added codepage translation based on the language id (based on a patch
1934         by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
1935
1936         * controls/menu.c:
1937         Aric Stewart <aric@codeweavers.com>
1938         Converted menu string handling to Unicode.
1939
1940         * dlls/winsock/ws2_32.spec:
1941         Aric Stewart <aric@codeweavers.com>
1942         Added forward for WSAResetEvent.
1943
1944         * dlls/winsock/socket.c:
1945         Rein Klazes <rklazes@casema.net>
1946         Convert the value of level when setsockopt is called with
1947         WS_SO_DONTLINGER.
1948
1949         * 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:
1950         Patrik Stridvall <ps@leissner.se>
1951         Explicitly initialize structures.
1952
1953         * objects/palette.c:
1954         Patrik Stridvall <ps@leissner.se>
1955         - Explicitly initialize structures.
1956         - Fixed strange code probably caused by a merge conflict.
1957
1958         * dlls/winmm/wineoss/audio.c:
1959         Francois Jacques <francoisj@macadamian.com>
1960         - All audio device handles are initialized to -1 and set to -1 when closed.
1961         - WINE_WM_HEADER event should *NOT* make the recording thread start. The
1962           thread should only start through waveInStart. The application calling
1963           waveInAddBuffer might not be in a state to provide another buffer in
1964           a period of time short enough to avoid buffer underrun in widRecorder
1965           thread.
1966         - widRecorder - improved robustness of widRecorder to avoid some data
1967           loss that occured when not reading one full fragment from the OSS
1968           audio driver.
1969
1970         * dlls/ddraw/ddraw/x11.c:
1971         Patrik Stridvall <ps@leissner.se>
1972         Fixed some warnings.
1973
1974         * include/cdrom.h:
1975         Patrik Stridvall <ps@leissner.se>
1976         Added some missing defines for non-Linux.
1977
1978         * tools/winebuild/res32.c:
1979         David Elliott <dfe@infinite-internet.net>
1980         Fixed OFFSETOF macro definition for gcc 2.96.
1981
1982         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
1983         James Hatheway <james@macadamian.com>
1984         Added stubs for CryptGenRandom(), CryptReleaseContext().
1985
1986         * controls/combo.c:
1987         Susan Farley <susan@codeweavers.com>
1988         Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
1989         NOEDITNOTIFY flag, as these msgs can come directly from the app to the
1990         combo wndproc.
1991
1992         * objects/enhmetafile.c:
1993         Dmitry Timoshkov <dmitry@sloboda.ru>
1994         Make EnumEnhMetaFile work.
1995
1996         * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
1997         Chris Morgan <cmorgan@codeweavers.com>
1998         Implemented RpcStringFreeA and UuidToStringA.
1999
2000 2000-10-23  Alexandre Julliard  <julliard@winehq.com>
2001
2002         * 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:
2003         Build Win32 resources as .res files and dump them into the .spec.c file.
2004
2005         * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
2006         Added support for loading Win32 .res files.
2007
2008         * 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:
2009         Moved all USER resources to new dlls/user/resources directory.
2010
2011         * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
2012         Duplicate resource directory searching routines instead of calling
2013         pe_resource.c internal functions.
2014         Made GetFileResource16 and GetFileResourceSize16 callable directly
2015         instead of defining extra internal functions.
2016
2017         * dlls/user/exticon.c:
2018         Duplicate resource directory searching routines instead of calling
2019         pe_resource.c internal functions.
2020
2021         * tools/wrc/writeres.c:
2022         Fixed duplication of typename in 16-bit assembly output.
2023
2024         * memory/heap.c:
2025         Fixed multibyte handling in HEAP_strdupAtoW.
2026
2027         * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
2028         Andreas Mohr <amohr@codeweavers.com>
2029         Always open/close the CD-ROM device for every Windows API CD-ROM
2030         access.
2031
2032         * controls/edit.c:
2033         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2034         Do not send EN_UPDATE to multi-line edit controls.
2035
2036         * controls/menu.c:
2037         Francois Gouget <fgouget@free.fr>
2038         Fixed the text color of higlighted menu bar item for the Win98 look.
2039         Clicking on a separator should not close the menu.
2040         Do not right align 'bitmap' items and the help menu for the Win9x look
2041         and feels.
2042
2043         * files/dos_fs.c:
2044         Marcus Meissner <marcus@jet.franken.de>
2045         If we have a drive pointing to /, we must not remove the final / or we
2046         get the current directory doubled.
2047
2048         * 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:
2049         Marcus Meissner <marcus@jet.franken.de>
2050         Added some basic IDirectDraw7 interface support, fixed argument count
2051         of IDirectDraw{4,7}_SetDisplayMode defines.
2052
2053         * windows/winpos.c:
2054         Louis Philippe Gagnon <louisphilippe@macadamian.com>
2055         - Calculate changes in the client area relative to the window
2056           instead of its parent when using SWP_EX_PAINTSELF.
2057         - With SWP_EX_PAINTSELF, copy only if client area changed, since a
2058           window can't move relative to itself.
2059         - In SWP_DoNCCalcSize, when determining if the client area
2060           changed, use values relative to the window itself, not its parent.
2061
2062         * objects/region.c, windows/painting.c, windows/scroll.c:
2063         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2064         Fixed painting problems in non-MM_TEXT modes.
2065
2066 2000-10-22  Alexandre Julliard  <julliard@winehq.com>
2067
2068         * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
2069         Joerg Mayer <jmayer@loplof.de>
2070         Reduce the number of warnings about missing initializers.
2071
2072         * dlls/commdlg/cdlg32.c:
2073         Marcus Meissner <marcus@jet.franken.de>
2074         Got rid of misleading "No Tls Space" error message.
2075
2076         * include/wingdi.h:
2077         Patrik Stridvall <ps@leissner.se>
2078         Fixed issue found by winapi_check.
2079
2080         * dlls/dinput/dinput_main.c:
2081         Patrik Stridvall <ps@leissner.se>
2082         Fixed some warnings.
2083
2084         * include/process.h:
2085         Patrik Stridvall <ps@leissner.se>
2086         Use intermediate typedef.
2087
2088         * 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:
2089         Patrik Stridvall <ps@leissner.se>
2090         Minor API files update.
2091
2092         * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
2093         Guy L. Albertelli <galberte@neo.lrun.com>
2094         Added wParam and lParam as parameters in SPY_ExitMessage
2095         Added dump for the STYLECHANG[ING|ED] messages.
2096         Dump structures on exit only if message allows changes.
2097
2098         * win32/except.c:
2099         Andreas Mohr <amohr@codeweavers.com>
2100         - Print CS reg at crash MessageBox (needed for Win16 programs).
2101         - Add "hint" for debugger setup.
2102
2103         * debugger/Makefile.in, debugger/winedbg.spec:
2104         Eric Pouech <Eric.Pouech@wanadoo.fr>
2105         Added advapi32 to imported DLLs list.
2106
2107         * dlls/msacm/pcmconverter.c:
2108         Eric Pouech <Eric.Pouech@wanadoo.fr>
2109         Added more conversion routines (rate conversion is implemented).
2110         Cleaned up the code.
2111
2112         * debugger/msc.c:
2113         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2114         PDB symbol header format depends only on version code.
2115
2116         * dlls/comctl32/listview.c:
2117         Marcus Meissner <marcus@jet.franken.de>
2118         Do not set the iSubItem part of the struct for LVM_HITTEST,
2119         applications only need to pass memory space up to iItem.
2120
2121         * README: Andreas Mohr <amohr@codeweavers.com>
2122         Mention that you need the X11 devel files.
2123
2124         * dlls/ddraw/main.c:
2125         Marcus Meissner <marcus@jet.franken.de>
2126         DirectDrawCreateEx() should already return the interface for the
2127         passed refiid.
2128
2129         * dlls/ddraw/ddraw/dga2.c:
2130         Lionel Ulmer <lionel.ulmer@free.fr>
2131         Change the width / height parameter on a SetDisplayMode.
2132
2133         * dlls/commdlg/filedlg.c:
2134         Gerard Patel <g.patel@wanadoo.fr>
2135         Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
2136         + miscellaneous fixes.
2137
2138         * dlls/user/exticon.c:
2139         Marcus Meissner <marcus@jet.franken.de>
2140         Added two checks for out of range pointer accesses.
2141
2142         * debugger/types.c:
2143         Eric Pouech <Eric.Pouech@wanadoo.fr>
2144         Fixed floating point data printing and made basic types reading more
2145         robust.
2146
2147         * dlls/comctl32/imagelist.c:
2148         Jason Mawdsley <jason@macadamian.com>
2149         Fixed some flickering that was occurring in the image list control
2150         when it repainted.
2151
2152         * dlls/winmm/wineoss/audio.c:
2153         Andreas Mohr <amohr@codeweavers.com>
2154         Added sleep time calculation for the wodPlayer thread.
2155         Changed the wodPlayer thread messaging to use its own fast 30 entries
2156         ring buffer list.
2157
2158         * include/winbase.h:
2159         Andreas Mohr <amohr@codeweavers.com>
2160         Removed redundant thread priority defines.
2161
2162 2000-10-19  Alexandre Julliard  <julliard@winehq.com>
2163
2164         * include/process.h:
2165         Peter Hunnisett <hunnise@nortelnetworks.com>
2166         Added crt/msvcrt thread prototypes.
2167
2168         * dlls/winmm/mciwave/mciwave.c:
2169         Francois Jacques <francoisj@macadamian.com>
2170         Added asynchronous recording in MCI layer.
2171
2172         * include/winuser.h:
2173         Dmitry Timoshkov <dmitry@sloboda.ru>
2174         Added support for AZERTY keyboard layout.
2175
2176         * dlls/winmm/wineoss/midi.c:
2177         Andreas Mohr <amohr@codeweavers.com>
2178         Sequencer error message fix.
2179
2180         * dlls/comctl32/listview.c:
2181         James Hatheway <james@macadamian.com>
2182         Fix messages sent when right-clicking in a blank (non-item) area of a
2183         listview.
2184
2185         * loader/pe_image.c:
2186         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2187         Pass the correct hFile to PE_CreateModule.
2188
2189         * dlls/comctl32/header.c:
2190         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2191         Draw text and icons, implement ordering functions, allow reordering
2192         with mouse and fix the WM_NOTIFY target.
2193
2194         * windows/x11drv/keyboard.c:
2195         Dmitry Timoshkov <dmitry@sloboda.ru>
2196         Added support for AZERTY keyboard layout.
2197
2198         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
2199         <ewill@ncal.verio.com>
2200         Changed GROUP to PROGGROUP.
2201
2202         * files/dos_fs.c, files/file.c, include/winnt.h:
2203         Andreas Mohr <amohr@codeweavers.com>
2204         Skip directory symlinks in DOSFS_FindNextEx.
2205
2206         * dlls/wineps/escape.c: Brian Pirie
2207         Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
2208
2209         * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
2210         Francois Gouget <fgouget@codeweavers.com>
2211         Added/fixed missing extern "C".
2212
2213         * console/interface.c:
2214         Francois Gouget <fgouget@codeweavers.com>
2215         Fixed a char/NULL comparison.
2216
2217         * include/winerror.h:
2218         Francois Gouget <fgouget@codeweavers.com>
2219         Added the {HRESULT,SCODE}_SEVERITY macros.
2220
2221         * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
2222         Use a binary search to find entries in resource directories.
2223         Fixed GetResDirEntryA/W prototypes.
2224
2225         * dlls/shell32/iconcache.c, include/winuser.h:
2226         Call PrivateExtractIcon in user32 instead of duplicating the code.
2227
2228         * dlls/winmm/wineoss/audio.c:
2229         Francois Jacques <francoisj@macadamian.com>
2230         Should test unixdev against -1 (see wodOpen/widOpen).
2231         widRecorder: bytesRead is now tested against (DWORD) -1.
2232
2233         * loader/elfdll.c:
2234         Andreas Mohr <amohr@codeweavers.com>
2235         Back out my ELFDLL_dlopen patch and add a warning for future misguided
2236         hackers.
2237
2238         * memory/global.c:
2239         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2240         Allow freeing locked global memory handles.
2241
2242         * windows/mdi.c:
2243         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2244         Watch out for DefMDIChildProc calls on non-MDI-child windows.
2245
2246         * graphics/x11drv/oembitmap.c:
2247         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
2248         Don't hold the X11 lock while calling GDI object routines.
2249
2250         * dlls/x11drv/x11drv_main.c:
2251         Lionel Ulmer <lionel.ulmer@free.fr>
2252         Do not do any GLX calls on a display that does not support GLX.
2253
2254         * dlls/comctl32/listview.c:
2255         Chris Morgan <cmorgan@codeweavers.com>
2256         Recalculate nItemHeight when LVS_SETIMAGELIST is called.  Fixes icons
2257         being chopped off in the file dialog window.  Align items to top and
2258         refresh after sorting, as windows does.
2259
2260         * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
2261         Chris Morgan <cmorgan@codeweavers.com>
2262         Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
2263
2264         * 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:
2265         Peter Hunnisett <hunnise@nortelnetworks.com>
2266         - Add proper message reply mechanism and sp player data storage
2267         - More implementation and fixes
2268
2269         * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
2270         Francois Gouget <fgouget@codeweavers.com>
2271         Added support for three levels of nesting of the 'pragma pack'
2272         directives.
2273
2274 2000-10-17  Alexandre Julliard  <julliard@winehq.com>
2275
2276         * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
2277         Ove Kaaven <ovek@arcticnet.no>
2278         Implemented DOS INT21 AH=4B (EXEC).
2279
2280         * windows/x11drv/keyboard.c, include/winuser.h:
2281         Dmitry Timoshkov <dmitry@sloboda.ru>
2282         Added support for keyboard input in various locales.
2283
2284         * dlls/comctl32/listview.c:
2285         Chris Morgan <cmorgan@codeweavers.com>
2286         Implement LVM_SETITEMPOSITION32.
2287
2288         * dlls/comctl32/treeview.c:
2289         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2290         Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
2291         message target.
2292
2293         * include/commctrl.h:
2294         Guy L. Albertelli <galberte@neo.lrun.com>
2295         Added flag and notification definitions for ComboBoxEx.
2296
2297         * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
2298         Andreas Mohr <amohr@codeweavers.com>
2299         Implemented old Win 2.x string functions.
2300
2301         * dlls/ddraw/ddraw/x11.c:
2302         Lionel Ulmer <lionel.ulmer@free.fr>
2303         Warning fix.
2304
2305         * server/ptrace.c:
2306         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2307         Add appropriate casts to caddr_t for the third parameter of ptrace().
2308
2309 2000-10-15  Alexandre Julliard  <julliard@winehq.com>
2310
2311         * loader/dos/dosvm.c:
2312         Ove Kaaven <ovek@arcticnet.no>
2313         Fixed a couple of recent bugs, and added some more safeguards (could
2314         be handy for portability anyway) and trace statements.
2315
2316         * 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:
2317         Converted a few more server requests to the new mechanism.
2318
2319         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
2320         Fixed a few prototypes.
2321
2322         * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
2323         Set selector 0000H base to 0xf0000 until the first 64K are
2324         unprotected.
2325
2326         * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
2327         Eric Pouech <Eric.Pouech@wanadoo.fr>
2328         Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
2329         were used ; destination buffer doesn't have a fixed size).
2330         Fixed FormatMessage parameter warnings (it's now a va_list*).
2331
2332         * dlls/ddraw/ddraw/dga.c:
2333         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2334         Remove unused variable orig_mode.
2335
2336         * dlls/comctl32/updown.c:
2337         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2338         Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
2339         is given.
2340
2341         * dlls/comctl32/datetime.c:
2342         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2343         Localization and expect leapdays when looking for the length of a
2344         month.
2345
2346         * dlls/comctl32/monthcal.c:
2347         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2348         Localization and many changes to behaviour and outlook.
2349
2350         * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
2351         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2352         Split out resources that might be localized.
2353         Added German resources.
2354
2355         * dlls/comctl32/comctl32.h:
2356         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2357         Added additional resource IDs.
2358
2359         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
2360         Marcus Meissner <marcus@jet.franken.de>
2361         Stubbed LookupAccountNameA.
2362
2363         * dlls/ddraw/main.c:
2364         Marcus Meissner <marcus@jet.franken.de>
2365         Return "default" DirectDraw driver if we have at least one driver
2366         registered.
2367
2368         * windows/nonclient.c:
2369         Dmitry Timoshkov <dmitry@sloboda.ru>
2370         Fixed behaviour of window's system buttons.
2371
2372         * dlls/user/resource.c:
2373         Rein Klazes <rklazes@casema.net>
2374         LoadStringA inserts terminating null in the buffer when the string
2375         resource is an empty string or when it can not be found.
2376
2377 2000-10-13  Alexandre Julliard  <julliard@winehq.com>
2378
2379         * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
2380         Chris Morgan <cmorgan@codeweavers.com>
2381         Implemented the IDC_HAND cursor.
2382
2383         * dlls/kernel/format_msg.c, include/winbase.h:
2384         Francois Gouget <fgouget@codeweavers.com>
2385         Fixed the signature of the FormatMessage APIs.
2386
2387         * include/Makefile.in, include/mcx.h, include/winbase.h:
2388         Francois Gouget <fgouget@codeweavers.com>
2389         The MODEM stuff has been spun off to its rightful place: mcx.h.
2390
2391         * include/winnt.h, include/winsock.h, include/windows.h:
2392         Francois Gouget <fgouget@codeweavers.com>
2393         Completed/corrected the list of include files.
2394         Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
2395
2396         * include/wingdi.h:
2397         Francois Gouget <fgouget@codeweavers.com>
2398         Added a NOGDI protection.
2399         Replaced _MAX_PATH with MAX_PATH.
2400         #undef can be used directly on TRANSPARENT.
2401
2402         * include/ole2.h:
2403         Francois Gouget <fgouget@codeweavers.com>
2404         Must include objbase.h.
2405
2406         * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
2407         Francois Gouget <fgouget@codeweavers.com>
2408         HFILE is an int, not a regular HANDLE.
2409
2410         * include/winuser.h:
2411         Andreas Mohr <a.mohr@mailto.de>
2412         Added MSGF_DDEMGR.
2413
2414         * dlls/ddraw/ddraw/x11.c:
2415         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2416         Fixed incorrect format string.
2417
2418         * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
2419         Chris Morgan <cmorgan@codeweavers.com>
2420         Added changing mouse cursor when over a help topic link.
2421
2422         * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
2423         Marcus Meissner <marcus@jet.franken.de>
2424         Implemented DirectInputCreateEx.
2425
2426         * dlls/comctl32/treeview.c:
2427         Louis Philippe Gagnon <louisphilippe@macadamian.com>
2428         Do not send a WM_CONTEXTMENU message when a TreeView receives a
2429         WM_RBUTTONUP.
2430
2431         * if1632/findfunc, tools/findfunc:
2432         Lawson Whitney <lawson_whitney@juno.com>
2433         Make findfunc look for .spec files, and put it with the other tools.
2434
2435         * memory/virtual.c:
2436         Guy Albertelli <galberte@neo.lrun.com>
2437         Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
2438         and IsBad[Read|Write]Ptr.
2439
2440         * 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:
2441         Andreas Mohr <amohr@codeweavers.com>
2442         - stupid spelling fixes
2443         - some more loadorder array work
2444
2445         * 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:
2446         Added a few more large integer functions.
2447
2448         * dlls/gdi/gdi32.spec, objects/dc.c:
2449         Marcus Meissner <Marcus.Meissner@caldera.de>
2450         Stubbed GetDeviceGammaRamp.
2451
2452         * msdos/int21.c:
2453         Peter Hawkins <peter@hawkins.emu.id.au>
2454         Added DOS int 21h function 4452h support (DR-DOS version check).
2455
2456         * graphics/x11drv/dib.c:
2457         Ove Kaaven <ovek@arcticnet.no>
2458         Fill in the dsBmih.biSizeImage field of DIBSections with the
2459         calculated bitmap size.
2460
2461         * dlls/winmm/wineoss/midi.c:
2462         Chris Morgan <cmorgan@wpi.edu>
2463         Indicate that the MIDI error message only affects programs that need MIDI.
2464
2465         * memory/heap.c:
2466         Andreas Mohr <amohr@codeweavers.com>
2467         Get rid of shared heap fixme messages.
2468         Slightly corrected my heap commit patch (Xilinx).
2469
2470         * loader/dos/dosvm.c:
2471         Ove Kaaven <ovek@arcticnet.no>
2472         Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
2473         purposefully shuffle the interrupt vectors around.
2474
2475         * dlls/comctl32/treeview.c:
2476         Susan Farley <sfarley@codeweavers.com>
2477         To improve custom-drawn items, add focus border to itemRects and do
2478         not overlap them.
2479
2480         * 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:
2481         Mike McCormack <mike_mccormack@looksmart.com.au>
2482         Moved comm.c into kernel32.
2483
2484         * include/windef.h:
2485         Francois Gouget <fgouget@codeweavers.com>
2486         Claim that our headers conform to the version 5.0.
2487
2488         * include/prsht.h:
2489         Francois Gouget <fgouget@codeweavers.com>
2490         The string fields in PROPSHEETPAGEA should be ANSI strings.
2491
2492         * include/olectl.h:
2493         Francois Gouget <fgouget@codeweavers.com>
2494         Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
2495
2496         * include/commctrl.h:
2497         Francois Gouget <fgouget@codeweavers.com>
2498         Added the missing TVINSERTSTRUCT synonyms.
2499         Added missing CBEIF_xxx definitions.
2500
2501         * dlls/oleaut32/ole2disp.c, include/oleauto.h:
2502         Francois Gouget <fgouget@codeweavers.com>
2503         Fixed the signature of SysAllocStringByteLen.
2504
2505         * 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:
2506         Susan Farley <sfarley@codeweavers.com>
2507         Status bars on managed windows should not have SIZEGRIP style.
2508
2509         * dlls/ntdll/reg.c:
2510         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2511         Make reg the default output chanel.
2512
2513         * dlls/winsock/socket.c:
2514         Rein Klazes <rklazes@casema.net>
2515         Ignore setsockopt calls that make the size of the receive buffer too
2516         small.
2517
2518         * dlls/comctl32/listview.c:
2519         Stephane Lussier <stephane@macadamian.com>
2520         Subitems of listviews were not painted with the right background when:
2521         -LVS_EX_FULLROWSELECT style is defined
2522         -item is selected
2523         -Listview doesn't have the focus.
2524
2525         * server/sock.c:
2526         Stephane Lussier <stephane@macadamian.com>
2527         After accept is called on the socket, the listening socket needs to be
2528         reselected.
2529
2530         * memory/registry.c:
2531         Marcus Meissner <marcus@jet.franken.de>
2532         Check for buffer overflows on data returns from RegQueryValueExA.
2533
2534         * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
2535         Changed repne to repnz for Solaris assembler.
2536
2537 2000-10-12  Alexandre Julliard  <julliard@winehq.com>
2538
2539         * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
2540         Francois Gouget <fgouget@codeweavers.com>
2541         Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
2542         API to winnls.h.
2543         Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
2544         winnt.h.
2545
2546         * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
2547         Francois Gouget <fgouget@codeweavers.com>
2548         Added many missing *Pxxx types.
2549         Removed a few *LPxxx types that are not supposed to be there (in
2550         particular LPICONINFO).
2551         Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
2552         DLGITEMTEMPLATE).
2553         WINHELP and PE_ACCEL are internal types.
2554         MULTIKEYHELP and HELPWININFO both have an A and W variant.
2555         NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
2556         Added missing ARW_xxx defines (for sysmetrics).
2557
2558         * include/wtypes.h:
2559         Francois Gouget <fgouget@codeweavers.com>
2560         ROTFLAGS have their own ifdef protection, take them out of the
2561         _SECURITY_DEFINED ifdef block.
2562
2563         * include/wingdi.h:
2564         Francois Gouget <fgouget@codeweavers.com>
2565         Added a declaration for GetEnhMetaFileDescription.
2566
2567         * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
2568         Added Fonts registry key.
2569
2570         * win32/except.c:
2571         Eric Pouech <Eric.Pouech@wanadoo.fr>
2572         Fixed regression for debugger startup event creation.
2573
2574         * dlls/comctl32/toolbar.c:
2575         Chris Morgan <cmorgan@codeweavers.com>
2576         Fix depressed state with flat toolbars so pressing the buttons draws
2577         the button in a depressed state.  Fix bitmap offsets, fixes bitmap
2578         offset problems in file common dialog.
2579
2580         * dlls/comctl32/treeview.c:
2581         Susan Farley <sfarley@codeweavers.com>
2582         On InsertItem with TVI_FIRST, the check for resetting firstVisible
2583         must be done *before* the parent's firstChild changes.
2584
2585         * dlls/ddraw/dsurface/x11.c:
2586         Lionel Ulmer <lionel.ulmer@free.fr>
2587         Support non-buffered overlays.
2588
2589         * dlls/comctl32/rebar.c:
2590         Guy L. Albertelli <galberte@neo.lrun.com>
2591         Rewrite to support rows of bands.
2592         Draw separators between bands in rows and between rows.
2593         Support text and background color and color propagation.
2594         Improve layout code.
2595         Make fMask in internal structure the indicator of valid information.
2596         Fix size of grippers.
2597         Add debugging traces for future.
2598
2599         * dlls/comctl32/header.c:
2600         Serge Ivanov <sergei@corel.com>
2601         Simple NULL check.
2602
2603         * dlls/comctl32/listview.c:
2604         Stephane Lussier <stephane@macadamian.com>
2605         - Background should not be drawn if the background color is CLR_NONE.
2606         - Don't change the size to 0 for the header control of listview with
2607           LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
2608           header control is enough.
2609
2610         * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
2611         Marcus Meissner <marcus@jet.franken.de>
2612         Added 16 (565) -> 15 (555) bit depth converter.
2613
2614         * graphics/x11drv/codepage.c:
2615         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2616         Added support for cp936.
2617
2618         * relay32/relay386.c: Work-around for gcc bug.
2619
2620         * dlls/ddraw/ddraw/x11.c:
2621         Lionel Ulmer <lionel.ulmer@free.fr>
2622         Implememnted GetFourCCCodes.
2623
2624         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
2625         Marcus Meissner <marcus@jet.franken.de>
2626         Enable XF86vmode switching possible for X11 too.
2627
2628         * 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:
2629         Eric Pouech <Eric.Pouech@wanadoo.fr>
2630         Added PCM converter internal driver.
2631         A few driver handling fixes.
2632
2633         * configure, configure.in:
2634         Lionel Ulmer <lionel.ulmer@free.fr>
2635         Fixed the OpenGL detection code.
2636
2637         * debugger/stabs.c:
2638         Juergen Schmied <juergen.schmied@debitel.net>
2639         Fixed loading of symbols from libraries.
2640
2641         * win32/file.c: Rein Klazes <rklazes@casema.net>
2642         Prevent SetFileAttributeA from making directory read-only.
2643
2644         * include/windef.h, include/wine/obj_base.h:
2645         Francois Gouget <fgouget@codeweavers.com>
2646         Enable anonymous struct/union support by default in both C and C++.
2647         Disable them for compilers known not to support them.
2648         Disable them for the WINE code.
2649
2650         * include/dde.h, include/winuser.h:
2651         Francois Gouget <fgouget@codeweavers.com>
2652         Added four DDElParam functions.
2653         Now needs an 'extern "C"' protection for C++.
2654
2655         * dlls/user/ddeml.c:
2656         Francois Gouget <fgouget@codeweavers.com>
2657         Fix the parameter types and comments of the DDElParam functions.
2658
2659         * include/winbase.h, include/wininet.h:
2660         Francois Gouget <fgouget@free.fr>
2661         Removed stray A/W from invocations of WINELIB_NAME_AW.
2662
2663         * msdos/int11.c:
2664         Mike McCormack <mike_mccormack@looksmart.com.au>
2665         Removed dependency on globals LPT[] and COM{}.
2666
2667         * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
2668         Francois Gouget <fgouget@free.fr>
2669         Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
2670
2671         * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
2672         Replace null bytes by spaces in WriteConsoleOutputA call.
2673
2674         * dlls/winmm/mcicda/mcicda.c:
2675         Andreas Mohr <a.mohr@mailto.de>
2676         MCICDA didn't open/close the door when calling the command without
2677         valid parameter block (i.e. == NULL).
2678
2679         * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
2680         Stephane Lussier <stephane@macadamian.com>
2681         Implementation of OleLockRunning function.
2682
2683         * dlls/comctl32/listview.c:
2684         Aric Stewart <aric@codeweavers.com>
2685         Corrected some segvs that occur with ownerdata listviews.
2686
2687         * objects/region.c:
2688         Marcus Meissner <marcus@jet.franken.de>
2689         Return values are reversed in failure/rgdata == NULL case in
2690         GetRegionData (was merge error by me).
2691
2692         * win32/except.c, winedefault.reg:
2693         Andreas Mohr <a.mohr@mailto.de>
2694         Changed debugger launching to auto per default.
2695
2696         * dlls/kernel/nls/dan.nls:
2697         Niels Kristian Bech Jensen <nkbj@image.dk>
2698         Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
2699
2700         * dlls/winmm/wineoss/audio.c:
2701         Marcus Meissner <marcus@jet.franken.de>
2702         Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
2703
2704 2000-10-03  Alexandre Julliard  <julliard@winehq.com>
2705
2706         * include/drive.h, scheduler/process.c, files/drive.c:
2707         Use special environment variables to transmit the cwd of the various
2708         drives to child processes (based on a patch by Andreas Mohr).
2709
2710         * include/msacm.h, include/tchar.h, include/wininet.h:
2711         Francois Gouget <fgouget@codeweavers.com>
2712         Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
2713         WINELIB_NAME_AW macros.
2714
2715         * include/oleauto.h:
2716         Francois Gouget <fgouget@codeweavers.com>
2717         Added some missing 'SysAllocString' prototypes.
2718         Added some missing 'TypeLib' prototypes.
2719
2720         * dlls/oleaut32/typelib.c:
2721         Francois Gouget <fgouget@codeweavers.com>
2722         Fixed some prototypes.
2723
2724         * include/bitmaps/ocr_ibeam:
2725         Aric Stewart <aric@codeweavers.com>
2726         Added a white border around the I-beam cursor.
2727
2728 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
2729
2730         * memory/global.c:
2731         Lawson Whitney <lawson_whitney@juno.com>
2732         Protect GlobalHandle() against bad parameters.
2733
2734         * debugger/stack.c:
2735         Fixed backtrace for apps that never called down to 16-bit code.
2736 n
2737         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
2738         Make sure that we skip tasks with missing hInstance.
2739
2740         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
2741         Introduced a new arena flag called GA_DOSMEM to distinguish between
2742         DOSMEM and normal "windows" global mem.
2743
2744         * dlls/winmm/mmio.c:
2745         Francois Jacques <francoisj@macadamian.com>
2746         Bug fixes in mmio, related to buffering in record mode.
2747
2748 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
2749
2750         * ChangeLog, include/version.h, ANNOUNCE:
2751         Release 20001002.
2752
2753 ----------------------------------------------------------------
2754 2000-10-02  Alexandre Julliard  <julliard@winehq.com>
2755
2756         * memory/global.c:
2757         Lawson Whitney <lawson_whitney@juno.com>
2758         Protect GlobalHandle() against bad parameters.
2759
2760         * debugger/stack.c:
2761         Fixed backtrace for apps that never called down to 16-bit code.
2762
2763         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
2764         Make sure that we skip tasks with missing hInstance.
2765
2766         * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
2767         Introduced a new arena flag called GA_DOSMEM to distinguish between
2768         DOSMEM and normal "windows" global mem.
2769
2770         * dlls/winmm/mmio.c:
2771         Francois Jacques <francoisj@macadamian.com>
2772         Bug fixes in mmio, related to buffering in record mode.
2773
2774         * 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:
2775         Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
2776         Fixed a few bugs.
2777
2778         * dlls/kernel/kernel32.spec:
2779         Forward all large integer functions to ntdll.
2780
2781         * ole/ole2nls.c:
2782         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2783         GetDateFormatA: Check range and recalculate wDayOfWeek.
2784         OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
2785         LOCALE_S(ABBREV)DAYNAMEx.
2786
2787         * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
2788         Patrik Stridvall <ps@leissner.se>
2789         Fixed some issues found by winapi_check.
2790
2791         * 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:
2792         Patrik Stridvall <ps@leissner.se>
2793         - Support for stdcall64
2794         - Minor API updates.
2795
2796         * loader/loadorder.c:
2797         Andreas Mohr <a.mohr@mailto.de>
2798         Beautified the loadorder array (group DLLs according to functionality,
2799         add group header comments, ...), added builtin x11drv and winaspi.
2800
2801         * dlls/msacm/internal.c:
2802         James Hatheway <james@macadamian.com>
2803         Silence unneeded exception to allow easier ACM debugging.
2804
2805 2000-10-01  Alexandre Julliard  <julliard@winehq.com>
2806
2807         * 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:
2808         Converted some of the registry server requests to the new request
2809         mechanism.
2810
2811         * 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:
2812         Implemented a bunch of large integer functions in ntdll.
2813
2814         * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
2815         Added stdcall64 entry point type to allow correct relay debugging
2816         support for functions that return 64-bit values.
2817
2818 2000-09-29  Alexandre Julliard  <julliard@winehq.com>
2819
2820         * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
2821         Make sure we commit enough memory in a new subheap.
2822
2823         * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
2824         Stefan Leichter <Stefan.Leichter@camline.com>
2825         - moved some code from WINSPOOL_GetPrinterDriver into new function
2826           WINSPOOL_GetDriverInfoFromReg
2827         - bug fix in function GetPrinterDirectoryW: free local variable not
2828           the one from function interface
2829         - implemented EnumPrinterDriversA|W
2830
2831         * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
2832         Fixed the default value handling (trailing spaces of the default value
2833         are clipped).
2834         section == NULL, key_name == NULL undoc. feature is only valid in Win32.
2835
2836         * 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:
2837         Moved a bunch of routines to kernel32.dll (with the help of
2838         Dimitrie O. Paun).
2839
2840         * objects/palette.c:
2841         Andreas Mohr <a.mohr@mailto.de>
2842         GDISelectPalette16 checked GetObjectType() return value for
2843         PALETTE_MAGIC instead of OBJ_PAL.
2844
2845         * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
2846         Francois Gouget <fgouget@codeweavers.com>
2847         Moved DLLVERSIONINFO to shlwapi.h.
2848
2849         * dlls/shell32/shell.c:
2850         Andreas Mohr <a.mohr@mailto.de>
2851         Let InternalExtractIcon16 load icons from builtin DLLs.
2852
2853         * dlls/comctl32/toolbar.c:
2854         Francois Gouget <fgouget@codeweavers.com>
2855         Modified the bitmap centering algorithm to take the button's border
2856         into account.
2857
2858         * windows/timer.c, include/message.h, windows/message.c:
2859         Stephane Lussier <stephane@macadamian.com>
2860         Before calling the timer window proc, make sure it is valid.
2861
2862         * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
2863         Removed a few dependencies on kernel32 functions.
2864
2865         * 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:
2866         Moved critical section implementation to ntdll.
2867
2868         * 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:
2869         Moved $(MODULE).o rule out of Make.rules into the individual
2870         Makefiles.
2871
2872         * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
2873         Mike McCormack <mike_mccormack@looksmart.com.au>
2874         Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
2875
2876         * objects/region.c:
2877         Sergei Ivanov <sergei@corel.com>
2878         Fixed return values of GetRegionData.
2879
2880         * dlls/comctl32/toolbar.c:
2881         Susan Farley <sfarley@codeweavers.com>
2882         Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
2883         WM_COMMAND for the button has been sent, rather than before.
2884
2885         * dlls/winmm/winmm_res.rc:
2886         Francois Jacques <francoisj@macadamian.com>
2887         Use waveaudio, not waveform.
2888
2889         * dlls/ole32/compobj.c:
2890         Huw D M Davies <hdavies@codeweavers.com>
2891         Fix a couple of TRACE messages.
2892
2893         * debugger/stabs.c:
2894         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2895         Added missing cast.
2896
2897         * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
2898         Francois Gouget <fgouget@codeweavers.com>
2899         Fix the return type of mixerMessage16.
2900
2901         * include/winver.h:
2902         Francois Gouget <fgouget@codeweavers.com>
2903         Renamed VS_USER_INFO to VS_USER_DEFINED.
2904
2905 2000-09-27  Alexandre Julliard  <julliard@winehq.com>
2906
2907         * 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:
2908         Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
2909         Generate the import table directly in PE format.
2910         Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
2911         main wine binary.
2912
2913         * 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:
2914         Added a few missing imports.
2915
2916         * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
2917         Francois Gouget <fgouget@codeweavers.com>
2918         Added various type and macro definitions that are needed to compile
2919         the latest MFC.
2920
2921         * dlls/winmm/wineoss/midi.c:
2922         Eric Pouech <Eric.Pouech@wanadoo.fr>
2923         Store a copy of MIDIOPENDESC information instead of pointer.
2924
2925         * dlls/winmm/mmsystem.c:
2926         Eric Pouech <Eric.Pouech@wanadoo.fr>
2927         Unlock win16 crst while thunking up to 32 bit dll.
2928
2929         * dlls/wininet/internet.c:
2930         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2931         Include <unistd.h> for prototype of select().
2932
2933         * server/sock.c:
2934         Stephane Lussier <stephane@macadamian.com>
2935         Socket returned by accept function of Microsoft API should keep the
2936         properties of the listening socket. This is also true for non-blocking
2937         property.
2938
2939         * windows/winpos.c:
2940         Dmitry Timoshkov <dmitry@sloboda.ru>
2941         If window was not resized and not moved, repaint only itself excluding
2942         parent.
2943
2944         * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
2945         Generate Win32 dll descriptor structure in the .spec.c file so that we
2946         don't need to depend on builtin32.h.
2947
2948         * include/Makefile.in, include/mouse.h, include/zmouse.h:
2949         Jeremy White <jwhite@codeweavers.com>
2950         Created zmouse.h, moved wheel code from mouse.h into it.
2951
2952         * dlls/winmm/mcicda/mcicda.c:
2953         James Abbatiello <abbeyj@wpi.edu>
2954         MCI_STATUS_LENGTH on Windows returns one frame less than the total
2955         track length for the last track on a CD.  This also affects queries
2956         for the total length of the CD.
2957
2958         * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
2959         Fixed a few non portable zero-size array declarations.
2960
2961         * files/drive.c:
2962         Marcus Meissner <marcus@jet.franken.de>
2963         Have the UNIX cwd follow the current directory on the current drive.
2964
2965         * windows/x11drv/event.c:
2966         Stephane Lussier <stephane@macadamian.com>
2967         On reception of a FocusOut event, don't deactivate the application if the
2968         next window to get the focus is a Wine window.
2969
2970 2000-09-26  Alexandre Julliard  <julliard@winehq.com>
2971
2972         * 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:
2973         Peter Hunnisett <hunnise@nortelnetworks.com>
2974         - Remove winmm hack in dplay code
2975         - Fix up some missing holes in the code
2976         - More message implementation
2977         - Status documentation update
2978
2979         * Make.rules.in, Makefile.in:
2980         Marcus Meissner <Marcus.Meissner@caldera.de>
2981         Migrate $LDFLAGS from configure to Makefile and into main wine
2982         executable.
2983
2984         * relay32/builtin32.c:
2985         Andreas Mohr <a.mohr@mailto.de>
2986         Display an ERR() in case of undefined symbols.
2987
2988         * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
2989         Andreas Mohr <a.mohr@mailto.de>
2990         Started some basic work on the more or less undocumented SETUPX
2991         functions.
2992
2993         * dlls/comctl32/toolbar.c:
2994         Susan Farley <sfarley@codeweavers.com>
2995         Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
2996         pressed flags on WM_CAPTURECHANGED.
2997
2998         * objects/dc.c:
2999         Marcus Meissner <marcus@jet.franken.de>
3000         WORD is unsigned, so we need to transalte 0xffff into -1.
3001
3002         * 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:
3003         Moved all Win16 definitions out of the standard Windows headers.
3004
3005         * loader/pe_resource.c:
3006         Dmitry Timoshkov <dmitry@sloboda.ru>
3007         Avoid crashes if 16-bit module handle was passed to the 32-bit
3008         resource enumerator.
3009
3010         * 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:
3011         Lionel Ulmer <lionel.ulmer@free.fr>
3012         Added support for DirectDraw overlays using the XVideo extension.
3013
3014         * graphics/x11drv/codepage.c:
3015         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3016         Code cleanup.
3017         Add checking for invalid DBCS trailer bytes.
3018
3019         * include/commctrl.h:
3020         Marcus Meissner <marcus@jet.franken.de>
3021         Fixed some commctl header issues reported in newsgroup.
3022
3023         * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
3024         A few includes cleanup.
3025
3026         * 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:
3027         Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
3028
3029 2000-09-25  Alexandre Julliard  <julliard@winehq.com>
3030
3031         * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
3032         Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
3033
3034         * 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:
3035         Removed some of the XXX_reg macros now that we are using the standard
3036         CONTEXT86 structure everywhere.
3037
3038         * 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:
3039         Removed inclusion of wine/winestring.h from winbase.h and added it to
3040         the C files that need it.
3041
3042 2000-09-24  Alexandre Julliard  <julliard@winehq.com>
3043
3044         * 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:
3045         Moved most global data out of the LPDOSTASK structure.
3046         Allocate DPMI real-mode segments globally at startup.
3047         Try to allocate DOS memory at address 0.
3048
3049         * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
3050         Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
3051         Farnum).
3052
3053         * memory/virtual.c:
3054         Gerard Patel <g.patel@wanadoo.fr>
3055         Locks the virtual views linked list.
3056
3057         * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
3058         Rein Klazes <rklazes@casema.net>
3059         Make calls to gethostbyname, gethostbyaddr, getservbyname,
3060         getservbyport, getprotobyname and getprotobynumber thread-safe.
3061
3062         * graphics/x11drv/xfont.c:
3063         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3064         Use appropriate charset if facenames of font is known.
3065         Use CP_ACP if DEFAULT_CHARSET is requested.
3066
3067         * controls/listbox.c:
3068         Gerard Patel <g.patel@wanadoo.fr>
3069         In WM_DRAWITEM, always calls the app with a valid current focus_item.
3070
3071         * 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:
3072         Improved support for vm86 mode.
3073
3074         * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
3075         Added support for exception handling while in vm86 mode.
3076         Fixed a couple of bugs in vm86 support.
3077
3078         * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
3079         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3080         Fixed format strings.
3081
3082         * dlls/comctl32/commctrl.c:
3083         Francois Gouget <fgouget@free.fr>
3084         Added set WS_CHILD and CCS_TOP to the toolbar's style.
3085         TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
3086         defaults.
3087
3088         * dlls/comctl32/toolbar.c:
3089         Francois Gouget <fgouget@free.fr>
3090         The size of the comctl32 internal bitmaps is 24x24 not 26x26.
3091         Fixed minor typos.
3092
3093         * tools/wrc/parser.l, tools/wrc/README.wrc:
3094         Francois Gouget <fgouget@free.fr>
3095         Filenames may contain '/' and '\'.
3096         Small typo fixes.
3097
3098 2000-09-22  Alexandre Julliard  <julliard@winehq.com>
3099
3100         * dlls/comctl32/listview.c:
3101         Chris Morgan <cmorgan@codeweavers.com>
3102         Paint background before drawing item and subitems.  Paint any area of
3103         the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
3104         if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
3105         has items to draw.
3106
3107         * 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:
3108         Andreas Mohr <a.mohr@mailto.de>
3109         Make GetTickCount not use the whole Unix epoch (since 1970) any more,
3110         since that crashed several games or caused problems with them as they
3111         aren't used to a high Windows uptime of more than 24.9 days.
3112
3113         * scheduler/client.c:
3114         Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
3115         Added S_ISFIFO check for Solaris.
3116
3117         * include/windef.h:
3118         Francois Gouget <fgouget@codeweavers.com>
3119         Added a macro for _declspec (backward compatibility synonym of
3120         __declspec).
3121         Removed the dllimport and dllexport macros.
3122
3123         * include/objbase.h:
3124         Francois Gouget <fgouget@codeweavers.com>
3125         Must include 'stdlib.h'.
3126
3127         * include/commctrl.h:
3128         Francois Gouget <fgouget@codeweavers.com>
3129         Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
3130
3131         * 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:
3132         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3133         Paper size and orientation prop sheet for wineps.
3134
3135         * dlls/user/text.c:
3136         Susan Farley <sfarley@codeweavers.com>
3137         Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
3138         flags in DrawText.
3139
3140         * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
3141         Fixed WinExec16 to handle quoted filenames correctly.
3142
3143         * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
3144         Damyan Ognyanoff <Damyan@rocketmail.com>
3145         IErrorInfo is now derived from IUnknown.
3146
3147         * dlls/comctl32/listview.c:
3148         Aric Stewart <aric@codeweavers.com>
3149         Correct some situations with listview selections. Specifically fixed
3150         situations where in an OWNERDATA listview the selection ranges become
3151         invalid if the number of items is changed. Additional fixes a few
3152         problems resulting in loops in RemoveAllSelections.
3153
3154         * include/mmsystem.h, include/wingdi.h, include/winuser.h:
3155         Francois Gouget <fgouget@free.fr>
3156         Added a few missing macros, types and prototypes.
3157
3158         * include/winres.h:
3159         Francois Gouget <fgouget@free.fr>
3160         New file. All RC files generated by VC6 include afxres.h which in turn
3161         includes this file.
3162
3163         * windows/queue.c, windows/message.c, windows/nonclient.c:
3164         Andreas Mohr <a.mohr@mailto.de>
3165         Spelling, trace fixes.
3166
3167         * memory/environ.c:
3168         Andreas Mohr <a.mohr@mailto.de>
3169         Added SetLastError() in GetEnvironmentVariableA.
3170
3171         * graphics/x11drv/text.c:
3172         Damyan Ognyanoff <Damyan@rocketmail.com>
3173         Added error correction when using symbol offsets.
3174
3175         * dlls/winmm/mciseq/mcimidi.c:
3176         Eric Pouech <eric.pouech@voila.fr>
3177         Fixed reentrancy issues in play/stop operations.
3178
3179         * dlls/commdlg/cdlg_xx.rc:
3180         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3181         Fix PrintDlg collate icons.  Add orientation icons.
3182
3183         * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
3184         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3185         Stubs for shlwapi.151 and shlwapi.153.
3186
3187         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
3188         Huw D M Davies <h.davies1@physics.ox.ac.uk>
3189         Stub for CoIsOle1Class.
3190
3191         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
3192         Huw D M Davies <hdavies@codeweavers.com>
3193         Set close on exec() flag at times when we leave /dev/dsp and
3194         /dev/sequencer open.
3195
3196         * dlls/comctl32/tab.c:
3197         Susan Farley <sfarley@codeweavers.com>
3198         Added support for FLATBUTTON style tabs.
3199         Made width of BUTTON style tabs no less than 2x their height.
3200         Expanded focus rect to be just inside the border.
3201
3202         * dlls/kernel/toolhelp.c:
3203         Andreas Mohr <a.mohr@mailto.de>
3204         Add FIXMEs for all these nice completely unimplemented TOOLHELP
3205         functions.
3206
3207         * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
3208         fixed the win95 registry loader to have somewhat stricter checking.
3209
3210         * dlls/comctl32/toolbar.c:
3211         Chris Morgan <cmorgan@codeweavers.com>
3212         Fixed button image to be offset to the center of the button horizontally,
3213         visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
3214         specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
3215         button width to TRACE in TOOLBAR_CalcToolbar().
3216
3217         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
3218         Chris Morgan <cmorgan@codeweavers.com>
3219         Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
3220         being called with RDW_UPDATENOW, forcing immediate painting.  Added
3221         redrawing logic to STATUSBAR_SetTextW().
3222
3223         * dlls/comctl32/treeview.c:
3224         Chris Morgan <cmorgan@codeweavers.com>
3225         Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
3226         redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
3227
3228         * relay32/builtin32.c:
3229         Francois Gouget <fgouget@free.fr>
3230         Raised MAX_DLLS to 100.
3231
3232 2000-09-19  Alexandre Julliard  <julliard@winehq.com>
3233
3234         * 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:
3235         Peter Hunnisett <hunnise@nortelnetworks.com>
3236         - Added some missing WINELIB_NAME_AW definitions, types and messages
3237         - Small prototype fixes
3238
3239         * relay32/snoop.c:
3240         Rein Klazes <rklazes@casema.net>
3241         Catch EXCEPTION_PRIV_INSTRUCTION exception too.
3242
3243         * dlls/comctl32/listview.c:
3244         Stephane Lussier <stephane@macadamian.com>
3245         Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
3246         should set lParam to a NMLISTVIEW instead of a NMHDR. According to
3247         MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
3248         the DLL version.
3249
3250         * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
3251         Fixed window lock problem in SetMenu().
3252
3253         * objects/metafile.c: Henning Hoffmann
3254         Avoid deadlocks in EnumMetaFile.
3255
3256         * dlls/oleaut32/typelib.c:
3257         Gerard Patel <g.patel@wanadoo.fr>
3258         Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
3259
3260 2000-09-18  Alexandre Julliard  <julliard@winehq.com>
3261
3262         * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
3263         Misc cleanups.
3264
3265         * dlls/ntdll/signal_i386.c, include/wine/exception.h:
3266         Added preliminary support for switching to vm86 mode with proper
3267         exception handling.
3268
3269         * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
3270         Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
3271
3272         * dlls/comctl32/toolbar.c:
3273         Chris Morgan <cmorgan@wpi.edu>
3274         Change FIXME("Button size set after button in toolbar\n") in
3275         SetButtonSize() to WARN as quite a few applications are doing this
3276         after adding each button to the toolbar and there is no way we can
3277         stop them.
3278
3279         * dlls/ddraw/dsurface/dga.c:
3280         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3281         Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
3282
3283         * misc/comm.c:
3284         Mike McCormack <mike_mccormack@looksmart.com.au>
3285         - removed redundant functions COMM_Get(Read/Write)Fd
3286         - corrected the name of 16bit functions in comments
3287         - removed unused static variable
3288
3289         * README: Andreas Mohr <a.mohr@mailto.de>
3290         - prefer wineinstall
3291         - mention debugger setup (temporary)
3292
3293         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
3294         Mike McCormack <mike_mccormack@looksmart.com.au>
3295         Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
3296         report an error.
3297
3298         * dlls/comctl32/listview.c:
3299         Stephane Lussier <stephane@macadamian.com>
3300         Sorting items in a listview using LVW_SORTITEMS is only sorting the items
3301         and not the subitems. This patch fix this issue. I've remove the temporary
3302         Sortlist, it was not necessary to create another list, and it was buggy.
3303
3304 2000-09-16  Alexandre Julliard  <julliard@winehq.com>
3305
3306         * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
3307         Removed a couple of unused functions in the Callout structure.
3308
3309         * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
3310         Moved Select/RealizePalette implementation to USER and use
3311         pfnSelect/RealizePalette function pointers in GDI.
3312         Make sure the palette handle is valid in GDISelectPalette16 (thanks to
3313         Uwe Bonnes).
3314
3315         * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
3316         Mike McCormack <mike_mccormack@looksmart.com.au>
3317         Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
3318
3319         * 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:
3320         Andreas Mohr <a.mohr@mailto.de>
3321         Added support for non-deletable system brushes and pens created by
3322         USER.
3323
3324         * dlls/winsock/socket.c:
3325         John Gilmore <gnu@toad.com>
3326         Cleaned it up so that code paths which have unsupported WS_SO values
3327         never actually pass them to Unix system calls.
3328
3329         * dlls/kernel/kernel32.spec, memory/virtual.c:
3330         Andreas Mohr <a.mohr@mailto.de>
3331         Added VirtualAllocEx.
3332
3333         * include/winbase.h:
3334         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3335         Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
3336
3337         * dlls/comctl32/tab.c:
3338         Andreas Mohr <a.mohr@mailto.de>
3339         Fixed tab control to use HTTRANSPARENT when mouse hits client area,
3340         but not tab control buttons.
3341
3342         * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
3343         Silence some bogus error message.
3344
3345         * include/winsock.h:
3346         Jeremy White <jwhite@codeweavers.com>
3347         Adjusted to allow MFC compilation; prevent definition of struct fd_set
3348         which conflicts with the fd_set typedef.
3349
3350         * include/winuser.h:
3351         Jeremy White <jwhite@codeweavers.com>
3352         Added PWNDCLASS definition.
3353
3354         * dlls/comctl32/listview.c:
3355         Stephane Lussier <stephane@macadamian.com>
3356         Allow having a transparent background text color for the listview.
3357
3358         * ole/ole2nls.c:
3359         Dimitrie O. Paun <dimi@cs.toronto.edu>
3360         Use the system local time if lpTime=NULL.
3361
3362 2000-09-13  Alexandre Julliard  <julliard@winehq.com>
3363
3364         * dlls/kernel/thunk.c:
3365         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3366         Update ESP correctly on return from flat thunk routines.
3367
3368         * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
3369         Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
3370         Modified CallTo16Register routines to update register context after
3371         call returns. Callers adapted.
3372
3373         * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
3374         Huw D M Davies <hdavies@codeweavers.com>
3375         Add some Str* prototypes to shlwapi.h.
3376
3377         * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
3378         Chris Morgan <cmorgan@wpi.edu>
3379         Merged main Wine changes into Corel's treeview control rewritten by
3380         Serge Ivanov and Andrew Lewycky.  Fixed item focus behavior to match
3381         Windows.  Fixed item selection when un/expanding items.  Implemented
3382         WM_SETREDRAW.  Added Corel's COMCTL32_CreateToolTip() helper function
3383         to commctrl.c.
3384
3385         * windows/painting.c, controls/button.c:
3386         Serge Ivanov <sergei@corel.ca>
3387         (Merged by Marcus Meissner <marcus@jet.franken.de>)
3388         Fixed problem with origin for DST_COMPLEX style.
3389         Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
3390
3391         Added handling of BS_MULTILINE style, label alignment
3392         styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
3393         pushbuttons for now), and BS_PUSHLIKE.
3394
3395         Modified label drawing procedure: now all kinds of buttons
3396         use common BUTTON_DrawLabel function. Actual label drawing is
3397         performed by DrawStateW function.
3398
3399         GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
3400
3401         * dlls/ddraw/ddraw/main.c:
3402         Lionel Ulmer <lionel.ulmer@free.fr>
3403         Upgrade also 15bpp to 16bpp surfaces.
3404
3405 2000-09-12  Alexandre Julliard  <julliard@winehq.com>
3406
3407         * windows/winpos.c:
3408         James Hatheway <james@macadamian.com>
3409         KDE 1.x has problems with using XShapeCombineMask when there was no
3410         previous region.
3411
3412         * controls/scroll.c:
3413         Gerard Patel <g.patel@wanadoo.fr>
3414         SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
3415         maxval) change.
3416
3417         * include/wine/unicode.h:
3418         Added missing __volatile__.
3419
3420         * 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:
3421         Andreas Mohr <a.mohr@mailto.de>
3422         - fixes debugger output
3423         - get rid of wrong comments
3424         - fix comments
3425         - .spec spelling fix
3426         - improve warning message
3427
3428         * dlls/kernel/kernel32.spec, win32/time.c:
3429         Andreas Mohr <a.mohr@mailto.de>
3430         "implemented" GetSystemTimeAdjustment.
3431
3432         * windows/class.c:
3433         Huw D M Davies <hdavies@codeweavers.com>
3434         Don't try to delete a wndclass background brush if it's a COLOR_*
3435         constant.
3436
3437         * windows/nonclient.c:
3438         Mike McCormack <mike_mccormack@looksmart.com.au>
3439         Make sure NC_HandleNCCalcSize returns a valid rectangle.
3440         Painting fails if the rectangle is invalid.
3441
3442         * dlls/comctl32/listview.c:
3443         Chris Morgan <cmorgan@wpi.edu>
3444         Hide the vertical scrollbar when listview style is LVS_LIST.
3445
3446         * include/winuser.h:
3447         Jeremy White <jwhite@codeweavers.com>
3448         Add WM_USERCHANGED.
3449
3450         * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
3451         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3452         Use tpXXX instead of tbXXX in tagTHREADENTRY32.
3453
3454         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
3455         Lionel Ulmer <lionel.ulmer@free.fr>
3456         Fixed DGA / DGA 2 palette creation.
3457
3458         * graphics/x11drv/text.c:
3459         Gerard Patel <g.patel@wanadoo.fr>
3460         Fix a memory leak in X11DRV_GetTextExtentPoint.
3461
3462 ----------------------------------------------------------------
3463 2000-09-10  Alexandre Julliard  <julliard@winehq.com>
3464
3465         * scheduler/client.c:
3466         Added WINESERVER environment variable to allow overriding the normal
3467         server search sequence.
3468
3469         * files/directory.c:
3470         Removed chdir("/") until we have proper Unix cwd management.
3471
3472         * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
3473         Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
3474
3475         * loader/ne/module.c:
3476         Andreas Mohr <a.mohr@mailto.de>
3477         Fixed NE_LoadExeHeader error handling.
3478
3479         * loader/module.c:
3480         Eric Pouech <Eric.Pouech@wanadoo.fr>
3481         Fixed loader - broken search for already loaded modules.
3482
3483         * objects/dib.c:
3484         Eric Pouech <Eric.Pouech@wanadoo.fr>
3485         Fixed fallback code for StretchBlt on RLE DIBs with gaps.
3486
3487 2000-09-09  Alexandre Julliard  <julliard@winehq.com>
3488
3489         * documentation/fonts.sgml:
3490         Marcus Meissner <marcus@jet.franken.de>
3491         Fixed bdftopcf command.
3492
3493         * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
3494         Eric Pouech <Eric.Pouech@wanadoo.fr>
3495         Added *Filter* functions.
3496         Misc bug fixes.
3497
3498         * dlls/comctl32/tab.c:
3499         Marcus Meissner <marcus@jet.franken.de>
3500         Implemented TCM_GETROWCOUNT.
3501
3502         * 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:
3503         Francois Gouget <fgouget@codeweavers.com>
3504         Added the missing library dependencies.
3505
3506         * include/Makefile.in, include/cguid.h:
3507         Peter Hunnisett <hunnise@nortelnetworks.com>
3508         Added cguid.h.
3509
3510         * dlls/ddraw/dga.c:
3511         Lionel Ulmer <lionel.ulmer@free.fr>
3512         Do not support DGA when DirectVideo not present.
3513
3514         * windows/defwnd.c:
3515         Dmitry Timoshkov <dmitry@sloboda.ru>
3516         Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
3517
3518         * controls/listbox.c:
3519         Mike McCormack <mike_mccormack@looksmart.com.au>
3520         Avoid divide by zero when listbox set to zero height.
3521
3522         * windows/mdi.c:
3523         Dmitry Timoshkov <dmitry@sloboda.ru>
3524         Simplify a bit MDI child window creation.
3525
3526         * controls/menu.c:
3527         Dmitry Timoshkov <dmitry@sloboda.ru>
3528         GetMenu might be used to get child window id.
3529
3530 2000-09-07  Alexandre Julliard  <julliard@winehq.com>
3531
3532         * windows/x11drv/keyboard.c:
3533         Giovanni Pancotti <giovanni.pancotti@cedecra.it>
3534         Italian keyboard fixes.
3535
3536         * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
3537         DOSFS_MatchLong ignored several things about file mask matching for
3538         long file names.
3539
3540         * include/wine/unicode.h:
3541         Erik Hofman <erik.hofman@a1.nl>
3542         Added missing const to external tables definitions.
3543
3544         * 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:
3545         Mike McCormack <mike_mccormack@looksmart.com.au>
3546         Added serial port object to the server.
3547
3548         * dlls/comctl32/tooltips.c:
3549         Francois Jacques <francoisj@macadamian.com>
3550         - Make sure tooltips are hidden before deleting them.
3551         - Glitch happened while moving from a tooltip to another (fixed).
3552
3553         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
3554         Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
3555
3556         * graphics/x11drv/codepage.c:
3557         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3558         Added support for cp949.
3559
3560 2000-09-06  Alexandre Julliard  <julliard@winehq.com>
3561
3562         * memory/atom.c: Fixed cut&paste typo.
3563
3564         * 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:
3565         Lionel Ulmer <lionel.ulmer@free.fr>
3566         Added possibility to use XVideo.
3567
3568         * dlls/comctl32/listview.c, include/commctrl.h:
3569         Aric Stewart <aric@codeweavers.com>
3570         Implemented both customdraw message sending and handling (based off
3571         the treeview method) as well as LVS_OWNERDRAWFIXED.
3572
3573         * dlls/comctl32/comctl32undoc.c:
3574         Mike McCormack <mike_mccormack@looksmart.com.au>
3575         Fixed a bug (incorrect size in memmove) that I introduced with an
3576         earlier patch. Tested with wordview.
3577
3578         * tools/wineinstall:
3579         Phil Cole <ukpgc@p.cole.easynet.co.uk>
3580         Added two directories to default non-windows install.
3581
3582         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
3583         Andreas Mohr <a.mohr@mailto.de>
3584         Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
3585         Better error messages.
3586
3587         * dlls/shell32/systray.c:
3588         James Hatheway <james@macadamian.com>
3589         Systray should keep a copy of its icons.
3590
3591         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
3592         Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
3593         (thanks to Berend Ozceri for finding the problem).
3594
3595         * windows/mdi.c: Serge Ivanov
3596         Delay destroying menu entry until all messages are sent.
3597
3598 2000-09-04  Alexandre Julliard  <julliard@winehq.com>
3599
3600         * memory/atom.c:
3601         Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
3602
3603         * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
3604         Patrik Stridvall <ps@leissner.se>
3605         Fixed some issues found by winapi_check.
3606
3607         * 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:
3608         Patrik Stridvall <ps@leissner.se>
3609         Minor API files update.
3610
3611         * graphics/x11drv/xfont.c:
3612         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3613         Add jisx0212 encoding.
3614         Remove FIXMEs for implemented DBCS handling.
3615
3616         * windows/x11drv/keyboard.c:
3617         Mike McCormack <mike_mccormack@looksmart.com.au>
3618         Added missing comma.
3619
3620         * dlls/comctl32/comctl32undoc.c:
3621         Mike McCormack <mike_mccormack@looksmart.com.au>
3622         Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
3623
3624 2000-09-02  Alexandre Julliard  <julliard@winehq.com>
3625
3626         * win32/console.c:
3627         Marcus Meissner <marcus@jet.franken.de>
3628         Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
3629
3630         * scheduler/process.c:
3631         Andreas Mohr <a.mohr@mailto.de>
3632         Avoid crash on empty command-line.
3633
3634         * debugger/stabs.c:
3635         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3636         Added two missing casts.
3637
3638         * dlls/comctl32/animate.c:
3639         Jean-Claude Batista <jcb@macadamian.com>
3640         Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
3641
3642 2000-09-01  Alexandre Julliard  <julliard@winehq.com>
3643
3644         * if1632/builtin.c, relay32/builtin32.c:
3645         Avoid buffer overflows in builtin dll loading (with the help of Dmitry
3646         Timoshkov).
3647
3648         * windows/mdi.c: Henning Hoffmann
3649         Augment menu when a mdi window starts maximized.
3650
3651         * windows/mdi.c: Francis Beaudet
3652         MDI Patch which fixes problems in PR, QP, WP and Paradox.
3653
3654         * dlls/dsound/dsound_main.c:
3655         James Abbatiello <abbeyj@wpi.edu>
3656         Don't use copies of critical sections made by memcpy()
3657         Added missing WINAPIs
3658
3659         * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
3660         James Abbatiello <abbeyj@wpi.edu>
3661         Fix for debugger disassembly being off by one byte after using nexti
3662         on a "call" instruction.
3663
3664         * dlls/winsock/socket.c:
3665         Stephane Lussier <stephane@macadamian.com>
3666         When checking the socket return by the server request, we should do a
3667         "signed" check.
3668
3669         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
3670         James Hatheway <james@macadamian.com>
3671         Implemented CoGetPSClsid().
3672
3673 2000-08-31  Alexandre Julliard  <julliard@winehq.com>
3674
3675         * tools/wineconf:
3676         Phil Cole <ukpgc@p.cole.easynet.co.uk>
3677         The Path variable in the created .winerc must be in dos format.
3678
3679         * tools/wineinstall:
3680         Phil Cole <ukpgc@p.cole.easynet.co.uk>
3681         Small fix.
3682
3683         * dlls/commdlg/filedlg95.c:
3684         Andreas Mohr <a.mohr@mailto.de>
3685         Fixed a string buffer overflow.
3686
3687         * dlls/comctl32/animate.c:
3688         Jean-Claude Batista <jcb@macadamian.com>
3689         - improved ACS_TRANSPARENT and ACS_CENTER support
3690         - added RLE8 incremental decompression
3691         - each animation is now controlled by its own Windows thread
3692         - added use of Critical Sections in the WM_PAINT handler.
3693
3694         * win32/console.c:
3695         Marcus Meissner <Marcus.Meissner@caldera.de>
3696         Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
3697         MapVirtualKeyA.
3698
3699         * 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:
3700         Converted a lot of server requests to the new exception handling
3701         mechanism.
3702
3703 2000-08-30  Alexandre Julliard  <julliard@winehq.com>
3704
3705         * dlls/ddraw/dsurface/x11.c:
3706         Fixed non-OpenGL compile.
3707
3708         * 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:
3709         Added exception handling wrapper to a number of server requests.
3710         Changed a few requests to use the new vararg mechanism.
3711
3712 2000-08-29  Alexandre Julliard  <julliard@winehq.com>
3713
3714         * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
3715         Andreas Mohr <a.mohr@mailto.de>
3716         Fixed verbose CD-ROM serial number warnings and some spelling errors.
3717
3718         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
3719         Peter Hunnisett <hunnise@nortelnetworks.com>
3720         Newbie friendly error message for 3D creation failure.
3721
3722         * 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:
3723         Peter Hunnisett <hunnise@nortelnetworks.com>
3724         - More implementation
3725         - Should be able to enumerate sessions anywhere with at least tcp/ip
3726
3727         * 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:
3728         Added the data structures and macros that will be needed to support
3729         reentrant server requests.
3730
3731         * windows/message.c, windows/queue.c, windows/input.c:
3732         Andreas Mohr <a.mohr@mailto.de>
3733         - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
3734         - fix a crash in QUEUE_RemoveSMSG()
3735         - convert some queue WARN() to ERR()
3736         - spaileng fikses
3737
3738         * controls/listbox.c, dlls/comctl32/listview.c:
3739         Andreas Mohr <a.mohr@mailto.de>
3740         Always call LISTVIEW_SetSelection() for an item, even if that item
3741         has been selected before, in order to let other items get erased.
3742
3743         * graphics/x11drv/text.c:
3744         Albert den Haan <albertd@corel.com>
3745         Convert the Unicode Character id to a glyph id in
3746         X11DRV_GetTextExtentPoint.
3747
3748         * graphics/x11drv/xfont.c:
3749         Albert den Haan <albertd@corel.com>
3750         - enhanced reporting of unsupported X font encodings
3751         - added -cp-*- data to font encoding lookup structures
3752
3753 2000-08-28  Alexandre Julliard  <julliard@winehq.com>
3754
3755         * 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:
3756         Peter Ganten <peter@ganten.org>
3757         - Always store the full path name of 32bit modules in WINE_MODREF
3758         - Add the possibility to use path names with the --dll command line
3759           option
3760         - Add the possibility to use the --dll command line option several
3761           times.
3762         - Note: The colon-sign is now exchanged with the plus-sign, as it is
3763           part of dos path names.
3764
3765         * tools/wineinstall:
3766         Andreas Mohr <a.mohr@mailto.de>
3767         Added a wine rpm uninstall section to wineinstall.
3768
3769         * windows/nonclient.c:
3770         Francois Methot <francoism@macadamian.com>
3771         Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
3772
3773         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
3774         Lionel Ulmer <lionel.ulmer@free.fr>
3775         - added ARGB 1555 format
3776         - fixed refcount problem for Add/DeleteAttachedSurface
3777
3778         * server/registry.c:
3779         Albert den Haan <albertd@corel.com>
3780         Fixed typo in HKEY_CURRENT_CONFIG name.
3781
3782         * dlls/kernel/messages/winerr_enu.mc:
3783         Dmitry Timoshkov <dmitry@sloboda.ru>
3784         Add missing message to winerr_enu.mc.
3785
3786         * dlls/kernel/wowthunk.c:
3787         James Abbatiello <abbeyj@wpi.edu>
3788         Increase number of supported args for WOW_CallProc32W16 from 11 to 13
3789         (for CreateService).
3790
3791         * dlls/kernel/wprocs.spec, msdos/vxd.c:
3792         James Abbatiello <abbeyj@wpi.edu>
3793         Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
3794
3795 2000-08-26  Alexandre Julliard  <julliard@winehq.com>
3796
3797         * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
3798         Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
3799
3800         * dlls/ntdll/reg.c, include/ntddk.h:
3801         Simplified root key handling now that the server supports a real root
3802         key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
3803
3804         * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
3805         Fixed debugstr_as/us prototypes.
3806
3807         * 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:
3808         Andreas Mohr <a.mohr@mailto.de>
3809         - made the MIDI sequencer error message much better for confused users
3810           to be found on #WineHQ
3811         - use strerror instead of errno at important places
3812         - got rid of HAVE_STRERROR macro
3813         - removed some #include:s (hopefully I didn't break anything)
3814
3815         * dlls/comctl32/imagelist.c:
3816         Andreas Mohr <a.mohr@mailto.de>
3817         Replaced cCurImage by cMaxImage.
3818
3819         * dlls/comctl32/propsheet.c:
3820         Andreas Mohr <a.mohr@mailto.de>
3821         "Fixed" horribly misaligned pages in property sheets of apparently
3822         newer InstallShields.
3823
3824         * dlls/wineps/init.c:
3825         Dmitry Timoshkov <dmitry@sloboda.ru>
3826         Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
3827         "WINEPS.DRV" to allow an easy configuring for users.
3828
3829         * graphics/x11drv/codepage.c:
3830         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3831           implements DrawText for cp932.
3832
3833         * dlls/user/ddeml.c:
3834         Andreas Mohr <a.mohr@mailto.de>
3835         Don't make DDEML mutexes global any more.
3836
3837         * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
3838         Added a real root key and simplified creation of the HKEY_* special root keys.
3839         Do not prefix all keys with the name of the top key when saving to a file.
3840         Try to load $WINEPREFIX/config into the Wine config branch at startup.
3841
3842         * 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:
3843         Eric Pouech <Eric.Pouech@wanadoo.fr>
3844         Implemented most of '*Format*' API.
3845         Improved internal object and messages handling.
3846         Started some '*Filter*' functions.
3847         Fixed standard headers for Winelib.
3848         Fixed acmMetrics.
3849
3850 2000-08-25  Alexandre Julliard  <julliard@winehq.com>
3851
3852         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
3853         Fixed Rtl* string functions for proper MBCS/codepage support. Added a
3854         few more functions.
3855
3856         * dlls/kernel/kernel_main.c, scheduler/process.c:
3857         Moved TASK_Create call to KERNEL initialisation routine.
3858         Clear last error code before calling main entry point (reported by
3859         James Juran).
3860
3861         * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
3862         Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
3863         Marcus Meissner).
3864
3865         * 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:
3866         Peter Hunnisett <hunnise@nortelnetworks.com>
3867         - Implemented loading and initialization of service providers
3868         - Created service provider COM object
3869         - Lots of dplay/dplobby implementation/fixes
3870         - Clean up of ole/guid.c
3871
3872         * objects/dc.c: Backed out font codepage change.
3873
3874         * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
3875         Andreas Mohr <a.mohr@mailto.de>
3876         Minor cosmetic changes.
3877
3878         * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
3879         Cleanup and speedup of init code.
3880
3881         * objects/gdiobj.c:
3882         Gerard Patel <g.patel@wanadoo.fr>
3883         Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
3884         in memory DCs.
3885
3886         * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
3887         Backed out font codepage change.
3888
3889         * dlls/ddraw/helper.c:
3890         Lionel Ulmer <lionel.ulmer@free.fr>
3891         Fixed the displaying of the FOURCC codes in _dump_pixelformat.
3892
3893         * dlls/winmm/wineoss/audio.c:
3894         Eric Pouech <Eric.Pouech@wanadoo.fr>
3895         Fixed recording format settings (16 bit was broken) and reentrancy
3896         issues.
3897
3898         * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
3899         Eric Pouech <Eric.Pouech@wanadoo.fr>
3900         Improved a bit the folder browsing implementation.
3901
3902         * include/winbase.h:
3903         Matthew Lake <MasterR_L@yahoo.com>
3904         Added LHND.
3905
3906         * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
3907         Bertho Stultiens <bertho@akhphd.au.dk>
3908         Fixed a LALR(2) problem while scanning usertype resources which had
3909         identifiers for both name and type.
3910
3911         * misc/wsprintf.c:
3912         Marcus Meissner <Marcus.Meissner@caldera.de>
3913         Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
3914         problem).
3915
3916         * dlls/ddraw/ddraw/main.c:
3917         Lionel Ulmer <lionel.ulmer@free.fr>
3918         Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
3919
3920         * objects/gdiobj.c:
3921         Andreas Mohr <a.mohr@mailto.de>
3922         GetObjectA: unlock the object again even in case of failure.
3923
3924 2000-08-23  Alexandre Julliard  <julliard@winehq.com>
3925
3926         * include/wine/exception.h:
3927         Fixed finally handler name.
3928
3929         * windows/class.c:
3930         Fixed RegisterClass last error code on atom creation failure.
3931
3932         * graphics/x11drv/xfont.c:
3933         Cleaned up major ugliness in __lfCheckSum.
3934
3935         * dlls/comctl32/listview.c:
3936         Susan Farley <sfarley@codeweavers.com>
3937         Large caption icons should end in '...' when they are abbreviated.
3938
3939         * dlls/comctl32/animate.c:
3940         Francois Methot <francoism@macadamian.com>
3941         For the transparency issue, implemented a switch-case for the bitcount
3942         (bit per pixel) of the animation files.
3943
3944         * dlls/comctl32/trackbar.c:
3945         Aric Stewart <aric@codeweavers.com>
3946         Wine was not drawing trackbars with minimum ranges of more than 0
3947         correctly.
3948
3949 2000-08-22  Alexandre Julliard  <julliard@winehq.com>
3950
3951         * dlls/oleaut32/typelib.c:
3952         Francois Jacques <francoisj@macadamian.com>
3953         - removed unnecessary recursion
3954         - upon query failure on main primary lcid and secondary lcid,
3955           attempts a query on system lcid (0)
3956
3957         * dlls/wininet/internet.c, if1632/snoop.c:
3958         Marcus Meissner <marcus@jet.franken.de>
3959         Fixed some warnings.
3960
3961         * msdos/ioports.c:
3962         James Abbatiello <abbeyj@wpi.edu>
3963         Fixes for reading latched values with ports 0x40-0x43.
3964
3965         * dlls/ddraw/dsurface/main.c:
3966         James Abbatiello <abbeyj@wpi.edu>
3967         Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
3968         surface with no attached surfaces.
3969
3970         * dlls/kernel/format_msg.c:
3971         James Abbatiello <abbeyj@wpi.edu>
3972         Allow FormatMessage to load Unicode string resources.
3973
3974         * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
3975         Added APC support in waitable timers.
3976
3977         * graphics/bitblt.c, graphics/x11drv/bitblt.c:
3978         Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
3979         use DC_GetDCUpdate.
3980
3981 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
3982
3983         * ANNOUNCE, ChangeLog, include/version.h:
3984         Release 20000821.
3985
3986 ----------------------------------------------------------------
3987 2000-08-21  Alexandre Julliard  <julliard@winehq.com>
3988
3989         * include/winbase.h, scheduler/process.c:
3990         Andreas Mohr <a.mohr@mailto.de>
3991         - don't return FALSE for system process changes
3992         - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
3993
3994         * dlls/comctl32/listview.c:
3995         Aric Stewart <aric@codeweavers.com>
3996         Beginning of some simple optimization of the listview
3997         drawing. Specifically it reduces flicker when selection changes.
3998
3999         * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
4000         Transform every ERR() to WARN() in MakeProcInstance.
4001
4002         * dlls/kernel/kernel_main.c:
4003         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4004         Call WriteOutProfiles16 to make sure that last profile gets written.
4005
4006         * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
4007         Gerard Patel <g.patel@wanadoo.fr>
4008         Disable the owner of a modal dialog box just before creating the
4009         dialog window.
4010
4011         * files/file.c:
4012         Marcus Meissner <marcus@jet.franken.de>
4013         (from IBM TopPage patch) return correct error for already existing
4014         file.
4015
4016         * windows/winproc.c:
4017         Gerard Patel <g.patel@wanadoo.fr>
4018         Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
4019
4020         * windows/winpos.c:
4021         Gerard Patel <g.patel@wanadoo.fr>
4022         Enables showing of hidden windows when the app ask *only* to maximize it.
4023
4024 2000-08-20  Alexandre Julliard  <julliard@winehq.com>
4025
4026         * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
4027         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4028         Handle the codepage of fonts if supported by the graphics driver.
4029
4030         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
4031         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4032         Added internal charsets for supporting DBCS charsets.
4033
4034         * objects/dc.c:
4035         Fixed GDI locking in GetDeviceCaps.
4036
4037         * dlls/shell32/systray.c:
4038         Kai Morich <mail@kai-morich.de>
4039         Fixed bug in repeatedly iconisation, code cleanup.
4040
4041         * graphics/x11drv/init.c:
4042         Marcus Meissner <marcus@jet.franken.de>
4043         Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
4044         startup problem).
4045
4046         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
4047         Chris Morgan <cmorgan@wpi.edu>
4048         Implemented DuplicateIcon().
4049
4050         * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
4051         Stubbed INT 15 function 84h.
4052
4053         * include/win.h, windows/win.c, windows/x11drv/event.c:
4054         Louis Philippe Gagnon <louisphilippe@macadamian.com>
4055         - Separate application calls to ShowOwnedPopups from Wine calls (in
4056           EVENT_MapNotify) by introducing an internal function.
4057         - Fix ShowOwnedPopups so it sends messages with the same parameters as
4058           in Windows.
4059
4060         * dlls/comctl32/treeview.c:
4061         Chris Morgan <cmorgan@wpi.edu>
4062         Removed direct calls to TREEVIEW_Refresh().
4063
4064         * objects/enhmetafile.c:
4065         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4066         Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
4067         EMR_POLYPOLYLINE.
4068
4069         * include/main.h, misc/main.c, ole/ole2nls.c:
4070         Dmitry Timoshkov <dmitry@sloboda.ru>
4071         Added new language detection scheme that uses NLS data base instead of
4072         hard coded values.
4073
4074         * loader/pe_resource.c:
4075         Dusan Lacko <dlacko@codeweavers.com>
4076         Pass the type/name as a C string instead of an
4077         IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
4078
4079 2000-08-19  Alexandre Julliard  <julliard@winehq.com>
4080
4081         * 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:
4082         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4083         Albert den Haan <albertd@corel.com>
4084         Added syslevel locking for GDI operations.
4085         Propagate the changes through the graphics code.
4086
4087         * misc/cdrom.c:
4088         Ed Snow <ed_snow@ttmengineering.com>
4089         Corrected serial number generation for CD's with 1 or 2 tracks.
4090
4091 2000-08-18  Alexandre Julliard  <julliard@winehq.com>
4092
4093         * misc/cdrom.c, files/dos_fs.c:
4094         Stefan Leichter <Stefan.Leichter@camline.com>
4095         Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
4096         Device entry for drive in wine.conf).
4097
4098         * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
4099         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4100         Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
4101
4102         * dlls/comctl32/status.c:
4103         Marcus Meissner <Marcus.Meissner@caldera.de>
4104         Fixed STATUS_GetTextW in regard to NULL pointers.
4105
4106         * graphics/win16drv/prtdrv.c:
4107         Dmitry Timoshkov <dmitry@sloboda.ru>
4108         Append .DRV to name only if no extension present.
4109
4110         * debugger/stabs.c:
4111         Dmitry Timoshkov <dmitry@sloboda.ru>
4112         Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
4113
4114         * dlls/winmm/wineoss/mixer.c:
4115         Ed Snow <ed_snow@ttmengineering.com>
4116         Clean out the hack on BASS/TREBLE and suppress them in the mask as was
4117         recommended oh so long ago.
4118
4119         * dlls/comctl32/toolbar.c:
4120         Chris Morgan <cmorgan@wpi.edu>
4121         - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
4122           determine whether we need to call InvalidateRect() with bErase of TRUE or
4123           FALSE.  Reduces background erases in non-text toolbars by 80-85%.
4124         - Fixed button state not being updated properly when LBUTTONDOWN and cursor
4125           leaves the toolbar.
4126         - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
4127           with a source code comment.
4128         - Removed unecessary call to TOOLBAR_CalcToolbar() in
4129           TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
4130           slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
4131           messages.
4132         - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
4133
4134         * scheduler/synchro.c:
4135         Mike McCormack  <mike_mccormack@looksmart.com.au>
4136         Save GET_APCS data before calling any asynchronous procedure calls, in
4137         case the server is called during the APC.
4138
4139         * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
4140         Gerard Patel <g.patel@wanadoo.fr>
4141         Turns the handling to pure 16 bits, remove references to dialog.h.
4142
4143         * dlls/winspool/info.c:
4144         Albert den Haan <albertd@corel.com>
4145         Remove unused critical section global variable PRINT32_RegistryBlocker.
4146
4147         * dlls/commdlg/filedlg.c:
4148         Gerard Patel <g.patel@wanadoo.fr>
4149         Avoids changing 2 levels when clicking .. in the directory list.
4150
4151         * dlls/kernel/kernel32.spec, win32/console.c:
4152         Chris Morgan <cmorgan@wpi.edu>
4153         Stubbed SetConsoleInputExeNameA/W.
4154
4155         * dlls/comctl32/status.c:
4156         Gerard Patel <g.patel@wanadoo.fr>
4157         WM_GETFONT should return a real font handle instead of NULL.
4158
4159 2000-08-16  Alexandre Julliard  <julliard@winehq.com>
4160
4161         * loader/pe_image.c:
4162         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
4163         WATCOM compiled programs leave VirtualSize to zero which triggers the
4164         virus check. Use SizeOfRawData instead.
4165
4166         * dlls/comctl32/animate.c:
4167         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
4168         Implemented ACS_CENTER for animation controls.
4169
4170         * loader/pe_image.c:
4171         Avoid going past the end of the relocation section. Skip sanity checks
4172         for empty relocation blocks.
4173
4174         * dlls/comctl32/animate.c:
4175         Francois Methot <francoism@macadamian.com>
4176         Implemented background transparency on animation control for avi
4177         composed of 8 bpp(or less) image. I added support for 8 bpp or more,
4178         but it has not been tested.
4179
4180         * dlls/ole32/ole2.c:
4181         Louis Philippe Gagnon <louisphilippe@macadamian.com>
4182         While dragging, catch keyboard messages between WM_KEYFIRST and
4183         WM_KEYLAST, not just WM_KEYFIRST.
4184
4185         * dlls/kernel/wowthunk.c:
4186         Peter Ganten <peter@ganten.org>
4187         If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
4188         anyway, since it might be a builtin module.
4189
4190         * dlls/shell32/shell32_main.c:
4191         Marcus Meissner <marcus@jet.franken.de>
4192         Missed the first character of every argument in CommandLineToArgv.
4193
4194         * dlls/winspool/info.c:
4195         Gerard Patel <g.patel@wanadoo.fr>
4196         Add an error message if devmode structure in registry is invalid;
4197         attempt to provide plausible values.
4198
4199 2000-08-15  Alexandre Julliard  <julliard@winehq.com>
4200
4201         * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
4202         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4203         Fixed for DBCS(cp932/cp949) codepage conversion.
4204         Implemented cp932 handling partly(but still incomplete).
4205         Added supporting multiple fonts for DBCS handling.
4206
4207         * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
4208         Eric Pouech <Eric.Pouech@wanadoo.fr>
4209         Enhanced ELF files lookup for symbolic info.
4210
4211         * debugger/break.c:
4212         Eric Pouech <Eric.Pouech@wanadoo.fr>
4213         Fixed regression in break command.
4214
4215 2000-08-14  Alexandre Julliard  <julliard@winehq.com>
4216
4217         * dlls/commdlg/filedlg.c:
4218         Gerard Patel <g.patel@wanadoo.fr>
4219         Fix return value to 16 bits for 16 bit hook; remove leading space for
4220         file specification.
4221
4222         * windows/message.c:
4223         Peter Ganten <peter@ganten.org>
4224         Threads without active or focus window should not receive keyboard
4225         messages.
4226
4227         * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
4228         Implemented SEC_IMAGE mappings and shared PE sections (with the help
4229         of Peter Ganten).
4230
4231         * 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:
4232         Moved CharUpper* and CharLower* functions to dlls/user.
4233
4234         * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
4235         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4236         Added support for special treatments (use 2 or more fonts, codepage
4237         conversion, etc...) for DBCS text.
4238
4239         * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
4240         Dmitry Timoshkov <dmitry@sloboda.ru>
4241         Add "FullWindowDrag" feature for not managed windows.
4242
4243         * controls/combo.c:
4244         Susan Farley <sfarley@codeweavers.com>
4245         Update the edit box before rolling up the listbox, so the
4246         selection isn't lost.
4247
4248         * libtest/Makefile.in:
4249         Marcus Meissner <marcus@jet.franken.de>
4250         Added missing referenced dlls for libtest.
4251
4252         * dlls/comctl32/listview.c:
4253         Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
4254         LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
4255         text in its own buffer.
4256
4257         * 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:
4258         Cleaned up a few inter-dll dependencies. Added a few imports.
4259
4260         * 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:
4261         Replaced all lstr* calls from inside Wine code by their str* equivalent.
4262
4263         * msdos/dpmi.c:
4264         Replaced global Callbacks structure by appropriate glue code
4265         generation. Removed a few unused entries in the Callout structure.
4266
4267         * 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:
4268         Replaced VERSION_* calls by exported API equivalents.
4269
4270         * 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:
4271         Replaced global Callbacks structure by appropriate glue code
4272         generation. Removed a few unused entries in the Callout structure.
4273
4274         * winedefault.reg:
4275         Gerard Patel <g.patel@wanadoo.fr>
4276         Added load address for the shared memory of BDE (Borland database
4277         manager).
4278
4279         * scheduler/client.c:
4280         Huw D M Davies <h.davies1@physics.ox.ac.uk>
4281         Fix for starting server from the current directory.
4282
4283         * graphics/x11drv/xfont.c:
4284         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4285         Added checking for broken font cache.
4286         Added supporting for iso10646 encoding.
4287
4288 2000-08-11  Alexandre Julliard  <julliard@winehq.com>
4289
4290         * scheduler/client.c, server/request.c:
4291         Made server startup more robust against races caused by a previous
4292         server terminating at the same time.
4293
4294         * configure, configure.in, tools/c2man.pl:
4295         Mike_McCormack@looksmart.com.au
4296         Created default c2man compatible perl script for generating
4297         documentation, in case c2man isn't installed.
4298
4299         * dlls/comctl32/listview.c:
4300         Aric Stewart <aric@codeweavers.com>
4301         Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
4302         cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
4303         and fixed a problem where sub items where not being properly
4304         associated with their item for virtual list views.
4305
4306         * 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:
4307         Added Unicode ctype support.
4308
4309         * dlls/comctl32/updown.c, include/commctrl.h:
4310         Moved NM_UPDOWN definition to commctrl.h.
4311
4312         * relay32/relay386.c:
4313         Peter Ganten <peter@ganten.org>
4314         The user driver functions might be called with the window lock held.
4315
4316         * include/module.h, loader/pe_resource.c, loader/resource.c:
4317         Dmitry Timoshkov <dmitry@sloboda.ru>
4318         Make FindResource and FindResourceEx fully windows compatible.
4319
4320         * include/tchar.h:
4321         Damyan Ognyanoff <Damyan@rocketmail.com>
4322         Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
4323
4324         * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
4325         Added UTF-8 conversion support.
4326
4327         * windows/x11drv/wnd.c:
4328         Stephane Lussier <stephane@macadamian.com>
4329         Instead of not doing the Z ordering when the application asks to place
4330         the window under a zero-sized window, now the window above the
4331         zero-sized window, is used to do the Z ordering.
4332
4333         * dlls/commdlg/filedlg95.c:
4334         Dmitry Timoshkov <dmitry@sloboda.ru>
4335         Initialize lpstrInitialDir to really bogus value to restore original
4336         value later.
4337
4338         * include/windef.h:
4339         Ove Kaaven <ovek@transgaming.com>
4340         Added a few more anonymous union definitions.
4341
4342         * include/guiddef.h:
4343         Ove Kaaven <ovek@transgaming.com>
4344         Fixed C++ operators return value.
4345
4346         * dlls/crtdll/crtdll_main.c:
4347         Ove Kaaven <ovek@arcticnet.no>
4348         Implemented fopen() append mode, and a really cheesy fscanf()
4349         implementation...
4350
4351         * dlls/shell32/shlfileop.c:
4352         Dmitry Timoshkov <dmitry@sloboda.ru>
4353         1. Make buffer for message large enough to hold very long file names.
4354         2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
4355            implementation specific behaviour.
4356         3. Show actual message to user, not non-formatted one.
4357
4358 2000-08-10  Alexandre Julliard  <julliard@winehq.com>
4359
4360         * 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:
4361         Merged clipboard driver into USER driver.
4362         Moved all ttydrv source files to dlls/ttydrv.
4363         Load functions pointer for the USER driver from the graphics driver
4364         dll with GetProcAddress.
4365
4366 2000-08-09  Alexandre Julliard  <julliard@winehq.com>
4367
4368         * 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:
4369         Removed some unnecessary #includes and dll dependencies.
4370
4371         * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
4372         Make PDB, ENVDB and STARTUPINFO global variables.
4373         Added 'module' field in PDB, and removed Wine-specific fields.
4374
4375         * misc/version.c, scheduler/services.c:
4376         Removed winver and service_table from the PDB and made them static
4377         variables.
4378
4379         * include/file.h, loader/dos/dosvm.c, files/file.c:
4380         Removed the DOS handles table from the PDB and made it a static
4381         variable.
4382
4383         * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
4384         Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
4385
4386         * dlls/oleaut32/typelib.c:
4387         Francois Jacques <francoisj@macadamian.com>
4388         - Avoid null-pointer exceptions by testing listnodes validity before doing
4389           any work with those.
4390         - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
4391           the TLB constructor which initializes TLBContext::length to that
4392           value.
4393         - For non-standard pointed types, td[3] is always 0. I observed that
4394           the type is stored at td[2]/8 and not td[3]/8.
4395         - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
4396           type with no inherited interfaces. If the implemented types linked list
4397           is empty, set pRefType as 0 and return S_OK.
4398
4399         * include/wine/obj_oleaut.h:
4400         James Hatheway <james@macadamian.com>
4401         Fixed typo in the IDispatch_GetTypeInfo macro.
4402
4403         * dlls/comctl32/tooltips.c:
4404         Huw D M Davies <hdavies@codeweavers.com>
4405         Fix some remaining problems with tooltips.
4406
4407         * configure.in, configure:
4408         Marcus Meissner <marcus@jet.franken.de>
4409         Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
4410         fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
4411
4412         * 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:
4413         Moved a few non-standard headers into their respective dlls.
4414
4415         * include/Makefile.in:
4416         Install all standard Windows includes, plus some from the wine subdir.
4417
4418         * 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:
4419         Removed all non-standard common control headers from the include
4420         directory.
4421
4422         * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
4423         Moved struct32.c to windows directory.
4424
4425 2000-08-08  Alexandre Julliard  <julliard@winehq.com>
4426
4427         * relay32/builtin32.c:
4428         Make sure builtin dlls are never freed since we don't support dlclose
4429         properly yet.
4430
4431         * 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:
4432         Small dll interfaces cleanups.
4433
4434         * configure, configure.in, include/wine_gl.h:
4435         Marcus Meissner <marcus@jet.franken.de>
4436         Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
4437         using mesa-3.2 even without glext.h.
4438
4439         * dlls/comctl32/listview.c, include/listview.h:
4440         Aric Stewart <aric@codeweavers.com>
4441         Reworked how selections are kept track of in the list view. Selections
4442         are now listed as a sorted range of paired integers.
4443
4444         * dlls/comctl32/tooltips.c:
4445         Louis Philippe Gagnon <louisphilippe@macadamian.com>
4446         When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
4447         toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
4448         valid window handle).
4449
4450         * documentation/HOWTO-winelib:
4451         Wilbur N. Dale <wilbur.dale@lumin.nl>
4452         Added description of using DLLs with WineLib.
4453
4454         * documentation/*:
4455         John R. Sheets <jsheets@codeweavers.com>
4456         Converted Wine documentation to SGML format.
4457
4458 2000-08-07  Alexandre Julliard  <julliard@winehq.com>
4459
4460         * controls/icontitle.c:
4461         Marcus Meissner <marcus@jet.franken.de>
4462         Initialize 'str' in ICONTITLE_GetTitlePos.
4463
4464         * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
4465         Fixed resource functions to work with 32-bit modules that don't have a
4466         16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
4467
4468         * programs/uninstaller/main.c:
4469         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4470         Add an edit control showing the command line of the currently selected
4471         deinstall item.
4472
4473         * windows/winpos.c:
4474         Huw D M Davies <hdavies@codeweavers.com>
4475         WINPOS_WindowFromPoint should respect hrgnWnd.
4476
4477         * loader/pe_image.c:
4478         Peter Ganten <peter@ganten.org>
4479         Set up exe_modref before loading implicitly linked dlls.
4480
4481         * dlls/kernel/format_msg.c:
4482         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4483         Prevent endless looping in linebreak handling.
4484
4485         * dlls/ddraw/ddraw/x11.c:
4486         Marcus Meissner <marcus@jet.franken.de>
4487         If we are looking for an existing pixmap format, we do not need the
4488         same bitsperpixel (fixes depth 15/bitspixel 16 mode).
4489
4490         * include/dinput.h:
4491         Ove Kaaven <ovek@transgaming.com>
4492         Added a few DirectInput 7 definitions and C++ fixes.
4493
4494         * dlls/kernel/wowthunk.c:
4495         Peter Ganten <peter@ganten.org>
4496         LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
4497
4498         * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
4499         Marcus Meissner <marcus@jet.franken.de>
4500         Removed local variable shadows warnings.
4501
4502         * 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:
4503         - Fixed resource functions to work directly from the HMODULE instead of
4504           requiring a modref.
4505         - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
4506           Eric Pouech and Dusan Lacko).
4507         - Simplified modref structure and handling.
4508
4509         * include/wine/obj_base.h:
4510         Ove Kaaven <ovek@transgaming.com>
4511         Protect the prototypes in here from C++ name mangling...
4512
4513         * dlls/version/install.c:
4514         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4515         VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
4516
4517         * include/vfw.h:
4518         Marcus Meissner <marcus@jet.franken.de>
4519         inline must be first attribute in function definition.
4520
4521         * dlls/user/lstr.c:
4522         Marcus Meissner <marcus@jet.franken.de>
4523         Fixed CharNextW.
4524
4525         * graphics/x11drv/dib.c:
4526         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4527         X11DRV_DIB_SetImageBits_RLE8: break image lines.
4528
4529 2000-08-06  Alexandre Julliard  <julliard@winehq.com>
4530
4531         * 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:
4532         Added imports of kernel32.dll where necessary.
4533
4534         * Makefile.in, dlls/user/Makefile.in:
4535         Link USER resources into libuser.so.
4536
4537         * ole/ole2nls.c:
4538         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4539         Fix for calling ctype functions with Unicode characters.
4540
4541         * dlls/comctl32/toolbar.c:
4542         Chris Morgan <cmorgan@wpi.edu>
4543         Converted all calls to RedrawWindow to InvalidateRect.  Previously
4544         RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
4545         immediate WM_PAINT message.  Moving to InvalidateRect should let
4546         WM_PAINTs occur normally.
4547
4548         * controls/listbox.c:
4549         Susan Farley <sfarley@codeweavers.com>
4550         Avoid resetting the background color when clearing out blank areas, as
4551         it may have been set to something other than COLOR_WINDOW by the
4552         application.
4553
4554         * windows/x11drv/wnd.c:
4555         Stephane Lussier <stephane@macadamian.com>
4556         Top level windows with 0 width or height are created with a size of 1x1 in
4557         the X11 driver. I've added some code to make sure those windows are never
4558         mapped while the size <= 0.
4559
4560         * 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:
4561         Moved most USER string functions to dlls/user.
4562         Cleaned up a few more inter-dll dependencies.
4563
4564         * 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:
4565         Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
4566         to trap exceptions.
4567
4568 2000-08-04  Alexandre Julliard  <julliard@winehq.com>
4569
4570         * 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:
4571         Patrik Stridvall <ps@leissner.se>
4572         - Warn about directories specified in modules.dat that are not used.
4573         - Eliminated the warnings caused by the change above.
4574         - Minor API files update.
4575         - Minor bug fixes.
4576
4577         * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
4578         Patrik Stridvall <ps@leissner.se>
4579         Fixed issues found by winapi_check.
4580
4581         * debugger/stack.c, dlls/comctl32/listview.c:
4582         Patrik Stridvall <ps@leissner.se>
4583         Fixed some warnings.
4584
4585         * 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:
4586         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4587         Added a few missing imports.
4588
4589         * 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:
4590         Moved a bunch of functions out of libwine/kernel/gdi into USER.
4591
4592         * 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:
4593         Removed a few dependencies on GDI internals from USER dll.
4594
4595         * 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:
4596         Added a few missing imports.
4597
4598 2000-08-03  Alexandre Julliard  <julliard@winehq.com>
4599
4600         * 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:
4601         Make USER and GDI separate dlls.
4602
4603         * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
4604         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4605         Fixed the Win16/Win32 structure size/alignment differences of
4606         ws_hostent, ws_protoent, ws_servent, ws_netent.
4607
4608         * dlls/comctl32/tooltips.c, include/tooltips.h:
4609         Huw D M Davies <h.davies@codeweavers.com>
4610         Redo the show/hide logic and add a comment to explain what's going on.
4611         Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
4612         Fix handling of TTDT_AUTOMATIC.
4613         Relayed mouse messages should extract the position from lParam not
4614         msg.pt
4615         SubclassProc now unified with TTM_RELAYEVENT.
4616         Change all lstrcpyxtox to use win32 APIs.
4617
4618         * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
4619         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4620         Changed the AFM metrics structure to use an array instead of a linked
4621         list. This avoids doing two heap allocations for every character, and
4622         reduces the metrics parsing time by approx 25%.
4623
4624         * dlls/wininet/http.c:
4625         John R. Sheets <jsheets@codeweavers.com>
4626         Added "Mime-Version" to standard MIME headers parsed in
4627         HTTP_GetStdHeaderIndex().
4628
4629         * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
4630         Juergen Schmied <juergen.schmied@debitel.net>
4631         Implemented the ErrorInfo interfaces.
4632
4633         * dlls/kernel/Makefile.in:
4634         Added explicit dependency on message files for people who don't run
4635         make depend.
4636
4637         * 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:
4638         Moved GUID definitions to their respective dll.
4639
4640         * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
4641         Fixed IShellLinkA/W definitions.
4642
4643         * 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:
4644         Added guiddef.h and moved a few GUID definitions to the correct file.
4645
4646         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
4647         Fixed IsEqualGUID definition.
4648
4649         * include/winnls.h, ole/ole2nls.c:
4650         Dmitry Timoshkov <dmitry@sloboda.ru>
4651         LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
4652         the registry. Instead, use system default values.
4653
4654         * dlls/comctl32/listview.c:
4655         Aric Stewart <aric@codeweavers.com>
4656         - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
4657         - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
4658           if there is only one column.
4659         - Corrected a bug I introduced with an earlier patch which caused
4660           problems with multiple selections.
4661
4662         * dlls/ddraw/convert.c:
4663         Marcus Meissner <marcus@jet.franken.de>
4664         One of the 24/32 convert color masks was wrong.
4665
4666         * dlls/user/user32.spec:
4667         Marcus Meissner <marcus@jet.franken.de>
4668         GetPropA/W have string args.
4669
4670         * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
4671         Added imports of user32/gdi32/kernel32 wherever necessary.
4672
4673 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
4674
4675         * include/version.h, ANNOUNCE, ChangeLog:
4676         Release 20000801.
4677
4678 ----------------------------------------------------------------
4679 2000-08-01  Alexandre Julliard  <julliard@winehq.com>
4680
4681         * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
4682         Jeremy White <jwhite@codeweavers.com>
4683         Added WM_TCARD and DWORDLONG.
4684
4685         * dlls/kernel/format_msg.c, tools/wmc/write.c:
4686         Marcus Meissner <marcus@jet.franken.de>
4687         PE_MESSAGE_HEADER.Length contains the header itself too.
4688
4689         * memory/virtual.c: Peter Ganten <peter@ganten.org>
4690         Committing a page of a shared mapping in one process lets it appear
4691         committed in other processes, too. To fake this, we commit them as
4692         soon as they are mapped.
4693
4694         * include/winnt.h, memory/heap.c:
4695         Peter Ganten <peter@ganten.org>
4696         Moved Wine private heap creation flags to other values.
4697         Return system heap when a shared heap is requested.
4698
4699         * files/directory.c:
4700         Only set COMSPEC if not defined already.
4701
4702         * dlls/commdlg/filedlg.c, include/wine/unicode.h:
4703         Gerard Patel <g.patel@wanadoo.fr>
4704         Changed the win31 style file dialog to 32 bits structures and
4705         messages.
4706
4707         * dlls/comctl32/treeview.c: Serge Ivanov
4708         Andrew Lewycky
4709         Improved drawing of item text, added SHOWSELALWAYS capability.
4710
4711         * dlls/comctl32/listview.c:
4712         Matthew Lake <MasterR_L@yahoo.com>
4713         Fixed a segfault problem using the standard file open dialog box.
4714
4715         * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
4716         Moved MulDiv() and VGA routines out of GDI.
4717
4718         * 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:
4719         Dave Pickles <davep@cyw.uklinux.net>
4720         Added support for ERRORLEVEL.
4721         Most errors reported via FormatMessage().
4722         COPY command now works correctly if output specifier is a directory.
4723
4724         * dlls/comctl32/treeview.c:
4725         Susan Farley <sfarley@codeweavers.com>
4726         More consistent calculation of line height, scrolls a full item on
4727         line up/down.
4728
4729         * dlls/comctl32/listview.c, include/listview.h:
4730         Aric Stewart <aric@codeweavers.com>
4731         Fixed a few bugs including one with setting extended styles and
4732         editing labels.
4733         Implemented the LVS_EX_FULLROWSELECT extended style.
4734         Begin an implementation of virtual list views (LVS_OWNERDATA style
4735         set).
4736
4737         * include/ddraw.h:
4738         Marcus Meissner <marcus@jet.franken.de>
4739         Removed unnecessary X11 includes from ddraw.h.
4740
4741         * loader/module.c: Peter Ganten <peter@ganten.org>
4742         WinExec16 should not split quoted filenames with spaces.
4743
4744         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
4745         Aric Stewart <aric@codeweavers.com>
4746         Implemented InternetCheckConnectionA.
4747
4748         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
4749         Fixed another non-Linux build failure.
4750
4751         * dlls/crtdll/crtdll.spec:
4752         Marcus Meissner <marcus@jet.franken.de>
4753         Fixed 2 forward entries.
4754
4755         * dlls/comctl32/status.c:
4756         Marcus Meissner <marcus@jet.franken.de>
4757         Removed some flicker by detecting if we set the same value again.
4758
4759         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
4760         Change logic of listbox resizing for 16 bits apps for lists without
4761         LBS_NOINTEGRALHEIGHT style.
4762
4763         * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
4764         Fixed CreateDC to work properly when it is called with a device.
4765
4766         * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
4767         Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
4768         - Support whitespace around commands better, and support the @
4769           prefix better
4770         - Enhance the set support to unset, display value error correctly
4771         - Enhance the command line support for parms, and env var expansion
4772         - Enhance the echo command to not loose whitespace, and display
4773           output with % signs better
4774
4775         * 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:
4776         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4777         Added an uninstaller for InstallShield, WISE etc.
4778
4779         * windows/x11drv/wnd.c:
4780         Jean-Claude Batista <jcb@macadamian.com>
4781         Provide position hints for window managers.
4782
4783 2000-07-31  Alexandre Julliard  <julliard@winehq.com>
4784
4785         * 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:
4786         Cleaned up some more USER dependencies.
4787
4788         * include/wingdi.h, include/winuser.h:
4789         Moved system metrics definitions to winuser.h.
4790
4791         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
4792         Tidyed up stack backtrace code a bit, and added a simple special
4793         case for backtracing from a null EIP.
4794
4795         * files/file.c, server/file.c:
4796         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4797         Fix for 64-bit negative seek value.
4798
4799         * include/module.h, msdos/int2f.c:
4800         Ove Kaaven <ovek@arcticnet.no>
4801         Removed DOS task fields from the NE_MODULE structure.
4802
4803         * loader/task.c:
4804         Skip quoted program name when building command line.
4805
4806         * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
4807         DOS binary support has been restored.
4808
4809         * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
4810         Moved toolhelp implementation into kernel32 dll.
4811
4812         * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
4813         Backed out FindResource language patch.
4814
4815         * loader/dos/dosvm.c, msdos/int09.c:
4816         Ove Kaaven <ovek@arcticnet.no>
4817         Fixed a few problems.
4818
4819         * dlls/kernel/messages/winerr_enu.mc:
4820         Dave Pickles <davep@cyw.uklinux.net>
4821         Added text for all messages included in win95 and winNT.
4822
4823         * dlls/kernel/format_msg.c:
4824         Marcus Meissner <marcus@jet.franken.de>
4825         Added { } around stuff in ADD_TO_T macros.
4826
4827         * include/dosexe.h, loader/dos/module.c:
4828         Ove Kaaven <ovek@arcticnet.no>
4829         Convert DOS (MZ) binary loader to the new DOS process model.
4830
4831         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
4832         Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
4833         assembly code a bit, and wrapped it in #ifdef __i386__.
4834
4835 2000-07-30  Alexandre Julliard  <julliard@winehq.com>
4836
4837         * 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:
4838         Cleaned up a few USER dependencies.
4839
4840         * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
4841         Ove Kaaven <ovek@arcticnet.no>
4842         Removed hModule parameter from MZ_AllocDPMITask(), and renamed
4843         MZ_KillModule() to MZ_KillTask().
4844
4845         * configure, configure.in:
4846         Create dll/kernel/messages directory.
4847
4848         * include/miscemu.h, msdos/dosmem.c:
4849         Ove Kaaven <ovek@arcticnet.no>
4850         Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
4851         initialize DOS memory properly in the new process model. Made
4852         DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
4853
4854         * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
4855         Removed usage of obsolete pModule->lpDosTask.
4856
4857 2000-07-29  Alexandre Julliard  <julliard@winehq.com>
4858
4859         * 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:
4860         Removed some unnecessary inclusions of wingdi.h and winuser.h
4861
4862         * 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:
4863         Removed a few external dependencies from ntdll.
4864
4865         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
4866         Marcus Meissner <marcus@jet.franken.de>
4867         Added CreateTypeLib,LHashValOfNameSys stubs.
4868         Check for correct struct magic before reading out of it.
4869
4870         * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
4871         Marcus Meissner <marcus@jet.franken.de>
4872         Implemented SmoothScrollWindow.
4873
4874         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
4875         Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
4876         of pointers from global heap functions.
4877
4878         * dlls/kernel/format_msg.c:
4879         Marcus Meissner <marcus@jet.franken.de>
4880         Get rid of USER32 functions in KERNEL32.
4881
4882         * include/dosexe.h, loader/dos/dosvm.c:
4883         Ove Kaaven <ovek@arcticnet.no>
4884         Added support for the Win32 Console interface to the main DOSVM event
4885         loop. Cleaned up event dispatching code a bit.
4886
4887         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
4888         Make direct console input routines go through int16, rather than
4889         reading directly from the console driver.
4890
4891         * 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:
4892         Francois Gouget <fgouget@psn.net>
4893         ole32 now requires linking with kernel32
4894         shell32 now requires linking with kernel32 and shlwapi
4895
4896         * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
4897         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4898         We always have strerror, so no need to ifdef HAVE_STRERROR.
4899
4900         * windows/win.c:
4901         Huw D M Davies <hdavies@codeweavers.com>
4902         Initialize hrgnWnd.
4903
4904         * configure, configure.in:
4905         Lionel Ulmer <lionel.ulmer@free.fr>
4906         Fix the GLEXT function prototype typedefs detection.
4907
4908         * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
4909         Ove Kaaven <ovek@arcticnet.no>
4910         Let Int09 routines remember a keystroke's ASCII code, if available.
4911
4912         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
4913         Added some int33 function stubs.
4914
4915         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
4916         Changed a few core int10 routines to use the BIOS data segment cursor
4917         positions and the VGA routines, instead of directly accessing the
4918         console driver.
4919
4920         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
4921         Marcus Meissner <marcus@jet.franken.de>
4922         Implemented OleGetAutoConvert.
4923
4924         * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
4925         Dmitry Timoshkov <dmitry@sloboda.ru>
4926         FindResourceExA/W should search for the specified language resource only.
4927         FindResourceA/W should search for any language resource.
4928
4929         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
4930         Marcus Meissner <marcus@jet.franken.de>
4931         No longer crash when running with DirectDraw with a DDClipper in
4932         -desktop mode.
4933
4934         * windows/nonclient.c:
4935         Francois Boisvert <francois@macadamian.com>
4936         NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
4937         clicking on a window having a customize non client area.
4938
4939 2000-07-28  Alexandre Julliard  <julliard@winehq.com>
4940
4941         * graphics/x11drv/dib.c, include/x11drv.h:
4942         Ove Kaaven <ovek@transgaming.com>
4943         Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
4944
4945         * memory/codepage.c:
4946         Wolfgang Schwotzer <woschwot@gmx.net>
4947         Added NULL pointer checks.
4948
4949         * 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:
4950         Francois Jacques <francoisj@macadamian.com>
4951         - implementation of SetWindowsRgn and GetWindowRgn
4952         - X11DRV and TTYDRV updated with new API SetWindowRgn
4953
4954         * 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:
4955         Ove Kaaven <ovek@arcticnet.no>
4956         Removed the hModule parameter from various DOSMEM routines, the DOSMEM
4957         routines now always use the current memory space.
4958
4959         * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
4960         Fixed some warnings.
4961
4962         * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
4963         Patrik Stridvall <ps@leissner.se>
4964         Minor API files update.
4965
4966         * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
4967         Solaris specific fixes.
4968
4969         * windows/x11drv/event.c, windows/defwnd.c:
4970         Stephane Lussier <stephane@macadamian.com>
4971         Now the service thread is no more in charge of erasing the background
4972         of the Window. Service thread is doing the invalidation part, and the
4973         application thread is doing the erasing part. All this has been
4974         implemented using WM_SYNCPAINT message.
4975
4976         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
4977         Dmitry Timoshkov <dmitry@sloboda.ru>
4978         Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
4979
4980         * windows/x11drv/event.c:
4981         Dmitry Timoshkov <dmitry@sloboda.ru>
4982         Do not crash if window was not found.
4983
4984         * windows/dialog.c, windows/painting.c:
4985         Stephane Lussier <stephane@macadamian.com>
4986         - UpdateWindow should refresh all children that have an update region.
4987         - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
4988           a WM_PAINT eventually for the dialog, no need to force a paint right away.
4989         (based on a patch from James Hatheway in the Corel tree)
4990
4991         * msdos/int21.c, msdos/int2f.c:
4992         Ove Kaaven <ovek@arcticnet.no>
4993         Just get DOS task structure from MZ_Current(), instead of (clumsily)
4994         trying to find and read from the current task's module structures.
4995
4996         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
4997         Make a global asm helper function to handle 32-bit RMCB calls, so we
4998         don't need those complex constraints either.
4999
5000         * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
5001         Always get a hardware message from the system queue in PeekMessage,
5002         even if no such wake bits are set, because in a PeekMessage loop,
5003         there's no sleeping, so the necessary wake bits are never set...
5004
5005         * dlls/oleaut32/olefont.c, include/olectl.h:
5006         Huw D M Davies <hdavies@codeweavers.com>
5007         Add Connection Point support to OLE font objects.
5008         Add some more TRACE()s.
5009
5010         * dlls/*/*.spec:
5011         Added 'owner' field to 16-bit spec files to specify the name of the
5012         32-bit dll that contains it.
5013
5014 2000-07-26  Alexandre Julliard  <julliard@winehq.com>
5015
5016         * 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:
5017         Merged setupx.dll into setupapi.dll.
5018         Merged sound.dll into winmm.dll.
5019         Merged stress.dll into kernel32.dll.
5020
5021         * 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:
5022         Added a few empty source files so that each dll has at least one C
5023         file.
5024
5025         * 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:
5026         Eric Pouech <Eric.Pouech@wanadoo.fr>
5027         - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
5028         - upgraded vfw.h content
5029
5030         * msdos/dpmi.c: Avoid clobbering %ebx.
5031
5032         * loader/ne/module.c:
5033         Return the proper error code when a 16-bit task failed to start
5034         (thanks to Peter Ganten).
5035
5036         * documentation/HOWTO-winelib:
5037         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5038         Adapted to the recent winebuild rename.
5039
5040         * loader/module.c:
5041         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5042         Added detection code for very old Windows (1.1, 2.0, ...) binaries to
5043         MODULE_GetBinaryType().
5044
5045         * 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:
5046         Moved shlwapi routines from shell32.dll to shlwapi.dll.
5047
5048 2000-07-25  Alexandre Julliard  <julliard@winehq.com>
5049
5050         * 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:
5051         Make unicode.o into a separate ELF library so that we can use it from
5052         the wineserver too.
5053
5054         * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
5055         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5056         - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
5057           non-existent directory would leave the new drive enabled upon aborting
5058           (fixes CuteFTP install and should fix MANY apps)
5059           This has probably been caused by myself. *brownpaperbag*
5060         - added GetVolumeInformation serial number bug-for-bug compatibility
5061         - corrected Unicode labels (better CD-ROM handling in general)
5062         - moved CD-ROM label detection code to misc/cdrom.c
5063         - possible to use loopback mounted ISO9660 files
5064         - init some uninitialised drive fields
5065         - remove some unnecessary header includes
5066
5067         * windows/winpos.c:
5068         Susan Farley <sfarley@codeweavers.com>
5069         Don't destroy the caret on SWP_HIDEWINDOW.
5070
5071         * 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:
5072         Dave Pickles <davep@cyw.uklinux.net>
5073         Improved FormatMessage:
5074         - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
5075         - Implemented language search as documented
5076         - Illegal combinations of options trapped.
5077         - Message table for system messages added.
5078
5079         * include/winbase.h, include/winuser.h:
5080         Moved FORMAT_MESSAGE flags definition to winbase.h.
5081
5082         * Make.rules.in:
5083         Added rules for message compiler .mc files.
5084
5085         * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
5086         James Hatheway <james@macadamian.com>
5087         Portability fixes.
5088
5089         * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
5090         Patrik Stridvall <ps@leissner.se>
5091         Fixed issues found by winapi_check.
5092
5093         * 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:
5094         Patrik Stridvall <ps@leissner.se>
5095         Minor API files update.
5096
5097         * 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:
5098         Bertho Stultiens <bertho@akhphd.au.dk>
5099         - Implemented a bug-work-around for Berkeley yacc (byacc) which
5100           does not generate proper default transition rules for non-terminals.
5101           See comments in parser.y how the fix works.
5102         - Changed the error-line/char position to make emacs happy parsing
5103           the position of the error.
5104         - Added comments in the documentation in which order the line-numer
5105           and character-position of the error is written.
5106
5107         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
5108         Use lcall opcodes, so all gas-es understand it...
5109
5110         * 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:
5111         Moved thunking functions off to kernel32.dll.
5112
5113         * 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:
5114         Temporarily moved advapi32 registry support back into libwine.so, and
5115         made advapi32 a separate dll.
5116
5117         * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
5118         Eric Pouech <Eric.Pouech@wanadoo.fr>
5119         fixed a number of long standing bugs:
5120             - segmented expressions didn't display correctly
5121             - using dynamic size array for nested types parsing
5122             - correct display of source code after a crash
5123         factorized some code
5124
5125         * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
5126         Merged wing.dll into gdi32.dll.
5127
5128         * dlls/comctl32/listview.c:
5129         Aric Stewart <aric@codeweavers.com>
5130         Prevent the attempt to draw invalid image indexes.
5131         Provide the two pixel buffer between the image and the label.
5132
5133         * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
5134         Huw D M Davies <hdavies@codeweavers.com>
5135         A generic implemention of IConnectionPoint/IEnumConnections.
5136
5137         * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
5138         Dmitry Timoshkov <dmitry@sloboda.ru>
5139         Make fnt2bdf produce correct fonts.
5140
5141         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
5142         Make int16 read from the BIOS keyboard buffer, not directly from the
5143         console driver.
5144
5145         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
5146         Fixed broken assembler. Removed support for old protected-mode hack
5147         for running real-mode code on platforms that don't support vm86; the
5148         current CallRM->RMCB shortcut code should take care of all
5149         Wine-supplied RM APIs (such as DOSASPI) anyway.
5150
5151         * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
5152         Perform NE_InitProcess in the context of the new task.
5153
5154 2000-07-24  Alexandre Julliard  <julliard@winehq.com>
5155
5156         * 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:
5157         Merged msacm and msacm32 dlls.
5158         Merged win87em and windebug into kernel32.dll.
5159
5160 2000-07-23  Alexandre Julliard  <julliard@winehq.com>
5161
5162         * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
5163         Francois Gouget <fgouget@psn.net>
5164         Fixed int/HANDLE mismatches revealed by -DSTRICT.
5165         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
5166
5167         * programs/progman/main.c:
5168         Francois Gouget <fgouget@psn.net>
5169         Fixed WinMain's signature.
5170         Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
5171         Removed obsolete references to the Languages array.
5172
5173         * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
5174         Francois Gouget <fgouget@psn.net>
5175         Removed obsolete references to the Languages array.
5176
5177         * programs/clock/main.c:
5178         Francois Gouget <fgouget@psn.net>
5179         Fixed WinMain's signature.
5180         Fixed parameter order for the call to CreateWindow.
5181
5182         * 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:
5183         Francois Gouget <fgouget@psn.net>
5184         Fixed WinMain's signature.
5185
5186         * 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:
5187         Francois Gouget <fgouget@psn.net>
5188         Added -DSTRICT.
5189         Added missing libraries comctl32 and rpcrt4.
5190
5191         * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
5192         James Hatheway <james@macadamian.com>
5193         Adds an initial WSAIoctl function with support for only the
5194         SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
5195         function to support the WSCNTL_TCPIP_QUERY_INFO command.
5196
5197         * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
5198         Eric Pouech <Eric.Pouech@wanadoo.fr>
5199         Compilation fixes for OpenGL.
5200
5201         * Make.rules.in: Mike_McCormack@looksmart.com.au
5202         Corrected c2man flags. It still crashes anyhow :-/
5203
5204         * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
5205         Lionel Ulmer <lionel.ulmer@free.fr>
5206         Detect broken glext.h headers.
5207
5208         * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
5209         Mike_McCormack@looksmart.com.au
5210         Added some basic text display and editing capabilities, cursor
5211         positioning, a bit of scrolling and a text file loader.
5212
5213         * include/tapi.h: Mike_McCormack@looksmart.com.au
5214         Implemented lineGetCountry. (works with HyperTrm.exe)
5215
5216         * 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:
5217         Gerard Patel <g.patel@wanadoo.fr>
5218         Focus handling, visual changes + misc fixes.
5219
5220         * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
5221         Implemented lineGetCountry. (works with HyperTrm.exe)
5222
5223         * include/winbase.h: Francois Gouget <fgouget@psn.net>
5224         Removed duplicate declaration of AddAccessAllowedAce.
5225
5226         * dlls/comctl32/listview.c:
5227         Aric Stewart <aric@codeweavers.com>
5228         Handle the case where the function SetItem is called to select an item
5229         or set its focus.
5230
5231         * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
5232         Ove Kaaven <ovek@transgaming.com>
5233         Added a few C++ operators to Direct3D structures, and made some unions
5234         'nameless'.
5235
5236         * dlls/winsock/async.c:
5237         Eric Pouech <Eric.Pouech@wanadoo.fr>
5238         Insured that all parameters of async functions are copied before
5239         returnig from request.
5240
5241         * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
5242         Ove Kaaven <ovek@arcticnet.no>
5243         Fix a few typos and such.
5244
5245         * include/d3d.h, include/ddraw.h:
5246         Ove Kaaven <ovek@transgaming.com>
5247         Added some DirectDraw7-related definitions.
5248
5249         * configure, configure.in, include/config.h.in:
5250         Marcus Meissner <marcus@jet.franken.de>
5251         Make non-existence of (f)lex an error.
5252
5253         * 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:
5254         Marcus Meissner <marcus@jet.franken.de>
5255         IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
5256
5257         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
5258         Added a few Win32 definitions.
5259
5260         * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
5261         Reduce scope of "Status" #ifdef hack.
5262
5263         * if1632/relay.c, relay32/builtin32.c:
5264         Ove Kaaven <ovek@arcticnet.no>
5265         Say that "No handler" messages as fatal.
5266
5267         * winedefault.reg: Fixed SharedDir location.
5268
5269         * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
5270         Ove Kaaven <ovek@arcticnet.no>
5271         Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
5272         the ugly Dr7 hack.
5273
5274         * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
5275         Eric Pouech <Eric.Pouech@wanadoo.fr>
5276         Fixed first seek on MEM mmio files.
5277
5278         * dlls/commdlg/fontdlg.c:
5279         Gerard Patel <g.patel@wanadoo.fr>
5280         Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
5281
5282         * dlls/wininet/http.c:
5283         John R. Sheets <jsheets@codeweavers.com>
5284         Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
5285
5286         * dlls/wininet/internet.c:
5287         John R. Sheets <jsheets@codeweavers.com>
5288         Put the URL parameter list in with the URL path if the ExtraInfo
5289         buffer isn't specified.
5290
5291         * controls/icontitle.c:
5292         Gerard Patel <g.patel@wanadoo.fr>
5293         Fixed calculation of buffer length after switch of window text to
5294         unicode.
5295
5296         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
5297         Comment out a nonfunctional DOS part of debugger.
5298
5299         * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
5300         Ove Kaaven <ovek@arcticnet.no>
5301         Added stub for RasHangUpA().
5302
5303         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
5304         DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
5305         to documentation.
5306
5307         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5308         Fixed a few problems.
5309
5310         * dlls/comctl32/toolbar.c:
5311         David Elliott <dfe@infinite-internet.net>
5312         - Changed the temporary buffer for loading resources from 256 to 512
5313         - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
5314           the function
5315         - Use lstrcpynW instead of lstrcpyW
5316
5317 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
5318
5319         * ANNOUNCE, ChangeLog, include/version.h:
5320         Release 20000716.
5321
5322 ----------------------------------------------------------------
5323 2000-07-16  Alexandre Julliard  <julliard@winehq.com>
5324
5325         * windows/winproc.c:
5326         Added assembly wrapper for calling window procedures.
5327
5328         * 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:
5329         Get full path of argv[0] before we change directories.
5330         Make sure process names are long path names.
5331         Cleaned up initialisation a bit.
5332
5333         * server/sock.c:
5334         Stephane Lussier <stephane@macadamian.com>
5335         In set_socket_event, the event should be signaled if there's a pending
5336         network event corresponding to the events the application wanted to be
5337         notified.
5338
5339         * 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:
5340         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5341         Spelling fixes.
5342
5343         * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
5344         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5345         Doc and trace updates.
5346
5347         * include/process.h, loader/module.c, scheduler/process.c:
5348         Marcus Meissner <marcus@jet.franken.de>
5349         Transmit current directory settings to newly created processes.
5350
5351         * documentation/installation-und-konfiguration.german:
5352         Peter Ganten <peter@ganten.org>
5353         Added German installation and configuration manual.
5354
5355         * windows/x11drv/keyboard.c:
5356         Raul Fernandes <rgf@ieg.com.br>
5357         Added Brazilian keyboard.
5358
5359         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
5360         Set clipping region to client window before owner-drawn painting.
5361
5362         * winedefault.reg:
5363         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5364         Added the "SharedDir" registry key.
5365
5366         * 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:
5367         Lionel Ulmer <lionel.ulmer@free.fr>
5368         - fix Direct3D support and a lot of warnings
5369         - add support for DDraw in a window (not optimized yet)
5370         - cleans up OpenGL extensions handling for D3D
5371
5372         * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
5373         Background of SS_SIMPLE static control is not filled (unless it has
5374         SS_NOPREFIX too).
5375
5376         * files/directory.c:
5377         Marcus Meissner <marcus@jet.franken.de>
5378         Drop UNIX cwd to / after calculating WINE current directory (to allow
5379         CD unmounts).
5380
5381 2000-07-15  Alexandre Julliard  <julliard@winehq.com>
5382
5383         * graphics/x11drv/dib.c:
5384         Stephane Lussier <stephane@macadamian.com>
5385         New version of the patch from Francois Jacques with a modification of
5386         my own that makes everybody happy :-)
5387
5388         * misc/comm.c, dlls/kernel/kernel32.spec:
5389         Mike McCormack <mike_mccormack@looksmart.com.au>
5390         Hook serialui dll into existing comm functions.
5391
5392         * 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:
5393         Mike McCormack <mike_mccormack@looksmart.com.au>
5394         Implemented serialui dll containing CommConfigDialog,
5395         GetDefaultCommConfig and SetDefaultCommConfig.
5396
5397         * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
5398         Patrik Stridvall <ps@leissner.se>
5399         Fixed some warnings.
5400
5401         * 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:
5402         Patrik Stridvall <ps@leissner.se>
5403         - Minor API files fixes.
5404         - Minor bug fixes and additions.
5405
5406         * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
5407         Patrik Stridvall <ps@leissner.se>
5408         Fixed some issues found by winapi_check.
5409
5410         * controls/button.c:
5411         Dave Hawkes <daveh-wine@cadlink.com>
5412         All standard window controls should have CS_PARENTDC, but should still
5413         clip to the control window.
5414
5415         * windows/message.c:
5416         John R . Sheets <jsheets@codeweavers.com>
5417         We also have to validate the frame to avoid an infinite loop when the
5418         app doesn't call BeginPaint.
5419
5420         * scheduler/handle.c:
5421         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5422         Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
5423
5424         * dlls/winmm/wineoss/mixer.c:
5425         Ed Snow <ed_snow@ttmengineering.com>
5426         Fixes unmuting when unmuted.
5427         Unifies scale reported with scale used for volume control.
5428         Hack for Bass/Treble until better fix is complete.
5429
5430         * graphics/x11drv/xfont.c:
5431         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5432         Added DBCS/unicode encoding templates.
5433
5434         * controls/combo.c:
5435         Susan Farley <sfarley@codeweavers.com>
5436         Don't clear selection when initial entry is not in the list.
5437
5438         * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
5439         Made --language behave the same as setting the LANGUAGE environment
5440         variable.
5441
5442         * 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:
5443         Huw D M Davies <hdavies@codeweavers.com>
5444         Create rpcrt4.dll.
5445         Implement UuidCreate (using existing code from CoCreateGuid).
5446         CoCreateGuid calls UuidCreate.
5447
5448         * memory/heap.c:
5449         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5450         Fix for supporting DBCS.
5451
5452         * dlls/comctl32/toolbar.c:
5453         Rob Farnum <rfarnum@mindspring.com>
5454         Ignore iBitmap width when drawing flat toolbar.
5455
5456         * loader/pe_image.c: Peter Ganten <peter@ganten.org>
5457         Fixed a file descriptor leak in the PE loader.
5458
5459         * windows/winpos.c:
5460         Jean-Claude Batista <jcb@macadamian.com>
5461         Ensure the validity of hOldFocus before calling WIN_GetTopParent.
5462
5463         * graphics/x11drv/xfont.c:
5464         Drew Ronneberg <drew@codon.princeton.edu>
5465         Ignore broken fonts when building cache file.
5466
5467         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
5468         Allow SetWindowLong(... GWL_STYLE) to change visible bit.
5469
5470         * documentation/registry:
5471         Ove Kaaven <ovek@arcticnet.no>D
5472         Text of WWN article "The Registry".
5473
5474         * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
5475         David Elliott <dfe@infinite-internet.net>
5476         - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
5477           guessing the command length correctly, and if not, tell's it what's up.
5478         - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
5479           caller to clear the fields.
5480         - Added a new field to HA_Unique content to fix some applications.  Will
5481           fix this for good at a later date.
5482         - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
5483           Linux)
5484         - Added some constants to winescsi.h
5485         (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
5486
5487         * dlls/user/user32.spec, windows/user.c:
5488         Peter Ganten <peter@ganten.org>
5489         Stubs for CreateDesktopA and EnumDesktopWindows.
5490
5491         * loader/loadorder.c:
5492         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5493         Added ws2_32 loadorder.
5494
5495         * tools/winebuild/main.c:
5496         Peter Ganten <peter@ganten.org>
5497         Try to unlink output file before opening it.
5498
5499         * controls/edit.c:
5500         Marcus Meissner <marcus@jet.franken.de>
5501         Replaced %s by %p in EDIT_WM_SetText.
5502
5503         * dlls/winsock/ws2_32.spec:
5504         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5505         Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
5506
5507         * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
5508         Add a warning when the normal load address for a win32 program is not
5509         available.
5510
5511         * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
5512         Huw D M Davies <hdavies@codeweavers.com>
5513         OLE picture object implementation.
5514
5515         * misc/comm.c:
5516         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5517         Fixed an incorrect format string.
5518
5519         * loader/loadorder.c:
5520         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5521         Added loadorder entry for the Linux glide3x library.
5522
5523         * winedefault.reg:
5524         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5525         Added "CommonFilesDir"="C:\Program Files\Common Files".
5526
5527         * debugger/db_disasm.c:
5528         Ian Schmidt <ischmidt@cfl.rr.com>
5529         Added Pentium Pro/2/3/4 conditional move instructions.
5530
5531 2000-07-11  Alexandre Julliard  <julliard@winehq.com>
5532
5533         * dlls/kernel/kernel_main.c, memory/codepage.c:
5534         Set ansi/oem/mac code pages from current locale.
5535
5536         * scheduler/client.c:
5537         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5538         Better error message for really clueless newbies.
5539
5540         * dlls/msacm32/msacm32_main.c:
5541         James Hatheway <james@macadamian.com>
5542         Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
5543
5544         * dlls/ddraw/dsurface/main.c:
5545         Marcus Meissner <marcus@jet.franken.de>
5546         Check for NULL flipchain and just return the current surface if it
5547         happens.
5548
5549         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
5550         Marcus Meissner <marcus@jet.franken.de>
5551         Implemented _vsnprintf by calling wvsnprintfA.
5552
5553         * objects/dib.c:
5554         Stephane Lussier <stephane@macadamian.com>
5555         In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
5556         instead of failing.
5557
5558         * dlls/comctl32/toolbar.c:
5559         Chris Morgan <cmorgan@wpi.edu>
5560         Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
5561         is non-zero.  Better fix than my previous patch.
5562
5563 2000-07-10  Alexandre Julliard  <julliard@winehq.com>
5564
5565         * scheduler/thread.c:
5566         Lazy initialisation of thread locale.
5567
5568         * 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:
5569         Peter Hunnisett <hunnise@nortelnetworks.com>
5570         - Make ref counting a little more efficient
5571         - Correct suspended process resumption
5572         - Don't use sys/queue.h anymore
5573         - Properly initialize the global semaphore across processes
5574         - Create a mapped file for shared data structures
5575         - Change some trace messages
5576         - Allocate dynamic shared data from the mapped file
5577         - Rework setting and retrieving lobby settings from shared memory
5578         - Add infrastructure for syncronization after app launch
5579         - Small documentation update
5580         - Include some stuff missing from header
5581         - Start on dp and dpl message infrastructure
5582         - Unicode versions of player/group commands added
5583         - Combined Connect/ConnectEx and Open/SecureOpen
5584         - More implementation
5585
5586         * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
5587         Dmitry Timoshkov <dmitry@sloboda.ru>
5588         Moved all NLS dependent data to the KERNEL resources.
5589
5590         * scheduler/thread.c:
5591         Juergen Schmied <juergen.schmied@debitel.net>
5592         Moved setting the locale value to the right position.
5593
5594         * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5595         Fixed FormatMessage[A|16] against some buffer overflow cases.
5596
5597         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5598         Removed extraneous trace message.
5599
5600         * debugger/winedbg.c:
5601         Eric Pouech <Eric.Pouech@wanadoo.fr>
5602         Unconditionnally print messages on DLL load breakpoint.
5603
5604         * debugger/break.c:
5605         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5606         Fixed winedbg watchpoints.
5607
5608         * dlls/oleaut32/ole2disp.c:
5609         Francois Jacques <francoisj@macadamian.com>
5610         Prevent SysAllocString and SysAllocString16 to perform any processing
5611         on NULL strings.
5612
5613         * tools/fnt2bdf.c:
5614         Stas Sergeev <stas.orel@mailcity.com>
5615         Make it possible to change the encoding of fonts from the command
5616         line, even if autodetected.
5617
5618         * 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:
5619         Dmitry Timoshkov <dmitry@sloboda.ru>
5620         Convert WND.text field to Unicode.
5621         Add new key to wine.ini in the section [x11drv] - TextCP, which means
5622         code page used for texts passed to X.
5623         Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
5624
5625         * graphics/x11drv/dib.c: Backed out previous patch.
5626
5627         * dlls/user/user32.spec, include/winuser.h, windows/user.c:
5628         Marcus Meissner <marcus@jet.franken.de>
5629         Stub for RegisterDeviceNotificationA.
5630
5631         * dlls/winsock/socket.c:
5632         Gerard Patel <g.patel@wanadoo.fr>
5633         Fakes a negotiation of the winsock version.
5634
5635         * dlls/oleaut32/typelib.c:
5636         Juergen Schmied <juergen.schmied@debitel.net>
5637         - better loading of *.tlb files
5638         - seperated code for loading tlb resource into memory from code for
5639           parsing the tlb resource.
5640
5641         * dlls/ole32/ole2stubs.c:
5642         Juergen Schmied <juergen.schmied@debitel.net>
5643         Implemented OleCreate.
5644
5645 2000-07-09  Alexandre Julliard  <julliard@winehq.com>
5646
5647         * windows/class.c: Noomen Hamza <noomen@macadamian.com>
5648         GetClassInfo should return global classes even if the hInstance
5649         parameter is different from the one passed to the RegisterClass
5650         function.
5651
5652         * misc/comm.c: Stefan Leichter <sle@camline.com>
5653         Fixes the BuildCommDCBA function.
5654
5655         * configure, configure.in, include/config.h.in, misc/port.c:
5656         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5657         Added configure check for libutil.h.
5658
5659         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
5660         Make the focus follow the last selected item for multiselect listboxes.
5661
5662         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
5663         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5664         Stub implementation of LHashValOfNameSysA.
5665         Don't crash if we encounter a BSTR with length <= 0.
5666         Fix typos in ITypeLib::GetDocumentation.
5667
5668         * dlls/shell32/shell.c:
5669         Dave Hawkes <daveh-wine@cadlink.com>
5670         With some apps a fault was possible in ExtractAssociatedIcon.
5671
5672         * windows/cursoricon.c:
5673         Dave Hawkes <daveh-wine@cadlink.com>
5674         GetIconInfo did no correctly identify icons from cursors.
5675
5676         * windows/msgbox.c:
5677         Haithem Hmida <haithem@macadamian.com>
5678         Under Windows 95/98/NT, message boxes do not have a default icon.
5679
5680         * misc/registry.c:
5681         Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
5682         Small cleanups.
5683
5684         * 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:
5685         Created separate libraries for dplay, shfolder, shlwapi, wow32 and
5686         wsock32 so that we have at most one Win32 dll in each .so library.
5687
5688 2000-07-08  Alexandre Julliard  <julliard@winehq.com>
5689
5690         * graphics/x11drv/dib.c:
5691         Francois Jacques <francoisj@macadamian.com>
5692         Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
5693         manipulation.
5694         Corrected XGetSubImage arguments order.
5695
5696         * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
5697         Matthew Lake <MLake@sunbelt-plb.com>
5698         Added some missing definitions.
5699
5700         * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
5701         Francois Jacques <francoisj@macadamian.com>
5702         Implemented SafeArrayGetVarType.
5703         Added a VT_RECORD variant type definition.
5704
5705         * dlls/kernel/kernel32.spec, misc/comm.c:
5706         Stefan Leichter <sle@camline.com>
5707         Started implementation of the functions GetDefaultCommConfigA/W.
5708
5709         * dlls/ddraw/convert.c:
5710         Marcus Meissner <Marcus.Meissner@caldera.de>
5711         Corrected 24->32 conversion. Still only correct for little endian.
5712
5713         * windows/winpos.c:
5714         Susan Farley <sfarley@codeweavers.com>
5715         Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
5716
5717         * loader/module.c:
5718         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5719         Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
5720
5721         * dlls/comctl32/toolbar.c:
5722         Chris Morgan <cmorgan@wpi.edu>
5723         Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
5724         is non-zero or the default himl, himlDef, is non-zero.  Fixes a bug in
5725         WinZip 8.0 where text is not shifted down by the height of the button
5726         image.
5727
5728         * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
5729         Check the value returned by DIALOG_GetCharSize.
5730
5731         * 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:
5732         Francois Jacques <francoisj@macadamian.com>
5733         Added setupapi shared library and SetupIterateCabinet stub.
5734
5735         * 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:
5736         Bradley Baetz <bbaetz@student.usyd.edu.au>
5737         Implemented a large number of the msvideo dll routines.
5738
5739         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
5740         Gerard Patel <g.patel@wanadoo.fr>
5741         Allow the size of bitmaps to be changed after toolbar buttons have
5742         been added.
5743
5744         * dlls/comctl32/propsheet.c:
5745         Slava Monich <Slava_Monich@cnt.com>
5746         On Windows property sheet has DWL_USER dword pointing to a structure
5747         that starts with HWND and PROPSHEETHEADER fields.
5748
5749         * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
5750         Slava Monich <Slava_Monich@cnt.com>
5751         Implementation of Get/SetThreadPriorityBoost.
5752
5753         * documentation/psdriver:
5754         Stefan Leichter <sle@camline.com>
5755         Added documentation on how to setup wine's Buildin Postscript Driver
5756         working with ghostscript (afmfiles, ppdfile).
5757
5758         * debugger/debugger.h, debugger/expr.c, debugger/types.c:
5759         Peter Hunnisett <hunnise@nortelnetworks.com>
5760         - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
5761           expose further bad code
5762         - Print of pointer used as array now works
5763
5764         * dlls/comctl32/listview.c:
5765         James Hatheway <james@macadamian.com>
5766         Only use the column headers to calculate the width of a
5767         LDS_REPORT-type listbox if it actually has column headers.
5768         (ie. LVS_NOCOLUMNHEADER bit is not set.)
5769
5770         * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
5771         BeginDeferWindowPos should allow zero count.
5772
5773         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
5774         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5775         Added semi-stub.
5776
5777         * dlls/winmm/mci.c:
5778         Bradley Baetz <bbaetz@student.usyd.edu.au>
5779         Handle mciSendString("open <mcitype>",...)
5780
5781         * 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:
5782         Bertho Stultiens <bertho@panter.soci.aau.dk>
5783         - Bugfix: Macro expansion of strings would assert an internal error
5784           or a segfault due to a lacking '\0' in the expansion.
5785         - Bugfix: Prevent buffer overflow in reallocation of macro expansion
5786           buffers.
5787         - Bugfix: Wrc's version information was not passed as numerical to the
5788           preprocessor due to an error in the definition of the macro.
5789         - Relaxed the newline constraint in global LANGUAGE statements, which
5790           was introduced in version 1.1.3, so that some fancy preprocessor
5791           constructs can work.
5792         - Removed the gcc-style #line handling from the resource-parser to the
5793           resource-scanner so that it is possible to include files at any stage
5794           of the source, independent of the parser-state.
5795         - Bugfix: Stringtables were not correctly searched for duplicates
5796           because the language comparison disregarded the sublanguage.
5797         - Eliminated a repetitive warning when writing stringtables with zero
5798           length string entries. These are perfectly valid (but make no sense:-).
5799           Warnings are now only generated during parse in pedantic mode.
5800
5801         * dlls/oleaut32/ole2disp.c:
5802         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5803         Fix SysStringByteLen to really return the length in bytes.
5804
5805         * dlls/comctl32/rsrc.rc:
5806         Slava Monich <Slava_Monich@cnt.com>
5807         Changed the size of property sheet template to be the same as the
5808         original one (was 292x159, now 220x140).
5809
5810         * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
5811         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5812         Implement IDataAdviseHolder.
5813
5814         * dlls/oleaut32/typelib.c:
5815         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5816         Fix typo in ITypeLib::IsName.
5817
5818         * dlls/ole32/hglobalstream.c:
5819         Huw D M Davies <h.davies1@physics.ox.ac.uk>
5820         CreateStreamOnHGlobal should alloc a shared memory block if supplied
5821         handle is 0.
5822
5823         * dlls/commdlg/filedlg95.c:
5824         Dmitry Timoshkov <dmitry@sloboda.ru>
5825         Do not crash if there was no files selected and OK button was pressed.
5826
5827         * dlls/dsound/dsound_main.c:
5828         Ove Kaaven <ovek@transgaming.com>
5829         Fix a couple of problems with underruns and stopping/restarting.
5830
5831         * misc/main.c:
5832         Joerg Mayer <jmayer@telesun2.telemation.de>
5833         Fixed the debugmsg help.
5834
5835         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
5836         David Elliott <dfe@infinite-internet.net>
5837         Map each channel on every host to an ASPI controller number.
5838         Store map in HKEY_DYN_DATA.
5839
5840         * dlls/comctl32/comctl32undoc.c:
5841         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5842         DSA_InsertItem returns nIndex, not nItemCount.
5843
5844         * dlls/comctl32/monthcal.c:
5845         Chris Morgan <cmorgan@wpi.edu>
5846         Fixed background redrawing when control is covered.  Fixed a really
5847         dumb mistake I made with border drawing many patches ago.  Fixed
5848         offset by 1 alignment issues.
5849
5850         * dlls/ddraw/dsurface/main.c:
5851         Marcus Meissner <Marcus.Meissner@caldera.de>
5852         Removed another bad assert and two no longer needed ones.
5853
5854 2000-06-25  Alexandre Julliard  <julliard@winehq.com>
5855
5856         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5857         Fixed bad exception handler chain termination.
5858
5859         * windows/x11drv/wnd.c, windows/win.c:
5860         Lawson Whitney <lawson_whitney@juno.com>
5861         Moved zero-sized window hack to x11drv.
5862
5863         * dlls/ntdll/nt.c:
5864         Marcus Meissner <marcus@jet.franken.de>
5865         Return "no debugger attached" in NtQueryInformationProcess to satisfy
5866         some copy protection mechanisms.
5867
5868         * dlls/commdlg/colordlg.c:
5869         Eric Pouech <Eric.Pouech@wanadoo.fr>
5870         Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
5871
5872         * dlls/ddraw/dsurface/main.c:
5873         Marcus Meissner <marcus@jet.franken.de>
5874         Fixed two asserts in Blt().
5875
5876         * dlls/ddraw/helper.c:
5877         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5878         Properly cast arguments to printf to match the intended output.
5879
5880         * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
5881         Eric Pouech <Eric.Pouech@wanadoo.fr>
5882         Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
5883         Seeking from SEEK_END was wrong.
5884         Seeking on empty buffer was wrong.
5885         Some installed ioProcs had uninitialized fields.
5886         A few more bits for rename functions.
5887
5888         * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
5889         Eric Pouech <Eric.Pouech@wanadoo.fr>
5890         Added BreakOnDllLoad internal var, cleaned up register validation on
5891         exception.
5892
5893         * dlls/comctl32/toolbar.c:
5894         Mike McCormack <Mike_McCormack@looksmart.com.au>
5895         Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
5896         TOOLBAR_SetButtonSize after button added to the toolbar (latter for
5897         WINZIP32.EXE)
5898
5899         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
5900         Set the minimum dropped height to the combo list height if any in
5901         CBDropDown.
5902
5903         * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
5904         If whitespace or dots are appended to the end of any component in a
5905         path then it should be ignored.
5906
5907 2000-06-24  Alexandre Julliard  <julliard@winehq.com>
5908
5909         * loader/module.c, scheduler/process.c, include/process.h:
5910         Make sure the cmdline passed to CreateProcessA is writeable (thanks to
5911         Peter Ganten <peter@ganten.org>).
5912
5913         * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
5914         Eric Pouech <Eric.Pouech@wanadoo.fr>
5915         Cleaned up loading/init code in OSS.
5916         Cleaned up getDevCaps in midi part.
5917         Implemented asynchronous waveIn recording using a thread.
5918
5919         * dlls/kernel/kernel32.spec, win32/console.c:
5920         Eric Pouech <Eric.Pouech@wanadoo.fr>
5921         A few missing console stubs.
5922
5923         * dlls/comctl32/animate.c:
5924         Eric Pouech <Eric.Pouech@wanadoo.fr>
5925         Fixed animation loading for RLE encoding.
5926
5927         * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
5928         Juergen Schmied <juergen.schmied@debitel.net>
5929         - removed hack to find the right resource
5930         - updated to use the ICOM macros
5931         - cleaned up use typelib and typelib2 (was mixed up)
5932
5933         * 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:
5934         Juergen Schmied <juergen.schmied@debitel.net>
5935         - fixed reported bugs
5936         - fixed default extensions
5937         - implemented "browse to desktop" button
5938
5939         * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
5940         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5941         GetCommandLine should return non-const strings.
5942
5943         * dlls/kernel/kernel.spec:
5944         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5945         CallProcEx32W should be named _CallProcEx32W.
5946
5947         * files/change.c:
5948         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5949         Added some stuff saying that this is NOT supported.
5950
5951         * relay32/snoop.c:
5952         Juergen Schmied <juergen.schmied@debitel.net>
5953         Avoid calling the exception handler in some cases.
5954
5955         * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
5956         Juergen Schmied <juergen.schmied@debitel.net>
5957         - many new Path* stubs
5958         - many bugfixes
5959         - class functions expanding environments variables now
5960
5961         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
5962         Ove Kaaven <ovek@transgaming.com>
5963         Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
5964         driver, and winmm's interface for DirectSound to access it. It
5965         requires the ability to mmap /dev/dsp, to trigger playback, and
5966         sample-accurate position readouts. (If the soundcard's device driver
5967         does not report these capabilities, wineoss will report the HAL as
5968         unavailable and force DirectSound to use its HEL instead.)
5969
5970         * include/mmsystem.h, dlls/dsound/dsound_main.c:
5971         Ove Kaaven <ovek@transgaming.com>
5972         Implemented the DirectSound HAL mode for DMA primary buffers, with a
5973         10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
5974         a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
5975         DirectSound to use (so drivers like wineoss have some way of knowing
5976         what to prepare itself for).
5977
5978         * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
5979         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5980         Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
5981         2.0 control.exe and paint.exe.
5982
5983         * include/winuser.h:
5984         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5985         Added IDI_WINLOGO.
5986
5987         * debugger/winedbg.c:
5988         Eric Pouech <Eric.Pouech@wanadoo.fr>
5989         Don't block endlessly after last debugged process has exited.
5990
5991         * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5992         Added (back) correct behavior for NULL ptrs in CharToOem funcs.
5993
5994         * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5995         Fixed some OOM conditions in GlobalAlloc.
5996
5997         * dlls/ntdll/misc.c:
5998         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5999         Added missing #include <math.h>.
6000
6001         * include/winresrc.h: Removed MIME garbage.
6002
6003         * dlls/ddraw/ddraw/x11.c:
6004         Marcus Meissner <marcus@jet.franken.de>
6005         Create xlib ddsurfaces with correct reference counts.
6006
6007         * 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:
6008         Split bidi16.c and network.c out of misc/ into their respective dlls.
6009
6010 2000-06-23  Alexandre Julliard  <julliard@winehq.com>
6011
6012         * 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:
6013         Split the build program in several files.
6014         Renamed it 'winebuild' to avoid possible conflicts.
6015         Cleaned up command-line parsing.
6016         Make it understand -fPIC instead of -pic.
6017         Merged call16.s and call32.s generated files.
6018
6019         * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
6020         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6021         Added more ordinals to KERNEL, GDI, USER and system drivers
6022         (Windows 1.1, 2.0).
6023
6024         * dlls/ddraw/ddraw/dga.c:
6025         Peter Ganten <peter@ganten.org>
6026         _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
6027         supported.
6028
6029         * dlls/comctl32/toolbar.c:
6030         Dave Hawkes <daveh-wine@cadlink.com>
6031         Avoid gratuitously changing the ZORDER.
6032
6033         * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
6034         Marcus Meissner <marcus@jet.franken.de>
6035         Use correct bpp for the X side of the surface XImages.
6036         Cleaned up Xlib_Surface_Release so it is a bit more readable.
6037         use VirtualAlloc for conversion-programside buffer to simplify
6038         handling.
6039
6040         * loader/resource.c:
6041         Dave Hawkes <daveh-wine@cadlink.com>
6042         GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
6043         should return TRUE on success.
6044
6045         * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
6046         Marcus Meissner <marcus@jet.franken.de>
6047         Dump FourCC correctly, print conversion messages, add reference to
6048         ddraw in DDSurface::GetDDInterface.
6049
6050         * dlls/x11drv/x11drv_main.c:
6051         Marcus Meissner <marcus@jet.franken.de>
6052         Restrict nTimeout to 0-32767, since it is a 16bit value in X.
6053
6054         * dlls/ntdll/signal_i386.c:
6055         Dave Hawkes <daveh-wine@cadlink.com>
6056         Exception handling for SIGFPE must always clear the FPU interrupt
6057         status.
6058
6059         * 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:
6060         Moved shared crtdll/ntdll functions into ntdll.
6061         Made crtdll a separate dll.
6062
6063         * 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:
6064         Cleaned up a few inter-dll dependencies.
6065
6066         * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
6067         Patrik Stridvall <ps@leissner.se>
6068         Fixed some issues found by winapi_check.
6069
6070         * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
6071         Patrik Stridvall <ps@leissner.se>
6072         Fixed some warnings.
6073
6074         * 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:
6075         Patrik Stridvall <ps@leissner.se>
6076         - Minor API files fixes.
6077         - Minor bug fixes and additions.
6078
6079         * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
6080         Ove Kaaven <ovek@transgaming.com>
6081         Restructure DirectSound. Remove dsound thread, use MM timers
6082         instead. Implemented the DirectSound HEL, with the ability to
6083         prebuffer 300ms of sound, while maintaining play latency of 40ms, and
6084         the exact playposition (Starcraft cinematics are lip-synched).  Some
6085         initial HAL support.
6086
6087         * relay32/builtin32.c:
6088         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6089         Replaced the BUILTIN32_dlopen() ERR() by a WARN().
6090
6091         * include/winresrc.h:
6092         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6093         Added include/winresrc.h for porting with winelib.
6094
6095         * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
6096         Francois Gouget <fgouget@psn.net>
6097         Merged DeviceCapabilities and DeviceCapabilitiesA.
6098
6099         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
6100         Francois Gouget <fgouget@psn.net>
6101         Merged MCIWndCreate and MCIWndCreateA.
6102
6103         * dlls/ole32/compobj.c:
6104         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6105         CLSIDFromString apparently also accepts ProgIDs as an input string.
6106
6107         * include/winuser.h:
6108         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6109         Added SC_ICON/SC_ZOOM (obsolete macros).
6110
6111         * include/wininet.h:
6112         Marcus Meissner <marcus@jet.franken.de>
6113         Added prototypes for new InternetCheckConnection*.
6114
6115 2000-06-20  Alexandre Julliard  <julliard@winehq.com>
6116
6117         * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
6118         Cleaned up a few inter-dll dependencies.
6119
6120         * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
6121         Alexander V. Lukyanov <lav@long.yar.ru>
6122         Fixed problems with compilation/install out of source tree.
6123
6124         * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
6125         Noomen Hamza <noomen@macadamian.com>
6126         OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
6127         the CLSID of the OLE object is not found in the registry. Fixed.
6128
6129         * files/profile.c:
6130         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6131         Make WritePrivateProfileSectionA care for "" and NULL as the
6132         string argument. New function PROFILE_DeleteAllKeys.
6133
6134         * dlls/winmm/wineoss/midi.c:
6135         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6136         Fixed format strings.
6137
6138         * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
6139         Rein Klazes <rklazes@casema.net>
6140         Fix a crash in winhelp caused by hmemcpy16 without prototype.
6141         Fix some compiler warnings.
6142
6143         * dlls/*/Makefile.in:
6144         For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
6145
6146         * dlls/winmm/wineoss/audio.c:
6147         Ove Kaaven <ovek@transgaming.com>
6148         Fixed WHDR_DONE race condition.
6149
6150         * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
6151         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6152         Implemented StrCatBuff.
6153
6154         * include/shlobj.h:
6155         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6156         Added typedef of DROPFILES.
6157
6158         * include/winerror.h:
6159         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6160         Added ResultFromScode/GetScode (obsolete macros).
6161
6162         * graphics/painting.c:
6163         Dave Hawkes <daveh-wine@cadlink.com>
6164         MoveToEx: return TRUE even if there is no driver implementation.
6165
6166         * dlls/comctl32/status.c:
6167         Gerard Patel <g.patel@wanadoo.fr>
6168         Protect against programs creating parts with negative width.
6169
6170 2000-06-18  Alexandre Julliard  <julliard@winehq.com>
6171
6172         * loader/resource.c, msdos/int21.c:
6173         Dmitry Timoshkov <dmitry@sloboda.ru>
6174         Use GetSystemDefaultLangID() instead of WINE_LanguageId.
6175
6176         * 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:
6177         Eric Pouech <Eric.Pouech@wanadoo.fr>
6178         - cleaned-up break handling
6179         - better integration of debugger inner loops (parser & events)
6180         - added attach command
6181         - improved parser so that it can be entered without any process loaded
6182         - added BreakOnFirstChance internal variable
6183         - disabled NE module symbol module (which is broken with ASS)
6184         - misc portability cleanups
6185
6186         * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
6187         Stephane Lussier <stephane@macadamian.com>
6188         - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
6189           function with a SafeArray created with FADF_FIXEDSIZE.
6190         - Added more FADF flags in the .h file.
6191         - FADF flags were defined twice, corrected the situation.
6192
6193         * graphics/x11drv/text.c:
6194         Dmitry Timoshkov <dmitry@sloboda.ru>
6195         Do not assume that double byte font == unicode font.
6196
6197         * 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:
6198         Francois Gouget <fgouget@psn.net>
6199         Added some missing prototypes.
6200         Define the HDRAWDIB handle type.
6201
6202         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
6203         hmemcpy16 is a Win16 API, the macro is hmemcpy.
6204
6205         * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
6206         James Hatheway <james@macadamian.com>
6207         Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
6208         functions already implemented.
6209
6210         * dlls/winmm/mciseq/mcimidi.c:
6211         Eric Pouech <Eric.Pouech@wanadoo.fr>
6212         Fixed port status query.
6213
6214         * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
6215         Added DirectSound device driver header file.
6216
6217         * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
6218         Make the base relocation message a WARN, not a FIXME.
6219
6220         * tools/Makefile.in:
6221         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6222         Distinguish between SUBDIRS and INSTALLSUBDIRS.
6223
6224         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
6225         CB_SETCURSEL should not generate another listbox event after updating
6226         the edit box.
6227
6228         * dlls/comctl32/treeview.c:
6229         Noomen Hamza <noomen@macadamian.com>
6230         WM_PAINT should be processed only by the TREEVIEW_Paint function, so
6231         we don't need to call DefWindowProcA function within TREEVIEW_Paint.
6232
6233         * windows/class.c:
6234         James Hatheway <james@macadamian.com>
6235         We must return the atom of the class in GetClassInfoEx instead of just
6236         TRUE.
6237
6238         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
6239         James Hatheway <james@macadamian.com>
6240         Added a stub for CoCreateFreeThreadedMarshaler().
6241
6242         * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6243         Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
6244         OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
6245
6246         * controls/menu.c:
6247         Francois Jacques <francoisj@macadamian.com>
6248         GetSystemMenu called with bRevert argument set to TRUE now returns
6249         NULL as specified in Platform SDK.
6250
6251         * graphics/x11drv/dib.c:
6252         Stephane Lussier <stephane@macadamian.com>
6253         Fixed memory access outside of the range for source bits in 24-bit bitmaps.
6254
6255 2000-06-16  Alexandre Julliard  <julliard@winehq.com>
6256
6257         * dlls/ole32/ole32.spec:
6258         Francois Jacques <francoisj@macadamian.com>
6259         Make IIDFromString point to CLSIDFromString.
6260
6261         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
6262         Juergen Schmied <juergen.schmied@debitel.net>
6263         - better error check when importing functions via GetProcAdress
6264         - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
6265         - changed call order when browsing to different folder (crash with native shell)
6266         - removed Move call since IShellview_CreateViewWindow creates it already in
6267           the right rect
6268
6269         * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
6270         Juergen Schmied <juergen.schmied@debitel.net>
6271         - fixed null-pidl from _ILCreateControl
6272         - some more no-name functions in shlwapi
6273
6274         * dlls/shell32/systray.c:
6275         Francois Jacques <francoisj@macadamian.com>
6276         Keep an internal copy of the icon.
6277
6278         * include/objbase.h: Francois Gouget <fgouget@psn.net>
6279         Reorder the __attribute__ directive in the legacy macros for
6280         compatibility with old g++ compilers.
6281
6282         * graphics/x11drv/dib.c:
6283         Ken Coleman <ken_coleman@iname.com>
6284         Fixes to CreateDIBSection and other areas where biSizeImage is
6285         incorrectly assumed to be correct if it non-zero.  This fixes a
6286         crashing problem in Sid Meier's Alpha Centauri.
6287
6288 ----------------------------------------------------------------
6289 2000-06-15  Alexandre Julliard  <julliard@winehq.com>
6290
6291         * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
6292         David Lassonde <davidl@macadamian.com>
6293         Implemented the More Windows... menu item for MDI.
6294
6295         * windows/dialog.c:
6296         Sheri Steeves <sheri@macadamian.com>
6297         Check again for GetNextDlgTabItem after return from WM_INITDIALOG
6298         message in dialog creation.
6299
6300         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
6301         Set clipping region to client window in LISTBOX_Paint.
6302
6303         * server/main.c:
6304         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6305         More verbose error message.
6306
6307         * unicode/mbtowc.c:
6308         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6309         cp_mbstowcs: check functions return zero on success.
6310
6311         * files/dos_fs.c:
6312         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6313         GetFullPathName: get "drive" value too for absolute paths.
6314
6315         * misc/printdrv.c:
6316         Frederic Boulanger <frederic@macadamian.com>
6317         CreateSpoolFile is called with a dos name, we have to make sure that
6318         when we create the spoolfile we use the unix name associated to the
6319         dos file name.
6320
6321         * include/winbase.h, misc/comm.c:
6322         Mike McCormack <mike_mccormack@looksmart.com.au>
6323         - add prototypes for serial API functions
6324         - correct existing serial API prototypes incorrectly using DWORD
6325           instead of HANDLE
6326         - define more structures and values in serial API
6327
6328         * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
6329         Added a NULL pointer check within DCE_AddClipRects function.
6330
6331         * loader/resource.c:
6332         Dmitry Timoshkov <dmitry@sloboda.ru>
6333         Optimized implementation of LoadStringA.
6334
6335         * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
6336         Text of WWN article "The X11 driver".
6337
6338         * documentation/HOWTO-winelib:
6339         Wilbur N. Dale <wilbur.dale@lumin.nl>
6340         WineLib does not support Win16. Removed references to Win16 and Win
6341         3.x in the introduction. Standardized capitalization of Wine and
6342         WineLib. Added documentation for compiling a simple "Hello World"
6343         WineLib program.
6344
6345         * windows/message.c:
6346         Sheri Steeves <sheri@macadamian.com>
6347         Added setting of cursor postition to MSG_PostToQueue.
6348
6349         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
6350         WM_SETREDRAW should repaint the listbox when set to on if something
6351         has been changed.
6352
6353 2000-06-14  Alexandre Julliard  <julliard@winehq.com>
6354
6355         * 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:
6356         Removed @PROGEXT@ (it was broken anyway).
6357         Improved 'make install'.
6358         Cleaned up the main Makefile.
6359
6360         * scheduler/handle.c:
6361         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6362         ConvertToGlobalHandle: fixed handle leak.
6363
6364         * include/options.h:
6365         Fixed options structure definition.
6366
6367         * windows/winpos.c:
6368         Noomen Hamza <noomen@macadamian.com>
6369         Made SetWindowPos handle the case when inserting a window after itself
6370         (don't need to change the Zorder).
6371
6372         * documentation/opengl:
6373         Lionel Ulmer <lionel.ulmer@free.fr>
6374         Updated OpenGL documentation.
6375
6376         * dlls/olepro32/olepro32.spec:
6377         Gerard Patel <g.patel@wanadoo.fr>
6378         Set the base for the ordinals of olepro32 to 248.
6379
6380         * include/commctrl.h:
6381         Matthew J. Francis <mfrancis@plus.net.uk>
6382         Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
6383         NMUPDOWN.
6384
6385         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
6386         jimregan@litsu.ie
6387         Added difftime function.
6388
6389 2000-06-13  Alexandre Julliard  <julliard@winehq.com>
6390
6391         * 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:
6392         Bertho Stultiens <bertho@panter.soci.aau.dk>
6393         Initial release of the message compiler.
6394
6395         * 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:
6396         Juergen Schmied <juergen.schmied@debitel.net>
6397         - new dll shfolder.dll
6398         - small fixes
6399
6400         * 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:
6401         Bertho Stultiens <bertho@akhphd.au.dk>
6402         - Bugfix: Corrected "off by one" error in the linenumber while parsing
6403           resource.
6404         - Bugfix: A segfault would occur if messagetables were parsed without
6405           memory options attached. Also added buffer-overflow safeguard while
6406           converting between byteorders.
6407         - Finished remapping usertype resources onto standars types by tricking
6408           the parser into accepting a different token. The remapping can be
6409           disabled with a new commandline option '-m'.
6410         - Resolved some warning about chars used as index on SGI O2 machine
6411           (the ctype isXXX() routines are macros there).
6412
6413         * ole/ole2nls.c:
6414         Bertho Stultiens <bertho@panter.soci.aau.dk>
6415         Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
6416         extended search.
6417
6418         * documentation/opengl:
6419         Lionel Ulmer <lionel.ulmer@free.fr>
6420         OpenGL documentation.
6421
6422         * files/drive.c:
6423         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6424         DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
6425         on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
6426         normally returns the "avail" of the corresponding partition.
6427         Cleaned up GetDiskFreeSpaceA.
6428
6429         * windows/x11drv/wnd.c:
6430         Gerard Patel <g.patel@wanadoo.fr>
6431         Do not change the WS_CHILD style in SetParent.
6432
6433         * 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:
6434         Use the Unicode string functions from wine/unicode.h instead of the
6435         crtdll ones.
6436
6437         * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
6438         Added a couple of Unicode string routines.
6439
6440         * 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:
6441         Marcus Meissner <marcus@jet.franken.de>
6442         Added 24->32 packed pixel mapping support to convert.
6443         Slightly rewrote the conversion initialisation.
6444
6445         * files/profile.c:
6446         Marcus Meissner <marcus@jet.franken.de>
6447         Strip whitespace from front of profile values.
6448
6449 2000-06-12  Alexandre Julliard  <julliard@winehq.com>
6450
6451         * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
6452         Juergen Schmied <juergen.schmied@debitel.net>
6453         Implementation for PrivateExtractIcons, PrivateExtractIconEx.
6454
6455         * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
6456         Juergen Schmied <juergen.schmied@debitel.net>
6457         - implemented Get/SetThreadLocale
6458         - added comment about OleErrorInfo field in TEB
6459
6460         * include/ddraw.h:
6461         Marcus Meissner <marcus@jet.franken.de>
6462         Added struct offsets so understanding game disassembly is easier.
6463
6464         * dlls/wineps/brush.c:
6465         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6466         If printer only supports level 1 PostScript then complain rather than
6467         trying to use a pattern color space.  Thanks to David Goodenough.
6468
6469         * include/wine/obj_base.h:
6470         Marcus Meissner <marcus@jet.franken.de>
6471         Corrected IsEqualGUID prototype.
6472
6473         * dlls/ddraw/dga2.c:
6474         Lionel Ulmer <lionel.ulmer@free.fr>
6475         replaced a DPRINTF by a TRACE
6476
6477         * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
6478         Lionel Ulmer <lionel.ulmer@free.fr>
6479         - moved the 'constructor' into a real DLL init function
6480         - make OpenGL32 dependant on the X11 driver
6481
6482         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
6483         hookThunk was not initialized in GetDcState.
6484
6485         * graphics/x11drv/text.c:
6486         Use the font default char for undefined characters when mapping from
6487         Unicode.
6488
6489         * 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:
6490         Lionel Ulmer <lionel.ulmer@free.fr>
6491         New OpenGL thunk generation script.
6492
6493         * dlls/ddraw/dsurface/x11.c:
6494         Lionel Ulmer <lionel.ulmer@free.fr>
6495         Removed the Release in case of error as we do not AddRef anymore.
6496
6497         * misc/version.c:
6498         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6499         Made the DLL version clash error message more verbose.
6500
6501         * 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:
6502         Reimplemented Unicode case mapping in a slightly more efficient way.
6503         Moved case mapping support to the unicode directory.
6504         Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
6505
6506 2000-06-11  Alexandre Julliard  <julliard@winehq.com>
6507
6508         * dlls/comctl32/header.c:
6509         Aric Stewart <aric@codeweavers.com>
6510         We were not properly masking the item that was sent with the message
6511         and also we where not sending the notification at the proper times.
6512
6513         * controls/listbox.c:
6514         Jason Mawdsley <jason@macadamian.com>
6515         Take focus before setting the caret position and selections.
6516
6517         * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
6518         Fix for compiler warning (due to setjmp/longjmp being used for
6519         exception handling).
6520
6521         * controls/button.c:
6522         Sheri Steeves <sheri@macadamian.com>
6523         Added save and reset of SetBKMode values in WM_PAINT.
6524         Added handling of lParam value in BM_SETSTYLE.
6525
6526         * 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:
6527         Francois Gouget <fgouget@psn.net>
6528         Reordered the CALLBACK and WINAPI directives so that it compiles with
6529         old g++ versions.
6530
6531         * include/vfw.h, include/windef.h:
6532         Francois Gouget <fgouget@psn.net>
6533         - Define HIC in this header rather than in windef.h (this is the
6534           correct thing to do although it is unrelated to the C++ issues).
6535         - WINE_HIC is an internal structure and it won't compile in C++ because
6536           it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
6537         - Reordered the CALLBACK and WINAPI directives so that it compiles with
6538           old g++ versions.
6539
6540         * include/winspool.h: Francois Gouget <fgouget@psn.net>
6541         Fixed a typo in the name of FreePrinterNotifyInfo.
6542
6543         * 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:
6544         Ulrich Czekalla <ulrichc@corel.ca>
6545         HTTP protocol now supported, InternetCrackUrl fixed, lots of other
6546         fixes.
6547
6548         * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
6549         Patrik Stridvall <ps@leissner.se>
6550         Fixed some warnings.
6551
6552         * dlls/oleaut32/oleaut32.spec:
6553         Patrik Stridvall <ps@leissner.se>
6554         Fixed some issues found by winapi_check.
6555
6556         * 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:
6557         Patrik Stridvall <ps@leissner.se>
6558         - Minor API files fixes
6559         - Use output prefix instead of high order functions that, for some
6560           reason, leaks memory. The memory usage of winapi_check is now greatly
6561           reduced. :-)
6562         - Turned on argument kind checking of doubles by default
6563
6564         * dlls/commdlg/comdlg32.spec:
6565         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6566         Remove second import of winspool.drv.
6567
6568         * controls/static.c:
6569         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6570         Add support for icons set by STM_SETIMAGE.
6571
6572         * dlls/wineps/bitmap.c:
6573         Huw D M Davies <h.davies1@physics.ox.ac.uk>
6574         Terminate image data with a '>' [The PSLRM is rather vague about this].
6575         Thanks to Bernd Herd.
6576
6577         * graphics/x11drv/xfont.c:
6578         John Elliot <jce@seasip.demon.co.uk>
6579         Some fonts may have no characters at all for some reason, avoid crashes.
6580
6581         * dlls/dsound/dsound_main.c:
6582         James Abbatiello <abbeyj@wpi.edu>
6583         Add a few more flags to those recognized when doing trace+dsound.
6584
6585         * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
6586         Don't print uiLengthDrawn in the FIXME in DrawTextExA.  Its an output
6587         variable, not an input variable.
6588
6589         * graphics/x11drv/dib.c:
6590         James Abbatiello <abbeyj@wpi.edu>
6591         Use XCreateImage/XGetSubImage instead of XGetImage for
6592         X11DRV_DIB_GetImageBits.
6593
6594 2000-06-10  Alexandre Julliard  <julliard@winehq.com>
6595
6596         * 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:
6597         Added support for symbol codepage.
6598         Improved handling of undefined codepage characters.
6599
6600         * loader/ne/module.c:
6601         Make sure GetModuleFileName16 does not return garbage even if the path
6602         is not valid (thanks to Andreas Mohr).
6603
6604         * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
6605         Dmitry Timoshkov <dmitry@sloboda.ru>
6606         Assign codepage for every X11 font suffix, and use it for converting
6607         text to display.
6608
6609         * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
6610         Rewrote codepage support to use the new codepage tables.
6611
6612         * 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:
6613         Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
6614         cp_wcstombs.
6615         Minor cosmetic fixes.
6616
6617         * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
6618         Ove Kaaven <ovek@transgaming.com>
6619         Call TSXFlush after setting DGA palette, so it updates immediately.
6620
6621 2000-06-09  Alexandre Julliard  <julliard@winehq.com>
6622
6623         * 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:
6624         Added a bunch of code page tables for multibyte<->wide char
6625         conversions (with the help of Dmitry Timoshkov).
6626
6627 2000-06-08  Alexandre Julliard  <julliard@winehq.com>
6628
6629         * 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:
6630         Dmitry Timoshkov <dmitry@sloboda.ru>
6631         Implement NTDLL.towupper and NTDLL.towlower using already existing
6632         case conversion tables. Replace all direct calls to towupper/towlower
6633         either to NTDLL for core or to CRTDLL if latter already used in the
6634         non core dll.
6635
6636         * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
6637         The implementation of StretchBlt in WINE does not use the foreground and
6638         background color when a bitmap is copied from mono to mono.  This is
6639         not the case in the actual implementation under Windows but MSDN did
6640         not document it.
6641
6642         * dlls/comctl32/status.c:
6643         Aric Stewart <aric@codeweavers.com>
6644         Windows must update the right edge (-1) of the last panel upon drawing
6645         instead of relying on WM_SIZE.
6646
6647         * dlls/comctl32/treeview.c:
6648         Aric Stewart <aric@codeweavers.com>
6649         Properly handle InsertItem with an invalid HTREEITEM. Windows handles
6650         these like a TVI_LAST.
6651
6652         * windows/x11drv/event.c:
6653         Turchanov Sergei <turchanov@otvprim.ru>
6654         DGA compile fix.
6655
6656         * dlls/Makefile.in: Added missing dependency.
6657
6658         * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
6659         Removed the .xcnlnk section hack, and replaced it by another hack in
6660         the debugger CREATE_PROCESS event handling.
6661
6662         * dlls/Makefile.in: Merged mouse dll into USER.
6663
6664         * programs/winhelp/macro.c: Compile fix.
6665
6666         * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
6667         Removed a few unnecessary includes.
6668
6669         * 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:
6670         Merged mouse dll into USER.
6671
6672         * 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:
6673         Simplified wrc flags handling.
6674
6675         * windows/win.c:
6676         Yet another attempt at fixing CW_USEDEFAULT handling.
6677
6678         * loader/module.c:
6679         Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
6680
6681         * debugger/module.c:
6682         Strip path name from dll when adding symbols.
6683
6684         * loader/pe_image.c:
6685         Send full path name and debug information in load_dll event.
6686
6687         * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
6688         Pass the main exe name in the CREATE_PROCESS debug event.
6689
6690         * scheduler/sysdeps.c:
6691         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6692         Make a better guess to find the top of the initial stack.
6693         Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
6694
6695         * windows/cursoricon.c:
6696         Louis-Philippe Gagnon (of Macadamian for Corel)
6697         Search for already loaded CursorIcon was done with the wrong handle,
6698         so it was leaking icons. Fixed.
6699
6700         * 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:
6701         Bertho Stultiens <bertho@akhphd.au.dk>
6702         - Implemented MESSAGETABLE resource type.
6703         - Usertype resources that cause a type-clash with defined resources
6704           are now detected and a warning is generated. Some types should be
6705           rerouted through other code so that they will be (re-)interpreted.
6706         - Bugfix: Line-continuation in strings in resources include a newline.
6707           This `feature' got deleted with the builtin preprocessor, but has been
6708           put back into place (see last changes comment from version 1.1.0).
6709         - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
6710           continuation.
6711         - Bugfix: Assemblers on some platforms do not use 16bit quantities
6712           for `.word'. This directive is now changed into `.short'.
6713         - All types that accept inline data definitions (a la RCDATA) now
6714           also accept a file specification. This unifies the structure a bit.
6715
6716 2000-06-07  Alexandre Julliard  <julliard@winehq.com>
6717
6718         * documentation/dll-overrides:
6719         Ove Kaaven <ovek@arcticnet.no>
6720         Text of WWN article "DLL overrides".
6721
6722         * documentation/HOWTO-winelib:
6723         Wilbur N. Dale <wilbur.dale@lumin.nl>
6724         Added to project. Currently incomplete but will update weekly.
6725
6726         * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
6727         Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
6728         has been sent, to avoid deadlocking the debugger.
6729
6730         * controls/combo.c, include/combo.h:
6731         Serge Ivanov <sergei@corel.ca>
6732         - ComboLBox is always created as child of ComboBox. If ComboBox has style
6733           other than CBS_SIMPLE, parent of listbox is set to desktop.
6734         - In CBDropDown. ComboBox uses only first item to calculate height of
6735           dropped listbox. Also if listbox is empty its height is unmodified
6736           (previously it was set to 0).
6737         - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
6738         - General clean-up. Message order is now more precise (at least
6739           notifications to client); listbox - combobox interaction has slight
6740           differences comparing to Windows.
6741
6742         * controls/edit.c: Serge Ivanov <sergei@corel.ca>
6743         - Removed dependency of edit control from combobox implementation.
6744         - Edit control uses undocumented window style 0x0200 to detect is it a part
6745           of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
6746           window handle (see comments for combo.c below).
6747         - EDIT_CheckCombo - modified for correct handling of keyboard messages.
6748         - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
6749           depends on whether listbox is dropped down. This prevents closing of dialog
6750           if listbox is dropped down and allows combobox to process these keyboard
6751           messages properly.
6752
6753         * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
6754         - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
6755         - When user clicks outside of dropped listbox, original selection must be
6756           restored.
6757         - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
6758           LB_CARETON message before dropping listbox down (but only for
6759           CBS_DROPDOWNLIST - I don't now why).
6760
6761         * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
6762         Well, SetParent doesn't work properly at all, but at least it must preserve
6763         window ID.  In fact it also must preserve window styles, destroy X
6764         counterpart if parent of popup or overlapped window is set to someting
6765         different from Desktop, and lot of other stuff that it must and mustn't do.
6766         But preserving ID is good enough for now.
6767
6768         * include/winuser.h: Serge Ivanov <sergei@corel.ca>
6769         Added undocumented window style.
6770
6771         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
6772         Peter Hunnisett <hunnise@nortelnetworks.com>
6773         - Small update to documentation
6774         - More player/group interface implementation (not tested)
6775
6776         * win32/except.c:
6777         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6778         Don't call MessageBoxA before USER is initialized.
6779
6780         * controls/listbox.c: Stephane Lussier
6781         Sheri Steeves
6782         Haithem Hmida
6783         - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
6784           and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
6785           the size in both cases.
6786         - When the caret index change, items repainting need tp be in this
6787           order
6788           a) Paint old caret item without the focus
6789           b) Paint old caret item without the selection
6790           c) Paint new caret item with the selection
6791           d) Paint new caret item with the focus.
6792         - When repainting the listbox, we should paint all items regarding if
6793           they are slected or not and then paint after the focus item. So focus
6794           item will end out being painted twice. (That's what Windows does).
6795
6796         * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
6797         mmap() fails with ENODEV on NTFS under Linux.
6798
6799         * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
6800         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6801         PathFindNextComponent: return pointer to NULL and not NULL.
6802
6803         * dlls/comctl32/toolbar.c:
6804         Aric Stewart <aric@codeweavers.com>
6805         Added handling of TBSTYLE_AUTOSIZE.
6806
6807         * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
6808         Patrik Stridvall <ps@leissner.se>
6809         Fixed some warnings.
6810
6811         * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
6812         Patrik Stridvall <ps@leissner.se>
6813         Fixed issues found by winapi_check.
6814
6815         * 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:
6816         Patrik Stridvall <ps@leissner.se>
6817         - Minor API files update.
6818         - Turned on calling convention checking for Win32 functions by
6819           default.
6820
6821         * dlls/comctl32/toolbar.c:
6822         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6823         TOOLBAR_DrawString: catch index== -1 (but not yet handled).
6824
6825         * misc/options.c:
6826         Fixed off-by-one error in string allocation.
6827
6828         * windows/win.c:
6829         Alexandre Julliard <julliard@codeweavers.com> for Corel
6830         The window dimensions have to be initialized before sending the
6831         WM_GETMINMAXINFO message.
6832
6833         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
6834         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6835         Removed mis-aligned accesses during BIOS/DOS data initialization.
6836
6837         * tools/build.c:
6838         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6839         Fixed size of pe_header on machines with non-4K pages.
6840
6841         * if1632/snoop.c, relay32/snoop.c:
6842         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6843         Use "CALL" and "RET" in capital letters for distinction.
6844
6845         * dlls/comctl32/propsheet.c:
6846         Noomen Hamza <noomen@macadamian.com>
6847         The active page should be unchanged when removing an active first page
6848         from a property sheets.
6849
6850 2000-06-04  Alexandre Julliard  <julliard@winehq.com>
6851
6852         * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
6853         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6854         Updated support for Solaris/Sparc architecture.
6855
6856         * dlls/comctl32/toolbar.c:
6857         Michael Cardenas <michael_cardenas@deneba.com>
6858         Corrected a potential crash.
6859
6860         * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
6861         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6862         Moved stack switch handling (large stack) to sysdeps.c
6863         Enable exception dispatch while on large stack.
6864
6865         * dlls/comctl32/listview.c:
6866         Chris Morgan <cmorgan@wpi.edu>
6867         Finished the implementation of LISTVIEW_SetColumnWidth.  Tested
6868         against windows thoroughly.  Fixed bug resulting in unsigned values
6869         being passed into LISTVIEW_SetColumnWidth from the listview window
6870         procedure.  Fixed LISTVIEW_GetItemHeight to disregard the height of
6871         icons if no icons exist.
6872
6873         * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
6874         Added defines for LVSCW_AUTOSIZE/_USEHEADER.
6875
6876         * dlls/comctl32/header.c:
6877         Chris Morgan <cmorgan@wpi.edu>
6878         Replaced calls to HEADER_Refresh with InvalidateRect.
6879
6880         * dlls/comctl32/toolbar.c:
6881         Eric Kohl <ekohl@rz-online.de>
6882         Started support for menubar-like toolbars.
6883
6884         * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
6885         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6886         Compile fixes for non-i386 archs.
6887
6888         * controls/button.c, controls/uitools.c:
6889         Susan Farley <sfarley@codeweavers.com>
6890         Attempt to paint the checkbox and radio buttons better.
6891
6892 2000-06-03  Alexandre Julliard  <julliard@winehq.com>
6893
6894         * dlls/ttydrv/ttydrv_main.c: Fixed warning.
6895
6896         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
6897         Eric Kohl <ekohl@rz-online.de>
6898         Updated to dll version 5.81 (IE 5.01).
6899
6900         * dlls/comctl32/treeview.c:
6901         Eric Kohl <ekohl@rz-online.de>
6902         Implemented TVM_GETITEMW.
6903
6904         * dlls/comctl32/listview.c, include/listview.h:
6905         Jason Mawdsley <jason@macadamian.com>
6906         Added support for typing the filename in the listview control and
6907         having the control select it.
6908
6909         * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
6910         Removed MSG_WineStartTicks (does not work for multiple address spaces
6911         anyway).
6912
6913         * graphics/enhmetafiledrv/init.c:
6914         Replaced GetDC by CreateDC.
6915
6916         * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
6917         Moved DIB_FixColorsToLoadflags to cursoricon.c.
6918
6919         * documentation/wine.man.in:
6920         Peter Ganten <peter@ganten.org>
6921         Documented the new wine command line and the environment variable
6922         WINEPREFIX.
6923
6924         * msdos/dpmi.c, dlls/dsound/dsound_main.c:
6925         Patrik Stridvall <ps@leissner.se>
6926         Fixed some warnings.
6927
6928         * 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:
6929         Patrik Stridvall <ps@leissner.se>
6930         API files update.
6931
6932         * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
6933         Delay loading of interrupt table functions until they are needed.
6934
6935         * include/miscemu.h, msdos/ioports.c:
6936         Delay initialization of I/O permissions until they are first used.
6937
6938         * 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:
6939         Moved kernel initialization to kernel_main.c
6940
6941         * 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:
6942         Merged display.dll into USER.
6943
6944         * misc/wsprintf.c:
6945         Juergen Schmied <juergen.schmied@debitel.net>
6946         Fixed crash.
6947
6948         * 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:
6949         Dimitrie O. Paun <dimi@cs.toronto.edu>
6950         Start to separate KERNEL out of libwine.
6951
6952 2000-06-02  Alexandre Julliard  <julliard@winehq.com>
6953
6954         * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
6955         Susan Farley <sfarley@codeweavers.com>
6956         Preserve WM hints that were set during window creation by calling
6957         XGetWMHints prior to XSetWMHints.
6958
6959         * include/commdlg.h:
6960         Michael Cardenas <michael_cardenas@deneba.com>
6961         Added a few message crackers.
6962
6963         * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
6964         Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
6965         statements, to autogenerated wine.conf.
6966
6967         * 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:
6968         Juergen Schmied <juergen.schmied@debitel.net>
6969         - Rewrite of the shell related parts of the dialog to use the already
6970           in shell32implemented functions (ShellFolder/Path*). Eliminated direct
6971           file access.
6972         - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
6973           some dlls per *.spec file
6974         - Most OpenFile Flags (OFN_*) should work properly now
6975         - The edit box should work right with all stuff entered in it like
6976           ..\temp\file.txt or just c: to change a drive
6977         - Optimized DataObject handling
6978         - Some bugs fixed, should work with native shell32 again.
6979         - Stubs for PrintDlgEx
6980
6981 2000-06-01  Alexandre Julliard  <julliard@winehq.com>
6982
6983         * 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:
6984         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6985         Lots of spelling fixes that accumulated in my tree again, made several
6986         error msgs more verbose, doc updates.
6987
6988         * 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:
6989         Juergen Schmied <juergen.schmied@debitel.net>
6990         - New (some stubs): SHGetFolderLocation, PathAddExtension,
6991           PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
6992           SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
6993         - Many string functions implemented
6994         - Some stubs for exports by ordinal
6995
6996         * loader/pe_image.c:
6997         Juergen Schmied <juergen.schmied@debitel.net>
6998         Give a error message if a forwarded export is not resolved.
6999
7000         * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
7001         Juergen Schmied <juergen.schmied@debitel.net>
7002         Implemented FindFirstFileEx, cleaned old implementation up.
7003
7004         * controls/widgets.c:
7005         Louis-Philippe Gagnon (of Macadamian for Corel)
7006         Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
7007         Static window class was registered without the CS_DBLCLKS style (which it
7008         has in Windows).
7009
7010         * scheduler/process.c:
7011         Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
7012
7013         * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
7014         Peter Hunnisett <hunnise@nortelnetworks.com>
7015         - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
7016         - Added some SoundCapture stubs
7017         - Changed REFIID to LPCGUID in a few places as per MS header file
7018
7019         * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
7020         Juergen Schmied <juergen.schmied@debitel.net>
7021         Stub for RtlConvertSidToUnicodeString.
7022
7023         * controls/static.c: Serge Ivanov <sergei@corel.ca>
7024         MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
7025         SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
7026
7027         * dlls/winsock/socket.c:
7028         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7029         Fixed warning.
7030
7031 2000-05-31  Alexandre Julliard  <julliard@winehq.com>
7032
7033         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
7034         Set a default size for windows when CW_USEDEFAULT is used.
7035
7036 2000-05-30  Alexandre Julliard  <julliard@winehq.com>
7037
7038         * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
7039         Zoran Dzelajlija <jelly@srk.fer.hr>
7040         Basic Croatian language support.
7041
7042         * controls/edit.c: Serge Ivanov
7043         Returning DLGC_WANTALLKEYS for multiline edit control was not good because
7044         it breaks navigation in dialogs.
7045
7046         * dlls/dsound/dsound_main.c:
7047         Peter Hunnisett <hunnise@nortelnetworks.com>
7048         - Fixed some initialization/destruction and reference counting
7049         - Added a little more debugging information
7050
7051         * tools/font_convert.sh:
7052         Peter Ganten <peter@ganten.org>
7053         Added a shell-script for easier font-installation.
7054
7055         * 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:
7056         Dimitrie O. Paun <dimi@cs.toronto.edu>
7057         Separate wineps out of Wine's core.
7058
7059         * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
7060         Peter Hunnisett <hunnise@nortelnetworks.com>
7061         - Added a little more dll level debugging and small changes
7062         - Start on group and player interfaces
7063
7064         * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
7065         Peter Hunnisett <hunnise@nortelnetworks.com>
7066         - Add another way to create a 3d listener interface.
7067         - Fix up some reference counting bugs and interface creation bugs
7068         - Add DirectSoundEnumerateW stub
7069         - Add DirectSoundCaptureEnumerate{A,W} stubs
7070
7071         * dlls/comctl32/datetime.c, include/datetime.h:
7072         Chris Morgan <cmorgan@wpi.edu>
7073         Added 3D border around control.  Fixed monthcal control popup.  Added
7074         WM_SIZE support.  Optimized drawing.  Added WM_LBUTTONUP handling.
7075         Handle DTS_RIGHTALIGN style.  Fixed handling of formatting styles,
7076         date is now displayed properly for DTS_SHORTDATEFORMAT.
7077
7078         * dlls/comctl32/monthcal.c:
7079         Chris Morgan <cmorgan@wpi.edu>
7080         Removed all direct calls to MONTHCAL_Refresh() and replaced with
7081         either RedrawWindow or InvalidateRect. Optimized drawing using
7082         RedraWindow and update regions.  Fixed "Today" date bug where year was
7083         only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
7084         moving to previous or next month by clicking on days belonging to
7085         previous or next months.
7086
7087         * relay32/kernel32.spec, win32/console.c:
7088         Ulrich Czekalla <ulrichc@corel.com>
7089         Add stub for SetConsoleOutputCP.
7090
7091         * tools/wrc/ppy.y:
7092         Marcus Meissner <marcus@jet.franken.de>
7093         Add a ; needed by some YACCs.
7094
7095         * dlls/ddraw/dsurface/x11.c:
7096         Lionel Ulmer <lionel.ulmer@free.fr>
7097         Install the colormap only if it was created.
7098
7099         * msdos/int21.c:
7100         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7101         Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
7102
7103         * dlls/opengl32/wgl.c:
7104         Lionel Ulmer <lionel.ulmer@free.fr>
7105         Implemented wglShareLists and wglGetCurrentDC.
7106
7107         * 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:
7108         Moved idle event handling to the server.
7109
7110         * windows/win.c:
7111         Use GetStartupInfoA() instead of accessing process structure
7112         directly.
7113
7114         * loader/task.c:
7115         Make sure initial task is not marked as 32-bit.
7116
7117         * misc/options.c:
7118         Make child processes inherit command-line options through the
7119         WINEOPTIONS environment variable.
7120
7121         * windows/win.c: Serge Ivanov
7122         SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
7123
7124         * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
7125         Dimitrie O. Paun <dimi@cs.toronto.edu>
7126         Moved DISPDIB out of the kernel into GDI.
7127
7128         * controls/combo.c, include/combo.h:
7129         David Grant <davidgra@corel.ca>
7130         - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
7131         - Edit text must be selected only if CB is in focus.
7132         - If CB has edit control we have to call CBUpdateEdit to update its
7133           contents. Invalidating textRect will not force updating of child
7134           edit control, obviously.
7135         - We have to protect ourselves from changing selection in listbox when
7136           we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
7137           EN_CHANGE will not reselect item in the lisbox.
7138
7139         * dlls/gdi/gdi_main.c:
7140         Dimitrie O. Paun <dimi@cs.toronto.edu>
7141         Add include for LoadLibrary.
7142
7143         * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
7144         Turchanov Sergei <turchanov@otvprim.ru>
7145         Implemented local atoms in the server.
7146
7147         * if1632/builtin.c: Do not load wineps on startup.
7148
7149         * misc/comm.c:
7150         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7151         Fixed warning.
7152
7153         * controls/combo.c: Owen Wang
7154         When you click on an icon to open a combo box, you would expect it to
7155         be enabled so you can choose something in it. In Wine this was not
7156         guaranteed since your default flags could get lost in the process-heap
7157         of the application.
7158
7159 2000-05-29  Alexandre Julliard  <julliard@winehq.com>
7160
7161         * 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:
7162         Exec a separate wine binary for every win32 process so that they run
7163         in separate address spaces.
7164         Run 16-bit tasks as Win32 threads, not processes.
7165
7166 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
7167
7168         * include/version.h, ANNOUNCE, ChangeLog:
7169         Release 20000526.
7170
7171         * controls/listbox.c: Serge Ivanov
7172         - Added handling of WM_MOUSEACTIVATE message
7173         - Added in_focus field to internal listbox's structure. This flag is set on
7174           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
7175           GetFocus function were replaced with checks of this flag.
7176         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
7177           clear
7178
7179         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
7180         Peter Hunnisett <hunnise@nortelnetworks.com>
7181         Started local name server framework.
7182
7183         * 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:
7184         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7185         Add PrintSetup dialog and support for hooks and templates.
7186         Move 16 bit api definitions out of commdlg.h to cdlg.h
7187
7188 ----------------------------------------------------------------
7189 2000-05-26  Alexandre Julliard  <julliard@winehq.com>
7190
7191         * controls/listbox.c: Serge Ivanov
7192         - Added handling of WM_MOUSEACTIVATE message
7193         - Added in_focus field to internal listbox's structure. This flag is set on
7194           receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
7195           GetFocus function were replaced with checks of this flag.
7196         - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
7197           clear
7198
7199         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
7200         Peter Hunnisett <hunnise@nortelnetworks.com>
7201         Started local name server framework.
7202
7203         * 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:
7204         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7205         Add PrintSetup dialog and support for hooks and templates.
7206         Move 16 bit api definitions out of commdlg.h to cdlg.h
7207
7208         * controls/edit.c: Henning Hoffmann
7209         Don't send EN_CHANGE after painting the edit.
7210         Send it wherever text is changed.
7211
7212         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
7213         Moved the EN_UPDATE notification out of the paint handler. Instead,
7214         the notification is sent when an InvalidateRect is made after
7215         modifying the text.
7216
7217         * dlls/comctl32/tooltips.c:
7218         Francois Methot (Macadamian)
7219         Fixed the blank color palette tooltip bug by triggering a refresh of
7220         the tooltip with UpdateWindow function instead of calling directly the
7221         refresh function.
7222
7223         * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
7224         James Juran <juran@cse.psu.edu>
7225         DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
7226
7227 2000-05-25  Alexandre Julliard  <julliard@winehq.com>
7228
7229         * Make.rules.in:
7230         Do not clear suffixes list (breaks BSD make).
7231
7232         * dlls/winspool/info.c, include/winspool.h:
7233         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7234         Move winspool to unicode.
7235         Minor bug fixes.
7236
7237         * dlls/comctl32/trackbar.c:
7238         Aric Stewart <aric@codeweavers.com>
7239         Reworked the thumb drawing code, thumb calculation code, channel
7240         calculation code, and corrected some bugs in how tics are drawn and
7241         how clicks are handled.
7242
7243         * controls/edit.c:
7244         Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
7245         Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
7246
7247         * dlls/comctl32/toolbar.c:
7248         Chris Morgan <cmorgan@wpi.edu>
7249         Use clipping regions to reduce the amount of processing performed when the
7250         toolbar is repainting.  Reduces processing by approximately 85-95% in most
7251         cases.
7252
7253         * dlls/comctl32/treeview.c:
7254         Gerard Patel <g.patel@wanadoo.fr>
7255         Fixes crash when calling Treeview_EndEditLabelNow and no node is
7256         currently edited.
7257
7258 2000-05-24  Alexandre Julliard  <julliard@winehq.com>
7259
7260         * dlls/comctl32/flatsb.c:
7261         Susan Farley <sfarley@codeweavers.com>
7262         Defer to standard scrolling APIs for non-flatSB specific functions so
7263         that flatSBs show up and behave properly, just not with flat properties.
7264
7265         * graphics/x11drv/dib.c:
7266         Rob Farnum <robf@codeweavers.com>
7267         Separate out the 32bit case from the 24bit case, and copy 3bytes of
7268         source for every 4bytes of input, into the destination for the 24bit
7269         case.
7270
7271         * include/winbase.h, include/winnt.h, win32/file.c:
7272         Francois Gouget <fgouget@psn.net>
7273         Sorted out a few misplaced definitions.
7274         Added some missing definitions related to file handling and virtual
7275         memory manipulation.
7276         Added IsTextUnicode.
7277
7278         * dlls/comctl32/treeview.c:
7279         Aric Stewart <aric@codeweavers.com>
7280         Added handling for TVS_SINGLEEXPAND.
7281
7282         * dlls/comctl32/tab.c:
7283         Aric Stewart <aric@codeweavers.com>
7284         Corrected the problem where a tab control marked multiline but has
7285         only one tab was being justified to fill the whole tab space.
7286
7287         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
7288         Commented out broken __asm__, added comments where it is broken.
7289
7290         * dlls/comctl32/listview.c:
7291         Martin Fuchs <martin-fuchs@gmx.net>
7292         Inserted a missing call to SetWindowPos(). With this change the header
7293         control is visible again in list views with report style.
7294
7295         * Make.rules.in, tools/wrc/Makefile.in:
7296         Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
7297
7298 2000-05-23  Alexandre Julliard  <julliard@winehq.com>
7299
7300         * windows/message.c:
7301         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7302         Send a normal mouse message code in WM_PARENTNOTIFY, even if the
7303         actual message was a non-client one.
7304
7305         * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
7306         Patrik Stridvall <ps@leissner.se>
7307         Fixed issues found by winapi_check.
7308
7309         * 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:
7310         Patrik Stridvall <ps@leissner.se>
7311         - Updated API files
7312         - Better headers and prototype checking
7313         - Prototype checking now called --prototype instead of --headers
7314         - New options --headers-{duplicated,misplaced} for
7315           duplicated/misplaced functions checking of the headers.
7316         - Minor bug fixes.
7317
7318         * Make.rules.in, configure, configure.in:
7319         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7320         If system doesn't have OpenGL, don't refer to libopengl32.so.
7321
7322         * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
7323         Abey George (of Macadamian/Corel)
7324         When you open files with Embedded objects, they were not getting drawn
7325         correctly.  When you paste OLE objects with presentation data, they
7326         were not getting drawn correctly.
7327
7328         * controls/menu.c: Rob Farnum <robf@codeweavers.com>
7329         Post a WM_CANCELMODE message to wake up the internal menu handling
7330         code. This fixes the problem of a menu being orphaned when the parent
7331         window disappears, or if the parent loses focus.
7332
7333         * dlls/winsock/socket.c:
7334         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7335         Fix a mismatch between format string and parameter.
7336
7337         * dlls/comctl32/updown.c:
7338         Susan Farley <sfarley@codeweavers.com>
7339         SetBuddy no longer overwrites its superclass' WndProc property when
7340         the buddy has already been subclassed, eliminating the infinite loop
7341         that resulted.
7342
7343         * configure, configure.in:
7344         John R. Sheets <jsheets@codeweavers.com>
7345         Cleaned up X11 extension tests.
7346
7347         * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
7348         Capture ^V,^X,^C and translate it to the corresponding message for
7349         paste, cut, copy.
7350
7351         * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
7352         Lionel Ulmer <lionel.ulmer@free.fr>
7353         - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
7354         - prevent HalfLife from crashing when it frees three times the same
7355           rendering context
7356
7357         * graphics/vga.c, include/vga.h:
7358         Ove Kaaven <ovek@arcticnet.no>
7359         Improved DirectDrawPalette handling (set it on init, not every time it
7360         changes). Added VGA_WriteChars() function.
7361
7362         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
7363         Scale mouse coordinates to default width 640.
7364
7365         * dlls/ddraw/ddraw/main.c:
7366         Ove Kaaven <ovek@arcticnet.no>
7367         Made WINE_DirectDraw a decorationless popup window. Fixes mouse
7368         coordinates previously offset by the invisible decorations.
7369
7370         * include/winnt.h:
7371         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7372         #undef DELETE before (re)defining it.
7373
7374         * dlls/comctl32/tooltips.c:
7375         Chris Morgan <cmorgan@wpi.edu>
7376         Fixed tooltips.
7377
7378         * dlls/comctl32/toolbar.c:
7379         Chris Morgan <cmorgan@wpi.edu>
7380         Reduce toolbar redrawing and flicker by calling RedrawWindow() in
7381         TOOLBAR_MouseMove() only if hot effect applies to the current hot
7382         button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
7383         restore hot effect properly.
7384
7385         * controls/listbox.c: Serge Ivanov
7386         Fixed WM_LBUTTONDBLCLK handling.
7387
7388         * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
7389         Susan Farley <sfarley@codeweavers.com>
7390         Set and retrieve the window icon that is drawn under managed mode
7391         (based on the work of Andrew Lewycky for Corel).
7392
7393         * dlls/comctl32/toolbar.c:
7394         Aric Stewart <aric@codeweavers.com>
7395         Corrected a problem of when oldHit is negative and we try to use it as
7396         an index into the buttons array.
7397
7398         * include/windows.h: Francois Gouget <fgouget@psn.net>
7399         Should include commdlg.h.
7400
7401         * include/windef.h: Francois Gouget <fgouget@psn.net>
7402         Define the _X86_ macro on Intel processors.
7403
7404         * controls/edit.c:
7405         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7406         Some part of EDIT_EM_LineLength code was commented (broken). Restored
7407         the capability to calculate the remaining non-selected chars of a
7408         selection area.
7409
7410         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
7411         Lionel Ulmer <lionel.ulmer@free.fr>
7412         Remove the PRIMARYSURFACE attribute from back buffers.
7413
7414         * dlls/comctl32/listview.c:
7415         Aric Stewart <aric@codeweavers.com>
7416         If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
7417         header like normal but just sets it not visible. This fix lays out
7418         those supposedly nonexistent headers to size 0,0. So that even if they
7419         become visible they are not drawn.
7420
7421         * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
7422         Gerard Patel <g.patel@wanadoo.fr>
7423         Remove the direct call into core (DIALOG_DoDialogBox).
7424
7425         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
7426         Lionel Ulmer <lionel.ulmer@free.fr>
7427         Initialize the back-buffer with the correct VTable.
7428
7429         * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
7430         Lionel Ulmer <lionel.ulmer@free.fr>
7431         - added option to get double-buffered desktop
7432         - implemented wglUseFontBitmapsA and wglDeleteContext
7433
7434         * 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:
7435         Bertho Stultiens <bertho@akhphd.au.dk>
7436         - Implemented animated cursors and icons resource types.
7437         - Added partial support for font resources (user supplied fontdir is
7438           required).
7439         - All resources with inline data (a la RCDATA) now support language,
7440           version and characteristics data.
7441         - Implemented resource name duplicate checks. It is now an error if
7442           two resources of the same type have the same name.
7443         - Bugfix: Language propagation was not correct when .res files were
7444           generated.
7445         - Bugfix: VERSIONINFO now handles memory options.
7446         - Bugfix: resource names and the resource type may be equal (e.g. MENU
7447           MENU {...}). This support was mistakingly deleted in the upgrade to
7448           the builtin preprocessor.
7449           The standalone LANGUAGE setting became context sensitive as a consequence
7450           of this. Now it *must* end with a newline *after* both expressions and
7451           no newlines are allowed within the line (the statement must fit on one
7452           line). This is no practical problem though.
7453
7454         * tools/winapi_check/output.pm:
7455         Francois Gouget <fgouget@psn.net>
7456         Send regular messages to stdout so that they are separate from
7457         progress messages.
7458
7459         * documentation/bugreports:
7460         Gerard Patel <g.patel@wanadoo.fr>
7461         Regression testing using CVS.
7462
7463         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
7464         Peter Hunnisett <hunnise@nortelnetworks.com>
7465         - Small fixes/updates
7466         - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
7467
7468         * documentation/winedbg:
7469         Eric Pouech <Eric.Pouech@wanadoo.fr>
7470         A bit of documentation on new debugging features.
7471
7472         * files/directory.c: James Juran <juran@cse.psu.edu>
7473         SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
7474         it does not find the file.
7475
7476         * scheduler/debugger.c:
7477         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7478         Use WARN() instead of TRACE() in DebugOutputA().
7479
7480         * memory/heap.c:
7481         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7482         HeapFree on a NULL ptr should return TRUE.
7483
7484 2000-05-19  Alexandre Julliard  <julliard@winehq.com>
7485
7486         * dlls/comctl32/listview.c:
7487         Chris Morgan <cmorgan@wpi.edu>
7488         Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
7489         mode and item text is wider than the current nItemWidth.
7490
7491         * loader/task.c:
7492         Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
7493         Fixed initialization of INSTANCEDATA in InitTask().
7494
7495         * dlls/ole32/storage.c:
7496         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7497         StgOpenStorage16: correct arguments to the CreateFile call.
7498
7499         * files/dos_fs.c:
7500         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7501         DOSFS_DoGetFullPathName: terminate string weh called like .\\file
7502
7503         * dlls/icmp/icmp_main.c:
7504         Francois Gouget <fgouget@psn.net>
7505         Replace the calls to malloc by calls to HeapAlloc and friends.
7506
7507         * dlls/comctl32/toolbar.c:
7508         Aric Stewart <aric@codeweavers.com>
7509         Fixes the line of garbage at the bottom of images and the fact that
7510         the buttons in the open dialog box where too tall.
7511
7512         * 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:
7513         Dimitrie O. Paun <dimi@cs.toronto.edu>
7514         Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
7515
7516 2000-05-18  Alexandre Julliard  <julliard@winehq.com>
7517
7518         * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
7519         Peter Hunnisett <hunnise@nortelnetworks.com>
7520         - Added remaining DirectX 3D3 6&7 3D interfaces.
7521         - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
7522           DirectX 7 headers.
7523         - Fixed dsound.h include list (d3d.h->d3dtypes.h).
7524
7525         * programs/regapi/README:
7526         Juergen Lock <nox@jelal.kn-bremen.de>
7527         Minor update.
7528
7529         * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
7530         Fixed issues found by winapi_test.
7531
7532         * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
7533         Patrik Stridvall <ps@leissner.se>
7534         GetRelAbs for some reason takes 2 parameters, even though the second
7535         one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
7536
7537         * controls/edit.c: Sheri Steeves
7538         The edit is now detected correctly if the parent is a combo box. It
7539         wasn't working when the combobox was superclassed.
7540
7541         * windows/nonclient.c: Francois Boisvert
7542         System icons in the small caption bars are displayed with the right size.
7543
7544         * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
7545         Patrik Stridvall <ps@leissner.se>
7546         Fixed issues found by winapi_check.
7547
7548         * 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:
7549         Patrik Stridvall <ps@leissner.se>
7550         Minor bug fixes.
7551
7552         * dlls/comctl32/tab.c:
7553         Francois Gouget <fgouget@psn.net>
7554         Convert C++ comments to regular C comments.
7555
7556         * 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:
7557         Ove Kaaven <ovek@arcticnet.no>
7558         Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
7559         map to point to the IDirectDrawPalette's own depth conversion color map.
7560
7561         * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
7562         Ove Kaaven <ovek@arcticnet.no>
7563         Initialize an identity mapping in CreatePalette if no depth conversion
7564         is necessary. Also fixed a warning.
7565
7566         * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
7567         Made X11DRV_DIB_MapColor map back to the original color index if the
7568         XImage pixel's physical color is still the same.
7569
7570 2000-05-15  Alexandre Julliard  <julliard@winehq.com>
7571
7572         * graphics/x11drv/xfont.c:
7573         Use the correct display for cached metrics file name.
7574         Store metrics in specified config dir.
7575
7576         * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
7577         Make sure all Wine processes share the same X display.
7578         Inherit --managed option across processes.
7579         Add support for specifying display and managed mode in config file.
7580
7581         * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
7582         Use unsigned int instead of unsigned short in DirectDraw
7583         depth-conversion color map.
7584
7585         * controls/listbox.c:
7586         Susan Farley <sfarley@codeweavers.com>
7587         Avoid calls to SetFocus when they are unnecessary.
7588
7589 2000-05-14  Alexandre Julliard  <julliard@winehq.com>
7590
7591         * dlls/comctl32/treeview.c:
7592         David Black <dblack@btinternet.com>
7593         Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
7594
7595         * dlls/winmm/wineoss/midi.c:
7596         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7597         More verbose errors.
7598
7599         * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
7600         Fixed borders of windows while dragging or sizing to match
7601         TWEAK_WineLook setting.
7602
7603         * relay32/builtin32.c:
7604         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7605         #include <sys/types.h> before <sys/mman.h>.
7606
7607         * 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:
7608         Dimitrie O. Paun <dimi@cs.toronto.edu>
7609         Moved DDEML into dlls/user.
7610
7611         * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
7612         Added support for registry values larger than the server buffer.
7613         When loading a registry file, automatically determine overlap between
7614         key name and file contents based on the first key name.
7615         Removed v1 saving code.
7616         Save USER\.Default separately into ~/.wine/userdef.reg.
7617
7618         * 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:
7619         Ove Kaaven <ovek@arcticnet.no>
7620         Improved DIBSection support for IDirectDrawSurface::GetDC.
7621
7622         * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
7623         Lionel Ulmer <lionel.ulmer@free.fr>
7624         - set debug messages after a TRACE_ON test
7625         - prevent crash when making the NULL context current
7626
7627         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
7628         When new menu Id is not found or index > nitems, insert the new menu
7629         at end of current menu.
7630
7631 2000-05-13  Alexandre Julliard  <julliard@winehq.com>
7632
7633         * 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:
7634         Peter Hunnisett <hunnise@nortelnetworks.com>
7635         - Added ability to create 3D3 interfaces for Xlib
7636         - Changed DD_OK to D3D_OK in some places for consistency
7637         - Cleaned up some compiler warnings present without DGA2
7638         - Changed order for DirectDrawEnumerateExA to enumerate at least
7639           what abilities are known rather than bailing on unsupported flags
7640         - Added DirectDrawCreateEx stub
7641
7642 2000-05-12  Alexandre Julliard  <julliard@winehq.com>
7643
7644         * controls/menu.c:
7645         Susan Farley <sfarley@codeweavers.com>
7646         Distinguish RADIOCHECK style menu items from standard checkmark menu
7647         items.
7648
7649         * controls/button.c:
7650         Susan Farley <sfarley@codeweavers.com>
7651         Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
7652         should be sent a BN_CLICKED when it receives the focus.
7653
7654         * files/dos_fs.c:
7655         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7656         GetFullPathname: add missing termination to the string.
7657
7658         * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
7659         Patrik Stridvall <ps@leissner.se>
7660         Fixed byte order on Solaris and FreeBSD.
7661
7662         * 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:
7663         Lionel Ulmer <lionel.ulmer@free.fr>
7664         Added support for OpenGL.
7665
7666         * dlls/shell32/shlfolder.c:
7667         Eric Pouech <Eric.Pouech@wanadoo.fr>
7668         Fixed absolute path to pidl generation.
7669
7670 2000-05-11  Alexandre Julliard  <julliard@winehq.com>
7671
7672         * dlls/shell32/shlfolder.c:
7673         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7674         Fixed buffer overflow.
7675
7676         * 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:
7677         Patrik Stridvall <ps@leissner.se>
7678         Fixed some debug messages.
7679
7680         * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
7681         Patrik Stridvall <ps@leissner.se>
7682         Fixed issues found by winapi_check.
7683
7684         * 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:
7685         Patrik Stridvall <ps@leissner.se>
7686         - Check for missing modules in modules.dat.
7687         - New options --debug-messages for debug message checking (turned off
7688           by default)
7689         - Do not discard the argument name (use in debug message checking)
7690         - Improved parsing
7691         - Minor bug fixes
7692
7693         * graphics/x11drv/dib.c:
7694         Marcus Meissner <Marcus.Meissner@caldera.de>
7695         Fixed asm() constraints.
7696
7697         * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
7698         Eric Pouech <Eric.Pouech@wanadoo.fr>
7699         Fixed %p in printf (now using wsprintf which doesn't support it).
7700         Added ThreadId and ProcessId internal vars.
7701         Allow at startup to pick up a process to debug.
7702
7703         * dlls/winmm/wineoss/audio.c:
7704         Eric Pouech <Eric.Pouech@wanadoo.fr>
7705         Fixed division by zero.
7706
7707         * dlls/comctl32/trackbar.c:
7708         Eric Pouech <Eric.Pouech@wanadoo.fr>
7709         Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
7710
7711         * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
7712         Scroll off-screen controls when scroll rectangle is NULL.
7713
7714         * dlls/comctl32/tab.c, include/tab.h:
7715         Ken Thomases <ken@codeweavers.com>
7716         Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
7717         mouse-over).
7718
7719         * dlls/comctl32/imagelist.c:
7720         Aric Stewart <aric@codeweavers.com>
7721         Remove the background from the new image when it is being replaced
7722         with a ReplaceImage.
7723
7724         * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
7725         Bernd Herd <info@herdsoft.com>
7726         Make sure hInstance is a proper global handle and not a selector
7727         value.
7728
7729         * dlls/commdlg/printdlg.c: Jean-Claude Batista
7730         PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
7731
7732         * dlls/comctl32/treeview.c:
7733         Aric Stewart <aric@codeweavers.com>
7734         Clean up the drawing code after a label update. There were problems if
7735         the new label is shorter that the old label fragments of the old label
7736         were left drawn.
7737
7738         * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
7739         Clear menu handle after destroying menu.
7740
7741         * controls/menu.c:
7742         Guy Albertelli <galberte@neo.lrun.com>
7743         Revalidate menu handle in mt.hTopMenu after DispatchMessage.
7744
7745         * windows/dialog.c: Bernd Herd <info@herdsoft.com>
7746         Pass CTLDATA as SEGPTR for 16-bit programs.
7747
7748         * dlls/version/ver16.c:
7749         Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
7750         Prevent possible NULL pointer access.
7751
7752 2000-05-10  Alexandre Julliard  <julliard@winehq.com>
7753
7754         * controls/menu.c: Aric Stewart <aric@codeweavers.com>
7755         - Wine was passing the wrong hwnd as the owner when processing owner
7756           drawn menubars.
7757         - When doing MENU_CalcItemSize for the menu bar we were not properly
7758           padding the returned rect.
7759
7760         * dlls/comctl32/treeview.c:
7761         Aric Stewart <aric@codeweavers.com>
7762         Allow the user to cancel label editing with esc and confirm with return.
7763
7764         * dlls/comctl32/tab.c:
7765         Ken Thomases <ken@codeweavers.com>
7766         Restore accidentally undone changes.
7767
7768         * dlls/comctl32/treeview.c:
7769         Aric Stewart <aric@codeweavers.com>
7770         - Wine was not properly reporting back the edited label to the
7771           application in a treeview when the label is a callback.
7772         - Because windows applications assume they get a new edit control
7773           every time they often subclass that edit box willy-nilly and do not
7774           clean up. So it is necessary to actually give them a new edit control
7775           each time.
7776
7777         * dlls/comctl32/toolbar.c:
7778         Aric Stewart <aric@codeweavers.com>
7779         - Cleaned up some of the drawing code, specifically dealing with
7780           avoiding trying to draw invalid bitmaps.
7781         - Avoid directly calling drawing functions instead invalidating rects
7782           and relying on WM_PAINT.
7783         - For the dropdown event check the button style as opposed to the
7784           toolbar style.
7785
7786         * dlls/dsound/dsound_main.c:
7787         Eric Pouech <Eric.Pouech@wanadoo.fr>
7788         Make internal buffers size multiple of 4.
7789
7790         * windows/mdi.c:
7791         Guy L. Albertelli <galberte@neo.lrun.com>
7792         Verify the menu handle is non-zero prior to use.
7793
7794         * controls/menu.c: Ken Thomases <ken@codeweavers.com>
7795         Fixed to display popup-menu arrow on owner-drawn popup menus.
7796         Fixed positioning of submenus relative to parent menus.
7797
7798         * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
7799         Specify the service thread timers in ms instead of us.
7800
7801         * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
7802         Reserve space for the PE header at the start of the .so file.
7803         Store the export table inside the data section so that sections can be
7804         properly aligned.
7805         Build the relay function table directly in the .spec.c file.
7806         Moved relay debugging functions to relay386.c.
7807
7808         * 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:
7809         Gerard Patel <g.patel@wanadoo.fr>
7810         Protect against use of comctl32 private control memory after it has
7811         been freed.
7812
7813         * dlls/comctl32/status.c:
7814         Aric Stewart <aric@codeweavers.com>
7815         Some programs switch their status bar back and forth from simple mode
7816         while running. This fix corrects drawing and text setting problems that
7817         result from this behavior.
7818
7819 2000-05-09  Alexandre Julliard  <julliard@winehq.com>
7820
7821         * memory/heap.c:
7822         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
7823         Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
7824         Various optimizations.
7825
7826         * dlls/winmm/wineoss/audio.c:
7827         Eric Pouech <Eric.Pouech@wanadoo.fr>
7828         Changed WAVEHDR notification heuristic.
7829         Added preliminary support for loops in WAVEHDRs.
7830         Fixed issues when mixing open and getCaps calls.
7831
7832         * 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:
7833         Bertho Stultiens <bertho@akhphd.au.dk>
7834         - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
7835           address of a pointer instead of its value. This probably slipped in
7836           during the merge of my tree into the winetree.
7837           Lesson learned: always double check.
7838         - Verified most resources so that win16 compile also generates correct
7839           output for reversed endian.
7840         - Implemented byte-ordering for resources. All resources can be forced
7841           to be little-, big- or native endian with command-line option -B.
7842         - Reading resources from .res-files are only accepted in native byte-
7843           ordering so that no additional semantic analysis is required.
7844         - Resource directory is still written in native-only format, including
7845           the strings.
7846         - Wrc is now installed through the makefile with 'make install' and also
7847           uninstalled with 'make uninstall'.
7848         - Wrote a man-page for better reference. The manpage also gets installed
7849           and uninstalled.
7850         - Cleaned up the namespace a bit by more agressive use of static.
7851
7852         * dlls/comctl32/tab.c, include/tab.h:
7853         Aric Stewart <aric@codeweavers.com>
7854         Added the ability to use multiline tab controls to wine.
7855
7856         * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
7857         Marcus Meissner <marcus@jet.franken.de>
7858         Number of surface Lock/Unlocks must NOT match, so do NOT use it for
7859         reference counting.
7860
7861         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
7862         Update for new Wine features; use ttydrv instead of x11drv when
7863         running regapi, and set correct winedbg path in the registry.
7864
7865         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
7866         Fixed jump_alias for non-PIC, and disabled it for PIC, since it
7867         doesn't work for PIC right now. This fixes current crashing sigaction
7868         calls.
7869
7870         * debugger/memory.c:
7871         Eric Pouech <Eric.Pouech@wanadoo.fr>
7872         Fixed x /s command.
7873
7874         * dlls/advapi32/registry.c:
7875         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7876         Added some reg temp file clutter check (more than 100 temp files in
7877         ~/.wine).
7878
7879 2000-05-07  Alexandre Julliard  <julliard@winehq.com>
7880
7881         * graphics/x11drv/dib.c:
7882         Marcus Meissner <marcus@jet.franken.de>
7883         SetImageBits_8: added ->15 conversion in optimized assembler.
7884
7885         * 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:
7886         Jean-Claude Batista
7887         Wraps some RichEdit control functionality on an Edit control. It uses
7888         a free implementation of an RTF parser written by Paul DuBois
7889         http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
7890         work with the control.
7891
7892         * windows/winproc.c:
7893         Do not send WM_SIZING to 16-bit windows.
7894
7895         * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
7896         Cleaned up local heap initialisation.
7897
7898         * 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:
7899         Moved Load/FreeLibrary16 definition to winbase16.h.
7900
7901         * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
7902         Dimitrie O. Paun <dimi@cs.toronto.edu>
7903         Separate OLE2NLS out of KERNEL.
7904
7905         * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
7906         Patrik Stridvall <ps@leissner.se>
7907         - Check for missing modules in modules.dat.
7908         - Minor bug fixes
7909
7910         * graphics/x11drv/dib.c:
7911         Jean-Claude Batista (Macadamian/Corel)
7912         Top-down images have a negative biHeight, the scanlines of theses
7913         images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
7914         simply changed the sign of lines, the scanlines were correctly handled
7915         afterwards
7916
7917         * debugger/stabs.c:
7918         Marcus Meissner <marcus@jet.franken.de>
7919         Old versions of glibc might not have STN_UNDEF defined.
7920
7921         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
7922         Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
7923
7924         * dlls/comctl32/status.c:
7925         Gerard Patel <g.patel@wanadoo.fr>
7926         Set the itemID member of the DRAWITEMSTRUCT to the number of the
7927         status part painted.
7928
7929         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
7930         Always calls SetMenu in MDISetMenu.
7931
7932         * dlls/tapi32/line.c:
7933         Dimitrie O. Paun <dimi@cs.toronto.edu>
7934         Small debug channel cleanup.
7935
7936         * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
7937         Fixed scrolling bug.
7938
7939         * dlls/comctl32/listview.c, include/listview.h:
7940         Chris Morgan <cmorgan@wpi.edu>
7941         Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
7942         support for the LVS_EX_TRACKSELECT flag.  Added code to delete items
7943         in LISTVIEW_SetItemCount().
7944
7945 2000-05-05  Alexandre Julliard  <julliard@winehq.com>
7946
7947         * include/winuser.h, windows/nonclient.c:
7948         Aric Stewart <aric@codeweavers.com>
7949         Added WM_SIZING message support.
7950
7951         * graphics/path.c: Rob Farnum <robf@twinux.com>
7952         Removed warnings from freeing path in DeleteDC.
7953
7954         * dlls/comctl32/header.c:
7955         Aric Stewart <aric@codeweavers.com>
7956         Fixed a bug with the processing of HitTest.
7957
7958         * controls/edit.c: Susan Farley <susan@codeweavers.com>
7959         Handle ^C, ^V and ^X in an edit control properly.
7960
7961         * misc/registry.c:
7962         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7963         Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
7964
7965         * dlls/comctl32/treeview.c:
7966         Huw D M Davies <h.davies1@physics.ox.ac.uk>
7967         Fixed DC leak.
7968
7969         * loader/pe_resource.c:
7970         Stephane Lussier <stephane@macadamian.com>
7971         If we do not find a resource for both (primary lang|sub lang), we try
7972         just (primary lang) before using the default.
7973
7974         * dlls/comctl32/tooltips.c:
7975         Sheri Steeves <sheri@macadamian.com>
7976         Worked around some tooltips hide problems by checking the current tooltip.
7977
7978         * documentation/distributors:
7979         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
7980         Added a configuration hint for the CD-ROM "unhide" option.
7981
7982         * ole/ole2nls.c:
7983         Henning Hoffmann (of Macadamian for Corel)
7984         Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
7985         as well, because GetLocaleInfo() has to get any values saved by
7986         SetLocaleInfo() in the registry.
7987
7988         * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
7989         Eric Pouech <Eric.Pouech@wanadoo.fr>
7990         Fixed some buffer overflows.
7991         Made stab parsing more robust (now ignores C++ stabs).
7992         Display correct backtrace at first when invoked on unhandled exception.
7993         Loads stabs from .so files when those are loaded.
7994
7995 2000-05-03  Alexandre Julliard  <julliard@winehq.com>
7996
7997         * include/debugdefs.h: Generated again.
7998
7999         * include/pe_image.h, loader/pe_image.c:
8000         PE_LoadImage: removed version parameter, set last error correctly.
8001
8002         * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
8003         Store process file name in startup info.
8004         Fixed exe_file handling.
8005
8006         * dlls/Makefile.in: Fixed typo.
8007
8008         * 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:
8009         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
8010         Added stubs for riched32.dll.
8011
8012         * dlls/x11drv/x11drv_main.c:
8013         Lionel Ulmer <lionel.ulmer@free.fr>
8014         Call XOpenIM on the large stack.
8015
8016         * include/winsock.h:
8017         Bang Jun-Young <bangjy@dreamwiz.com>
8018         FreeBSD 3.4 compile fix.
8019
8020         * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
8021         Fixed COORD structure definition.
8022         Fixed GetLargestConsoleWindowSize to not return a structure when
8023         called from the Window binary.
8024
8025         * server/object.c: Small optimization.
8026
8027         * scheduler/thread.c: Fixed default thread stack size.
8028
8029         * objects/text.c: Fixed DrawTextW length handling.
8030
8031         * dlls/ddraw/dsurface/main.c:
8032         Lionel Ulmer <lionel.ulmer@free.fr>
8033         Remove the assertion when there is no source surface.
8034
8035         * include/oleauto.h:
8036         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8037         Add DosDateTimeToVariantTime prototype.
8038
8039         * dlls/shell32/shlwapi.spec:
8040         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8041         Map StrChrA to strchr.  Fix StrChrW arg list.
8042
8043         * include/winuser.h:
8044         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8045         Added HWND_MESSAGE.
8046
8047         * dlls/ole32/stg_stream.c:
8048         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8049         Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
8050
8051         * misc/registry.c:
8052         Bertho Stultiens <bertho@panter.soci.aau.dk>
8053         Mmap does not fail on zero-length files.
8054
8055 2000-05-01  Alexandre Julliard  <julliard@winehq.com>
8056
8057         * include/global.h, memory/virtual.c:
8058         Use exception handling to implement the IsBad* functions.
8059         Removed /proc/self/maps parsing as it is not very useful with .so libs.
8060
8061         * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
8062         Setup the initial thread %fs from a constructor.
8063
8064         * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
8065         Added DECL_GLOBAL_CONSTRUCTOR macro.
8066
8067         * 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:
8068         Bertho Stultiens <bertho@akhphd.au.dk>
8069         - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
8070           old parser has been stripped from the old preprocessor-code which
8071           cleaned up both resource-scanner and -parser.
8072         - Standard defines have been introduced (see README.wrc)
8073         - Both preprocessor- and resource-scanner have been optimized slightly
8074           so that no backing up is required (one char lookahead is enough).
8075         - Filename-scanning has been cleaned up, though not perfect yet.
8076         - User-type resources are compatible now.
8077         - Line-continuation in strings is corrected so that it does not
8078           introduce a newline in the output.
8079
8080         * 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:
8081         Rewrote Unix process launching to allow passing startup information to
8082         Winelib apps. Improved handling of execve() failures.
8083
8084         * files/file.c: Added ENOEXEC error code.
8085
8086         * scheduler/pthread.c: Added atfork support.
8087
8088         * 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:
8089         Lionel Ulmer <lionel.ulmer@free.fr>
8090         Added DGA2 driver to DirectDraw.
8091
8092         * dlls/commdlg/cdlg32.c:
8093         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8094         COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
8095         allocation of Tls for CommDlgExtendedError until it is needed.
8096
8097         * debugger/winedbg.c:
8098         Eric Pouech <Eric.Pouech@wanadoo.fr>
8099         Fixed segv when debugger registry key doesn't exist.
8100
8101         * dlls/icmp/icmp_main.c:
8102         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8103         Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
8104
8105 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
8106
8107         * ANNOUNCE, ChangeLog, include/version.h:
8108         Release 20000430.
8109
8110         * windows/x11drv/wnd.c:
8111         Gerard Patel <g.patel@wanadoo.fr>
8112         X11DRV_SetFocus: really don't mess with focus for managed windows.
8113
8114         * 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:
8115         Dimitrie O. Paun <dimi@cs.toronto.edu>
8116         Removed HEAP_xalloc.
8117
8118         * 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:
8119         Eric Pouech <Eric.Pouech@wanadoo.fr>
8120         - Enhanced internal variables framework (including read/save to
8121           registry and typing)
8122         - Finalized use of Windows' Console I/O interface (instead of Unix std
8123           streams)
8124         - Now handling registers as internal variables (they are no longer
8125           seen as a specific type)
8126
8127         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8128         Insure we always try to launch a debugger.
8129
8130         * relay32/wowthunk.c:
8131         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8132         Use Thread pseudo handle and not Thread Id as argument for the call to
8133         GetThreadSelectorEntry.
8134
8135 ----------------------------------------------------------------
8136 2000-04-30  Alexandre Julliard  <julliard@winehq.com>
8137
8138         * windows/x11drv/wnd.c:
8139         Gerard Patel <g.patel@wanadoo.fr>
8140         X11DRV_SetFocus: really don't mess with focus for managed windows.
8141
8142         * 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:
8143         Dimitrie O. Paun <dimi@cs.toronto.edu>
8144         Removed HEAP_xalloc.
8145
8146         * 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:
8147         Eric Pouech <Eric.Pouech@wanadoo.fr>
8148         - Enhanced internal variables framework (including read/save to
8149           registry and typing)
8150         - Finalized use of Windows' Console I/O interface (instead of Unix std
8151           streams)
8152         - Now handling registers as internal variables (they are no longer
8153           seen as a specific type)
8154
8155         * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8156         Insure we always try to launch a debugger.
8157
8158         * relay32/wowthunk.c:
8159         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8160         Use Thread pseudo handle and not Thread Id as argument for the call to
8161         GetThreadSelectorEntry.
8162
8163 2000-04-29  Alexandre Julliard  <julliard@winehq.com>
8164
8165         * loader/pe_image.c:
8166         Clear the remainder of the page when mapping a section whose size on
8167         disk is not a full page multiple.
8168         Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
8169
8170         * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
8171         Lionel Ulmer <lionel.ulmer@free.fr>
8172         - added thread-safety protection to XListPixmapFormats
8173         - moved pixmap / image format matching ERRs to WARNs
8174
8175         * win32/console.c, include/winbase.h:
8176         Eric Pouech <Eric.Pouech@wanadoo.fr>
8177         Fixed GetLargestConsoleWindowSize prototype.
8178
8179         * dlls/wininet/ftp.c:
8180         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8181         FreeBSD compile fix.
8182
8183         * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
8184         Ove Kaaven <ovek@arcticnet.no>
8185         Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
8186         ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
8187         it is a pitch override (specifies bytes per line), and tells to treat
8188         the offset parameter as an already-mapped virtual memory address (if
8189         the section parameter is zero). Fixed a DIB status init bug in
8190         creating DIB sections from file mappings (if created from mapping, the
8191         DIB is *not* really InSync).
8192
8193         * include/winbase.h, memory/virtual.c:
8194         Ove Kaaven <ovek@arcticnet.no>
8195         Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
8196         register external mappings (like video frame buffers).
8197
8198         * configure.in, include/config.h.in, scheduler/pthread.c, configure:
8199         Eric Pouech <Eric.Pouech@wanadoo.fr>
8200         Enhanced libc's pthread configuration detection.
8201
8202         * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
8203         Eric Pouech <Eric.Pouech@wanadoo.fr>
8204         Fixed a few compilation warnings.
8205
8206         * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
8207         Patrik Stridvall <ps@leissner.se>
8208         Fixed some warnings.
8209
8210         * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
8211         Patrik Stridvall <ps@leissner.se>
8212         Fixed issues reported by winapi_check.
8213
8214         * 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:
8215         Patrik Stridvall <ps@leissner.se>
8216         - API files update
8217         - Minor bug fixes.
8218         - Added new option --cross-call-unicode-ascii for checking illegal
8219           Unicode to ASCII calls.
8220
8221         * configure, configure.in, include/config.h.in:
8222         Lionel Ulmer <lionel.ulmer@free.fr>
8223         Added '--enable-opengl' flag to bypass the thread-safety check.
8224
8225         * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
8226         Dimitrie O. Paun <dimi@cs.toronto.edu>
8227         Removed some HEAP_xalloc calls.
8228
8229         * dlls/winmm/mci.c:
8230         Eric Pouech <Eric.Pouech@wanadoo.fr>
8231         Fixed bug when file doesn't exist in MCI_OPEN handling.
8232         Reduced time spent with crit sect locked.
8233
8234         * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8235         Fixed argv handling for cuiexe winelib programs.
8236
8237         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
8238         Made pthread_kill_other_threads_np and pthread_atfork fixmes less
8239         obtrusive.
8240
8241         * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
8242         WinHelp must accept a NULL pointer to the help key string.
8243
8244 2000-04-28  Alexandre Julliard  <julliard@winehq.com>
8245
8246         * dlls/commdlg/finddlg32.c:
8247         Guy L. Albertelli <galberte@neo.lrun.com>
8248         - Correct check for minimum buffer length.
8249         - Correct cases where ShowWindow is done/not done.
8250
8251         * dlls/comctl32/commctrl.c:
8252         Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
8253         Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
8254         TrackMouseEventProc.  Added code to allow addition/cancelation of
8255         tracking flags on existing entries rather than create extra entries.
8256         Fixed timer.  Added check to _TrackMouseEvent to stop timer if the
8257         tracking list is empty.  Fixed TME_CANCEL.  Fixed TME_LEAVE/TME_HOVER
8258         when hwndTrack isn't the current hwnd.
8259
8260         * files/dos_fs.c:
8261         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8262         DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
8263
8264         * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
8265         Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
8266         Added support for memory mapping of 4k aligned PE binaries.  This can
8267         speed up load times significantly for some applications.
8268
8269         * 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:
8270         Juergen Schmied <juergen.schmied@debitel.net>
8271         Complete cleanup, bugfixes.
8272         New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
8273         PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
8274         PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
8275         PathFindNextComponent, PathRemoveFileSpec.
8276
8277         * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
8278         Juergen Schmied <juergen.schmied@debitel.net>
8279         Stubs for IQueryAssociations.
8280
8281         * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
8282         Juergen Schmied <juergen.schmied@debitel.net>
8283         Moved policy related functions to shpolicy.c
8284         Moved dialog related functions to dialogs.c
8285
8286         * dlls/shell32/shell32.spec:
8287         Juergen Schmied <juergen.schmied@debitel.net>
8288         Explicit import user32.dll.
8289         Many corrections, exported some functions by name.
8290
8291         * dlls/shell32/shell.c, dlls/shell32/shellole.c:
8292         Juergen Schmied <juergen.schmied@debitel.net>
8293         Separated 32 bit functions to shellole.c.
8294
8295         * dlls/shell32/pidl.c:
8296         Juergen Schmied <juergen.schmied@debitel.net>
8297         Small fixes.
8298
8299         * dlls/shell32/iconcache.c:
8300         Juergen Schmied <juergen.schmied@debitel.net>
8301         Fixed: extract the icon by resource id.
8302
8303         * dlls/shell32/shlview.c:
8304         Juergen Schmied <juergen.schmied@debitel.net>
8305         Small fixes.
8306
8307         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
8308         Juergen Schmied <juergen.schmied@debitel.net>
8309         Fixes.
8310         Use GetModuleHandleA instead of LoadLibrary for dlls imported by
8311         the spec file.
8312
8313         * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
8314         Make WineLook=Win95 the default setting.
8315
8316         * dlls/dinput/dinput_main.c:
8317         Lionel Ulmer <lionel.ulmer@free.fr>
8318         Added leaving of critical section on all return cases.
8319
8320         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
8321         Removed init_sect. Use Interlocked* functions instead.
8322
8323         * misc/registry.c:
8324         Juergen Schmied <juergen.schmied@debitel.net>
8325         Small fixes, removed asserts.
8326
8327         * 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:
8328         Changed imports of winspool to winspool.drv.
8329
8330         * dlls/Makefile.in, dlls/user/Makefile.in:
8331         Added libkeyboard.so creation.
8332
8333         * dlls/comctl32/header.c, include/header.h:
8334         Martin Fuchs <martin-fuchs@gmx.net>
8335         - Return modified rectangle after layouting header control
8336         - Output text in header control when no other Flag specified
8337         - Delay bounding rectangle calculation for header control items
8338
8339         * dlls/comctl32/toolbar.c:
8340         Chris Morgan <cmorgan@wpi.edu>
8341         Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
8342         Added TrackMouseEvent calls to TOOLBAR_MouseMove.  Hot buttons now
8343         look/behave almost exactly the same as native windows.
8344
8345         * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
8346         Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
8347         SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
8348
8349         * misc/comm.c: Rein Klazes <rklazes@casema.net>
8350         Implement mark and space parity generation. Accept one-and- a-half
8351         stopbits: the most common uarts will generate this automatically when
8352         there are 5 databits.
8353
8354         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
8355         Override fork().
8356
8357         * debugger/debugger.h, include/heap.h, memory/heap.c:
8358         Dimitrie O. Paun <dimi@cs.toronto.edu>
8359         Get rid of HEAP_xrealloc.
8360
8361 2000-04-25  Alexandre Julliard  <julliard@winehq.com>
8362
8363         * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
8364         Patrik Stridvall <ps@leissner.se>
8365         Compile fix for --without-x.
8366
8367         * loader/main.c, wine.ini:
8368         Patrik Stridvall <ps@leissner.se>
8369         Added new configuration file option for selecting graphics driver.
8370
8371         * dlls/ttydrv/Makefile.in:
8372         Patrik Stridvall <ps@leissner.se>
8373         Link the TTY driver with the standard libs.
8374
8375         * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
8376         Eric Pouech <Eric.Pouech@wanadoo.fr>
8377         Fixed winspool(.drv) loading.
8378
8379         * 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:
8380         Patrik Stridvall <ps@leissner.se>
8381         Removed X_DISPLAY_MISSING.
8382
8383         * debugger/types.c, debugger/msc.c:
8384         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8385         Improved CodeView type information loader.
8386
8387         * dlls/commdlg/colordlg.c:
8388         Gerard Patel <g.patel@wanadoo.fr>
8389         Don't use the template member unless the corresponding flag is set.
8390
8391 2000-04-24  Alexandre Julliard  <julliard@winehq.com>
8392
8393         * LICENSE, WARRANTY:
8394         Switched to the X11 license.
8395
8396         * server/registry.c, if1632/relay.c, misc/ddeml.c:
8397         Patrik Stridvall <ps@leissner.se>
8398         Fixed some warnings.
8399
8400         * 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:
8401         Patrik Stridvall <ps@leissner.se>
8402         Fixed issues found by winapi_check.
8403
8404         * 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:
8405         Patrik Stridvall <ps@leissner.se>
8406         - Updated API files.
8407         - Improved misplaced function checking.
8408         - Fixed minor bugs.
8409
8410         * include/winnt.h: Francois Gouget <fgouget@psn.net>
8411         Include string.h to make winnt.h self-sufficient.
8412
8413         * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
8414         infoPtr sometimes can be NULL.
8415
8416         * 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:
8417         Gerard Patel <g.patel@wanadoo.fr>
8418         32 bits message processing for color dialog.
8419
8420         * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
8421         Martin Fuchs <martin-fuchs@gmx.net>
8422         Fixed toolbar bitmap size handling.
8423
8424         * configure.in, configure:
8425         Rein Klazes <rklazes@casema.net>
8426         Correct test for linux 2.2 joystick API, which returned true in every
8427         case.
8428
8429         * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
8430         Dimitrie O. Paun <dimi@cs.toronto.edu>
8431         Removed the last xmalloc calls.
8432
8433         * 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:
8434         Implemented on-demand loading of builtin dlls using dlopen().
8435
8436 2000-04-23  Alexandre Julliard  <julliard@winehq.com>
8437
8438         * Makefile.in, dlls/x11drv/Makefile.in:
8439         Build wineclipsrv as part of the x11drv dll.
8440
8441         * 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:
8442         Removed a few inter-dll dependencies.
8443
8444         * windows/painting.c: Rein Klazes <rklazes@casema.net>
8445         Make RDW_ValidateParent() modify the update region of all parents, not
8446         just the direct parent.
8447
8448         * relay32/snoop.c:
8449         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8450         SNOOP_PrintArg: replaced IsBad* functions by exception handler.
8451
8452         * configure, configure.in:
8453         Patrik Stridvall <ps@leissner.se>
8454         Added --without-curses compile option.
8455
8456         * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
8457         Added some more pthread overrides.
8458
8459         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
8460         Fixed debugger registry key location.
8461
8462         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
8463         Use DECLARE_HANDLE to declare handles.
8464
8465         * include/windef.h: Francois Gouget <fgouget@psn.net>
8466         DECLARE_HANDLE should not be undef'ed after use.
8467
8468         * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
8469         Fix edit control's WM_GETTEXT behaviour.
8470
8471         * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
8472         Do not initialize dcb in BuildCommDCB[AndTimeouts].
8473
8474         * include/casemap.h, tools/unimap.pl:
8475         Dmitry Timoshkov <dmitry@sloboda.ru>
8476         Adapted unimap.pl script and generated by it casemap.h to the Unicode
8477         Standard, Version 3.0.
8478
8479         * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
8480         Check if dialog is visible before setting the focus.
8481
8482         * windows/defwnd.c:
8483         Dmitry Timoshkov <dmitry@sloboda.ru>
8484         Removed the longstanding hack in response to WM_ACTIVATE message.
8485
8486         * include/winuser.h:
8487         Martin Fuchs <martin-fuchs@gmx.net>
8488         Fixed GetNumberFormat declaration.
8489
8490         * dlls/comctl32/toolbar.c:
8491         Chris Morgan <cmorgan@wpi.edu>
8492         James Abbatiello <abbeyj@wpi.edu>
8493         Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
8494         of the button changes.  Stops flickering in toolbars caused by
8495         excessive redrawing.
8496
8497         * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
8498         Gerard Patel <g.patel@wanadoo.fr>
8499         Stub for InternetGetConnectedState.
8500
8501         * include/winbase.h: Francois Gouget <fgouget@psn.net>
8502         Fixed GetProcessHeap() for the STRICT mode.
8503
8504         * dlls/ddraw/main.c:
8505         Marcus Meissner <marcus@jet.franken.de>
8506         Also check for empty GUID in DirectDrawCreate.
8507
8508 2000-04-19  Alexandre Julliard  <julliard@winehq.com>
8509
8510         * 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:
8511         Added some missing import directives.
8512
8513         * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
8514         Removed winmm from import list.
8515
8516         * dlls/comctl32/animate.c, include/animate.h:
8517         Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
8518
8519         * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
8520         Fixed resource loading.
8521
8522         * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
8523         John R. Sheets <jsheets@codeweavers.com>
8524         Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
8525         Added dump for MISC section.
8526
8527         * winedefault.reg:
8528         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8529         Added DirectPlay registry keys to winedefault.reg.
8530
8531         * dlls/comctl32/treeview.c:
8532         Stephane Lussier <stephane@macadamian.com>
8533         Mousewheel support.
8534
8535 2000-04-18  Alexandre Julliard  <julliard@winehq.com>
8536
8537         * 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:
8538         Moved PE header definitions to winnt.h where they belong.
8539
8540         * 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:
8541         Stephane Lussier <stephane@macadamian.com>
8542         Implemented Mousewheel support.
8543
8544         * dlls/winsock/async.c:
8545         Rein Klazes <rklazes@casema.net>
8546         Convert service and protocol names to lowercase before calling
8547         getservby{name|port} and getprotoby{name|port}.
8548
8549         * objects/region.c:
8550         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8551         Fix return value for OffsetRgn if x and y are 0.
8552
8553         * graphics/path.c:
8554         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8555         Implement StrokeAndFillPath.
8556         Call DeleteObject when finished with hrgn in PATH_FillPath.
8557
8558         * include/wininet.h:
8559         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8560         Fixed typo.
8561
8562         * graphics/enhmetafiledrv/objects.c:
8563         Sheri Steeves <sheri@macadamian.com>
8564         EMR_SELECTOBJECT records stock objects with their id as the object
8565         handle and the high bit set.
8566
8567         * objects/enhmetafile.c:
8568         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8569         Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
8570
8571 2000-04-16  Alexandre Julliard  <julliard@winehq.com>
8572
8573         * server/registry.c:
8574         Removed permission checks in create_key and delete_key. It seems
8575         Windows doesn't check anything.
8576
8577         * loader/resource.c:
8578         Richard Cohen <richard@jubjub.demon.co.uk>
8579         Wrap an exception handler around FindResource.
8580
8581         * programs/regtest/regtest.c:
8582         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8583         Corrected WinMain.
8584         Added test case for RegCreateKeyEx showing win95 behaviour.
8585
8586         * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
8587         Implemented 'walk process' and 'walk threads' commands using toolhelp
8588         snapshots.
8589
8590         * 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:
8591         Implemented thread and (partial) module snapshots, based on the work
8592         of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
8593
8594         * 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:
8595         Save the registry on server exit without client intervention.
8596         Removed "alt" registry files since we now have symlinks and
8597         WINEPREFIX to replace them.
8598
8599         * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
8600         Stephane Lussier <stephane@macadamian.com>
8601         Support switching the keyboard layout with WINE running.
8602
8603         * dlls/crtdll/crtdll_main.c:
8604         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8605         fgets: Don't swallow \n, treat EOF
8606         feof: Crude implementation
8607         signal: Return error
8608
8609         * winedefault.reg:
8610         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8611         Add missing backslash in the debugger definition.
8612
8613         * win32/time.c: Rein Klazes <rklazes@casema.net>
8614         SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
8615         adjustment of 2 minutes just in case...
8616
8617         * dlls/dsound/dsound_main.c:
8618         Marcus Meissner <marcus@jet.franken.de>
8619         DSOUND_MixerNorm: do not compare unrelated pointers.
8620
8621 2000-04-15  Alexandre Julliard  <julliard@winehq.com>
8622
8623         * loader/module.c:
8624         Rewrote command-line parsing of CreateProcessA to be more compatible.
8625
8626         * 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:
8627         Improved Winelib apps initialisation code. No longer need to link
8628         winestub.o with Winelib apps.
8629
8630         * 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:
8631         Patrik Stridvall <ps@leissner.se>
8632         Fixed some issues reported by winapi_check.
8633
8634         * tools/winapi_check/*:
8635         Patrik Stridvall <ps@leissner.se>
8636         - API files update.
8637         - Add new options --all and --none that enable/disables all check
8638           respectively.
8639         - Fixed and improved stub statistics.
8640         - Fixed bug that prevented checking of the first function in the .spec files.
8641         - Partial implementation of a more advanced misplaced function checking.
8642         - Minor fixes.
8643
8644         * dlls/comctl32/toolbar.c:
8645         Martin Fuchs <martin-fuchs@gmx.net>
8646         Implement CCS_NOMOVEY for tool bars.
8647
8648         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
8649         Symlink root's registry to global registry. Minor cleanups.
8650
8651         * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
8652         Added further implementation of WINAPI EnumDateFormats() to support
8653         three more locales: German(standard), French(standard) and French
8654         (canadian). All date formats follow conventions from Windows NT 4.0
8655
8656         * dlls/comctl32/treeview.c:
8657         Serge Ivanov <sergei@corel.ca>
8658         Added proper handling TVIS_OVERLAYMASK flag and allows to display
8659         overlay images. Fixed off by one error with listitem in
8660         TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
8661
8662 2000-04-14  Alexandre Julliard  <julliard@winehq.com>
8663
8664         * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
8665         Ove Kaaven <ovek@arcticnet.no>
8666         POSIX threads emulation, tricks glibc into being threadsafe.
8667
8668         * scheduler/client.c, server/main.c, server/request.c:
8669         Made server launching somewhat cleaner and faster.
8670
8671         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
8672         Marcus Meissner <Marcus.Meissner@caldera.de>
8673         Detypoed X11DRV_EVENT_SetInputMethod.
8674
8675         * windows/x11drv/keyboard.c:
8676         Stephane Lussier <stephane@macadamian.com>
8677         When dealing with XKB extensions, force the AltGr key mask to use the
8678         group index instead of the modifier.
8679
8680         * include/windef.h:
8681         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8682         Define __fastcall.
8683
8684         * include/commctrl.h:
8685         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8686         Added a few toolbar defines.
8687
8688         * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
8689         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8690         A few corrections to bounding boxes.
8691
8692         * graphics/x11drv/graphics.c:
8693         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8694         Don't close groups of polylines.
8695
8696         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
8697         Do not dereference a ptr we just checked being NULL.
8698
8699         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
8700         Francois Gouget <fgouget@psn.net>
8701         Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
8702
8703         * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
8704         Follow symlinks when saving registry.
8705
8706         * debugger/Makefile.in:
8707         Added missing winestub dependency.
8708
8709         * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
8710         Load done event now created by the server.
8711
8712 2000-04-13  Alexandre Julliard  <julliard@winehq.com>
8713
8714         * 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:
8715         Eric Pouech <Eric.Pouech@wanadoo.fr>
8716         Made the winedbg an external and WineLib program.
8717         Centralized output handling (preparation for console usage).
8718         Fixed a few debug information reading options (stabs and sym).
8719         Started a framework to hold debugger's internal variables.
8720
8721         * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
8722         Eric Pouech <Eric.Pouech@wanadoo.fr>
8723         Got rid of -debug wine's option (wine now requires an external debugger).
8724
8725         * win32/except.c, winedefault.reg:
8726         Eric Pouech <Eric.Pouech@wanadoo.fr>
8727         Added launching of a debugger when unhandled exception occurs.
8728
8729         * relay32/builtin32.c:
8730         Eric Pouech <Eric.Pouech@wanadoo.fr>
8731         Added a .xcnlnk section to builtin KERNEL32 PE header.
8732
8733         * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8734         Let CreateProcess launch unix executable without a .exe extension.
8735         Fixed arguments passed when creating a unix process.
8736
8737         * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
8738         Fixed signal stack handling on Linux when sigaltstack is available.
8739         Added a direct sigaltstack syscall to work-around the glibc bug.
8740
8741         * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
8742         Implemented guard pages and stack overflow exceptions.
8743
8744         * include/thread.h, scheduler/process.c, scheduler/thread.c:
8745         Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
8746         the various stacks.
8747
8748         * files/profile.c:
8749         Make sure HKLM\Software\Wine\Wine is a non-volatile key.
8750
8751         * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
8752         Stephane Lussier <stephane@macadamian.com>
8753         Fixed AltGr key handling.
8754
8755         * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
8756         Marcus Meissner <Marcus.Meissner@caldera.de>
8757         Make DirectDraw compile with DGA2 present.
8758
8759         * files/file.c:
8760         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8761         FILE_CreateFile()'s read/write-check was broken due to checking of
8762         ERROR_xxx instead of STATUS_xxx.
8763
8764         * objects/enhmetafile.c:
8765         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8766         Fixes and cleans up some of the GetEnhMetaFile* functions.
8767         Fixes scaling of EMFs in playback.  Will probably be right
8768         when World Transforms work properly...
8769
8770         * memory/global.c:
8771         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8772         GlobalReAlloc returns 0 on failure.
8773
8774         * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
8775         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8776         Stub for NtAllocateUuids.
8777
8778         * dlls/comctl32/treeview.c:
8779         Huw D M Davies <h.davies1@physics.ox.ac.uk>
8780         Clear TopRootItem when whole tree is deleted.
8781         Fix off by one lstrcpyn.
8782         Clean up and fix GetNextItem.
8783
8784 2000-04-11  Alexandre Julliard  <julliard@winehq.com>
8785
8786         * documentation/.cvsignore: Ignore all output files.
8787
8788         * 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:
8789         Merged urlmon.dll and wininet.dll from the Corel tree (implementation
8790         by Ulrich Czekalla <ulrichc@corel.ca>)
8791
8792         * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
8793         Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
8794         GetCurrentProcess() inline.
8795
8796         * AUTHORS, include/authors.h:
8797         Marcus Meissner <marcus@jet.franken.de>
8798         Merged in Corel's AUTHORs.
8799
8800         * graphics/x11drv/dib.c:
8801         Marcus Meissner <marcus@jet.franken.de>
8802         Only copy dstwidth*3 bytes in the 24bit case.
8803
8804         * dlls/ddraw/dsurface/x11.c:
8805         Marcus Meissner <marcus@jet.franken.de>
8806         Free private structure in Xlib_DDS_Release.
8807
8808         * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
8809         MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
8810
8811         * dlls/comctl32/treeview.c:
8812         Serge Ivanov <sergei@corel.ca>
8813         TreeView - minor bugfix and optimization:
8814            - GetDC call moved down to avoid possible resource leak.
8815            - Invariant code is moved out of loop.
8816
8817         * dlls/shell32/pidl.c:
8818         Ulrich Czekalla <ulrichc@corel.ca>
8819         _ILGetFileDate should convert the date to local time before generating
8820         the string (_ILGetFileDateTime does not).
8821
8822         * dlls/winmm/mmio.c:
8823         Noomen Hamza <noomen@macadamian.com>
8824         Fixed other bugs within MMIO implementation. Now, it's possible to
8825         copy/cut from PhotoPaint and paste to CorelDraw.
8826
8827 2000-04-10  Alexandre Julliard  <julliard@winehq.com>
8828
8829         * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
8830         Marcus Meissner <Marcus.Meissner@caldera.de>
8831         Use d3dexecutebuffer_create only when compiling with MESA.
8832
8833 2000-04-09  Alexandre Julliard  <julliard@winehq.com>
8834
8835         * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
8836         Dimitrie O. Paun <dimi@cs.toronto.edu>
8837         Replaced xmalloc calls with malloc/HeapAlloc calls.
8838
8839         * console/generic.c, console/ncurses.c, console/xterm.c:
8840         Eric Pouech <Eric.Pouech@wanadoo.fr>
8841         Cosmetics.
8842
8843         * memory/heap.c:
8844         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8845         Implemented HeapWalk().
8846
8847         * dlls/ddraw/dsurface/x11.c:
8848         Marcus Meissner <marcus@jet.franken.de>
8849         Two left over HeapValidate assertions removed.
8850
8851         * server/debugger.c:
8852         Eric Pouech <Eric.Pouech@wanadoo.fr>
8853         Clear status for sending exception event.
8854
8855         * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
8856         Added ability to put new-lines in changelog entry.
8857         Added -p to locate destination directory.
8858
8859         * dlls/comctl32/listview.c:
8860         Richard Cohen <richard@jubjub.demon.co.uk>
8861         GetItem was returning the item instead of subitem info.
8862
8863         * programs/winemine/main.c:
8864         Dave Pickles <davep@cyw.uklinux.net>
8865         Registry key used in LoadBoard() was not the same as the one used in
8866         SaveBoard(). Also fixed a typo in the position saving code.
8867
8868         * configure, configure.in:
8869         Create directories that don't contain a Makefile.
8870
8871         * 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:
8872         Improved support for Makefiles that need to recurse in subdirectories.
8873
8874         * 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:
8875         Marcus Meissner <marcus@jet.franken.de>
8876         Restructured DirectDraw. Split into X11 and DGA driver, and multiple
8877         files/dirs for easier maintenance. Cleaned up structs and include
8878         files. Reindented the code. Started the same for Direct3D.  Driver
8879         inclusion now done by using configure/Makefile/ELF constructor tricks.
8880
8881 2000-04-08  Alexandre Julliard  <julliard@winehq.com>
8882
8883         * 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:
8884         Removed a number of global handle allocations and critical section
8885         initializations.
8886
8887         * server/process.c, scheduler/process.c:
8888         Temporary hack to share handles between processes sharing the same
8889         address space.
8890
8891         * include/winbase.h, scheduler/critsection.c:
8892         Added lazy initialization of critical sections, based on a patch by
8893         Andrew Lewycky.
8894
8895         * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
8896         Stephen Mereu
8897         TabCtrl leftmostVisible is not updated properly. It caused the QP
8898         application bar on the bottom fail to bring back the items when there
8899         is no need to scrolling. Also fixed a bug that when an item is inserted,
8900         setItemBounds should be called first, then it's time to invalidate.
8901
8902         * relay32/kernel32.spec, win32/newfns.c:
8903         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8904         Added PeekNamedPipe stub.
8905
8906         * graphics/x11drv/init.c:
8907         Gerard Patel <g.patel@wanadoo.fr>
8908         Fixed pixmap leak with the 1x1 bitmap in memory DCs.
8909
8910         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
8911         wineinstall now properly configures no-windows installs, and should now
8912         be easier to adapt for binary packages too.
8913
8914         * documentation/samples/system.ini:
8915         Ove Kaaven <ovek@arcticnet.no>
8916         Default system.ini (from documentation/status/multimedia).
8917
8918 2000-04-06  Alexandre Julliard  <julliard@winehq.com>
8919
8920         * server/debugger.c, server/thread.c, server/thread.h:
8921         Do not send a debug event for a thread until the previous event for
8922         the same thread has been continued.
8923
8924         * misc/registry.c, wine.ini:
8925         Moved SaveOnlyUpdatedKeys to wine.ini.
8926         Use get_config_dir() instead of hardcoding ~/.wine
8927         Simplified loading and saving routines.
8928
8929         * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
8930         Added support for WINEPREFIX environment variable.
8931
8932         * 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:
8933         Patrik Stridvall <ps@leissner.se>
8934         Fixed some issues reported by winapi_check.
8935
8936         * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
8937         Owen Wang <owenw@corel.ca>
8938         Implemented API EnumTimeFormatsA(). It supports now all different
8939         English locales, as well as German(standard), French(standard) and
8940         French(Canadian).  All time formats follow conventions in Windows NT 4.0
8941
8942         Haithem Hmida (of Macadamian for Corel)
8943         Implemented GetCurrencyFormatA() API:
8944         - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
8945           (as a positive one), then formats the number depending on
8946           NegativeOrder/PositiveOrder fields.
8947         - GetNumberFormatA() has been slightly modified.
8948
8949         * objects/text.c:
8950         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
8951         Added conversion from DBCS lpDx to WCHAR lpDx.
8952
8953         * 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:
8954         Patrik Stridvall <ps@leissner.se>
8955         - Implemented stub statistics. Turned off by default. (Requested by Francois
8956         Gouget).
8957         - Implemented missing prototype checking. Turned off by default (Requested
8958         by Dimitry Timoshkov).
8959         - Implemented .spec file name sanity checking. Turned off by default.
8960         - Implemented documentation width checking. Turned off by default.
8961         - Minor bug fixes.
8962
8963         * dlls/ole32/compobj.c:
8964         Andrew Lewycky <andrewl@corel.ca>
8965         Fix StringFromGUI2 return value as per documentation.
8966
8967         * dlls/dsound/dsound_main.c:
8968         Marcus Meissner <Marcus.Meissner@caldera.de>
8969         Make audiodevice blocking directly after the non-blocking open, since
8970         we use the write(2) also for synchronization.
8971
8972         * dlls/winsock/async.c, dlls/winsock/socket.c:
8973         Rein Klazes <rklazes@casema.net>
8974         Corrected error handling for ws_getprotobyname/number.
8975         Made the Async error returns the same as the normal functions.
8976
8977         * files/dos_fs.c:
8978         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8979         GetShortPathName: always erase characters at the end of the new
8980         string, and return only single backslashes.
8981
8982 2000-04-04  Alexandre Julliard  <julliard@winehq.com>
8983
8984         * 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:
8985         Added a per-drive FailReadOnly flag, and removed the global
8986         --failreadonly option.
8987
8988         * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
8989         Fixed file descriptor leaks.
8990
8991         * misc/registry.c:
8992         Call PROFILE_GetWineIniBool before starting to fill the request
8993         buffer. Made new registry format the default.
8994
8995         * server/ptrace.c:
8996         Increment suspend count before attempting attach in suspend_for_ptrace.
8997
8998         * 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:
8999         Made request tracing more robust against bogus lengths.
9000
9001         * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
9002         Peter Ganten <peter@ganten.org>
9003         Adapted the manual pages to the new long options, updated the
9004         -debugmsg channels and added a small hack to get the @sysconfdir@
9005         stuff in the manual pages right.
9006
9007         * dlls/winmm/mmio.c:
9008         Noomen Hamza <noomen@macadamian.com>
9009         Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
9010
9011         * programs/winemine/main.c, programs/winemine/main.h:
9012         Joshua Thielen <fozey@netzero.com>
9013         Added DestroyBoard function to delete bitmap handles.
9014         Moved SelectObject outside of DrawMine.
9015         Selected old object's back into hMemDC.
9016
9017         * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
9018         Implemented FAT32 function 7302 (Get Extended DPB).
9019
9020         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
9021         Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
9022         Internet Explorer.
9023
9024         * programs/regapi/regapi.c:
9025         Gavriel State <gavriels@corel.ca>
9026         This patch adds the ability for regapi to call the DllRegisterServer or
9027         DllUnregisterServer for a list of DLLs.
9028
9029         * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
9030         OleRegGetUserType did return an unterminated ASCII string instead of an
9031         OLESTR (wide characters).
9032
9033         * 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:
9034         Michael Abd-El-Malek (Corel)
9035         Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
9036         to be more compatible to Windows.
9037         Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
9038
9039         Jeff Tranter <jefft@corel.ca>
9040         The measurement unit for Canadian English should be metric.
9041         LANG_SUB_ENTRY did always return the first language due to missing {}.
9042
9043 2000-03-30  Alexandre Julliard  <julliard@winehq.com>
9044
9045         * documentation/distributors:
9046         Marcus Meissner <marcus@jet.franken.de>
9047         Updated documentation/distributors in regards to shared libraries and
9048         some more windows specific dirs.
9049
9050         * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
9051         Peter Hunnisett <hunnise@nortelnetworks.com>
9052         - Fix painting bug with middle button down when dragging mouse
9053         - Speed up drawing and hence overall speed
9054         - Fix compiler warnings
9055         - Added some optional debugging information
9056         - Added a new known bug to the list
9057
9058         * misc/comm.c: Rein Klazes <rklazes@casema.net>
9059         Added CTS, DSR and RingIndicator states to Window's semi-documented
9060         modem line status register.
9061
9062         * include/wingdi.h, objects/enhmetafile.c:
9063         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9064         Delete objects after use in EnumEnhMetaFile.
9065         Make PlayEnhMetaFile call EnumEnhMetaFile.
9066         Move EnumEnhMetaFile prototype to wingdi.h.
9067
9068         * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
9069         Marcus Meissner <Marcus.Meissner@caldera.de>
9070         open() the OSS sounddevice non-blocking in case another process has it
9071         open already.
9072
9073         * scheduler/process.c:
9074         Commented out exit() call on ExitProcess for now.
9075
9076         * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
9077         Set thread start address to 0 on events generated by
9078         DebugActiveProcess.
9079         Return a correct address in the simulated exception event.
9080
9081         * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
9082         Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
9083
9084 2000-03-28  Alexandre Julliard  <julliard@winehq.com>
9085
9086         * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
9087         Niels Kristian Bech Jensen <nkbj@image.dk>
9088         - Fix some compiler warnings.
9089         - Remove superfluous #include statement.
9090
9091         * include/wine/winnet16.h, misc/network.c:
9092         Ron Gage <rongage@att.net>
9093         Fixed bug reported by winapi_check.
9094
9095         * */*.c:
9096         Patrik Stridvall <ps@leissner.se>
9097         Added/fixed some documentation reported by winapi_check.
9098
9099         * graphics/x11drv/palette.c, objects/palette.c:
9100         Fixed memory allocations.
9101
9102         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
9103         Patrik Stridvall <ps@leissner.se>
9104         - Added/fixed some documentation reported by winapi_check
9105         - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
9106         - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
9107
9108         * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
9109         Patrik Stridvall <ps@leissner.se>
9110         Fixed some warnings.
9111
9112         * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
9113         Patrik Stridvall <ps@leissner.se>
9114         - Updated the API files.
9115         - Minor bug fixes
9116
9117         * dlls/comctl32/animate.c:
9118         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9119         Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
9120         ANIMATE_Destroy.
9121
9122         * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
9123         Minor fix in wrc to support the Solaris preprocessor.
9124
9125         * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
9126         Fixed some ANSI C violations.
9127
9128         * documentation/no-windows:
9129         Ove Kaaven <ovek@arcticnet.no>
9130         Add start menu directories.
9131
9132         * scheduler/sysdeps.c, scheduler/thread.c:
9133         Put CLONE_FILES back in, it is still breaking too many things.
9134
9135         * 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:
9136         Merged DDBitmap and physBitmap into the generic bitmap structure
9137         (suggested by Andrew Lewycky).
9138
9139         * files/dos_fs.c:
9140         Ignore trailing spaces in DOSFS_ToDosFCBFormat.
9141
9142         * dlls/winsock/socket.c:
9143         Fixed small bug in WSOCK32_accept
9144
9145 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
9146
9147         * include/version.h, ANNOUNCE, ChangeLog:
9148         Release 20000326.
9149
9150 ----------------------------------------------------------------
9151 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
9152
9153         * files/dos_fs.c: Stefan Leichter <sle@camline.com>
9154         DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
9155
9156         * 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:
9157         John R. Sheets <jsheets@codeweavers.com>
9158         Added cvdump tool to dump CodeView symbol information.
9159
9160         * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
9161         Ove Kaaven <ovek@arcticnet.no>
9162         Handle POLLHUP better (delay FD_CLOSE notification until all data has
9163         been read). Made WSAEnumNetworkEvents atomic. Convert socket event
9164         error codes properly. Made accept()-ed sockets inherit the listening
9165         socket's WSAAsyncSelect().
9166
9167         * dlls/dsound/dsound_main.c:
9168         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9169         Fixed debug formatting.
9170
9171         * dlls/advapi32/registry.c: Fixed error checking in registry saving.
9172
9173         * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9174         Use strerror in debug output.
9175
9176         * dlls/shell32/changenotify.c:
9177         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9178         SHChangeNotify[A|W]: free only items we allocated.
9179
9180         * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
9181         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9182         Fixes for i18n.
9183
9184         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9185         Now read .so list from debuggee's address space.
9186
9187         * include/windowsx.h: Francois Gouget <fgouget@psn.net>
9188         Added missing macros.
9189
9190         * include/winnt.h, include/winreg.h, server/registry.c:
9191         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9192         Moved some registry definitions to winnt.h.
9193
9194         * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
9195         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9196         Added import of comdlg32.dll in spec file.
9197
9198         * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
9199         Activate a hidden window only when explicitely asked by the
9200         application.
9201
9202         * 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:
9203         Eric Pouech <Eric.Pouech@wanadoo.fr>
9204         improved exception handling
9205         merged all module handling code in new module.c file
9206         reenabled 'walk module' and 'info module' commands
9207         added ability to drive break on thread startup
9208
9209         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
9210         Marcus Meissner <marcus@jet.franken.de>
9211         Stubs for DllRegisterServer/DllUnregisterServer.
9212
9213         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
9214         Fixed return value for SC_GET_DEV_TYPE.
9215
9216 2000-03-25  Alexandre Julliard  <julliard@winehq.com>
9217
9218         * 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:
9219         Francois Gouget <fgouget@psn.net>
9220         Use min/max instead of MIN/MAX.
9221
9222         * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
9223         Handle socket POLLERR/POLLHUP conditions properly.
9224         Clear error field for OOB notifications.
9225
9226         * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9227         Send the correct ODA_ code when deselecting an item.
9228
9229         * 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:
9230         Fixed a couple of file descriptor leaks.
9231         Always call USER signal proc in the right context.
9232         Cleaned up THREAD_Create.
9233
9234         * include/Makefile.in:
9235         Do not erase local files on uninstall if install dir does not exist.
9236
9237         * 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:
9238         Store monitor size and depth in the generic structure.
9239         Merged monitor driver into USER driver.
9240
9241         * 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:
9242         A few simplifications and optimizations in the x11 driver.
9243
9244         * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
9245         Link ttydrv and x11drv objects into their respective dll.
9246
9247         * dlls/user/Makefile.in: Added missing keyboard.spec.
9248
9249 2000-03-24  Alexandre Julliard  <julliard@winehq.com>
9250
9251         * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
9252         Moved FatalAppExit functions to win32/except.c.
9253         Added a few uses of Callout instead of referencing USER functions
9254         directly.
9255
9256         * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
9257         Moved LoadImage and related functions to cursoricon.c.
9258
9259         * 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:
9260         Moved gdi/user thunking functions into their respective dlls.
9261         Moved keyboard.spec into user dll.
9262
9263         * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
9264         Disable OpenGL support if the latter is thread safe.
9265
9266         * 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:
9267         Patrik Stridvall <ps@leissner.se>
9268         Fixed some warnings.
9269
9270         * 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:
9271         Patrik Stridvall <ps@leissner.se>
9272         Made the include files self sufficient.
9273
9274         * 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:
9275         Patrik Stridvall <ps@leissner.se>
9276         Added/fixed some documentation reported by winapi_check.
9277
9278         * 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:
9279         Patrik Stridvall <ps@leissner.se>
9280         Fixed some issues reported by winapi_check.
9281
9282         * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
9283         Patrik Stridvall <ps@leissner.se>
9284         Fixed some ANSI C violations.
9285
9286         * 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:
9287         Patrik Stridvall <ps@leissner.se>
9288         Fixed ANSI C related compile problems.
9289
9290         * 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:
9291         Patrik Stridvall <ps@leissner.se>
9292         - Updated API files
9293         - Don't check the *.spec.c files
9294         - Better parsing of strings
9295         - Better documentation checking
9296         - Minor bug fixes
9297
9298         * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
9299         - added some debug code and cleaned-up the mouse warping code
9300         - be ready once mouse will be reported relatively
9301
9302         * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9303         Fixed copying of the MDI 'Windows' menu items if the items are not of
9304         type MFT_STRING.
9305
9306         * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9307         Set the correct value for the cch element of MENUITEMINFO in
9308         GetMenuItemInfo.
9309
9310         * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9311         Fix spec file entries for EnumFontFamiliesEx*.
9312
9313         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9314         Further code simplifications and interface (consistency) improvements.
9315         Fix selection of the Wine binary which was broken by a recent change.
9316
9317         * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9318         Added proper termination upon failure.
9319
9320         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9321         Fixed basic type evaluation.
9322
9323         * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9324         Ensure that non-NULL terminated stings are saved correctly.
9325
9326         * windows/input.c: Rein Klazes <rklazes@casema.net>
9327         Correct the NotifyCode in the WM_COMMAND message sent by
9328         KBD_translate_accelerator().
9329
9330         * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
9331         Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
9332         work around EXEC SCSI commands which do not set the host<->target data
9333         flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
9334
9335         * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
9336         Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
9337         PTRACE_POKEUSR for libc5(?) compile.
9338
9339         * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9340         Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
9341         messages to the parent.
9342
9343         * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
9344         Added (correct) prototype for HeapWalk.
9345
9346         * dlls/ole32/ifs.c, include/wine/obj_base.h:
9347         Francois Gouget <fgouget@psn.net>
9348         - The ICOM_CMETHODxxx cause problems because the 'const' changes the
9349           signature. There's no such thing on Windows anyway (it's a shame) so
9350           just remove them altogether.
9351         - HeapMinimize returns a void, not a 'void*'
9352
9353 2000-03-20  Alexandre Julliard  <julliard@winehq.com>
9354
9355         * 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:
9356         Moved graphics initialisation to the x11drv/ttydrv dll init code.
9357         Merged event, keyboard and mouse drivers into USER driver.
9358
9359 2000-03-19  Alexandre Julliard  <julliard@winehq.com>
9360
9361         * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
9362         Improved CompareStringA performance.
9363
9364         * library/winestub.c: Added missing debugtools.h include.
9365
9366         * 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:
9367         Niels Kristian Bech Jensen <nkbj@image.dk>
9368         Fixed some compiler errors and warnings.
9369
9370         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
9371         Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
9372         function pending a more complete implementation of locales.
9373
9374         * loader/module.c:
9375         Hack: always try builtin module before elf or elfdll to avoid loading
9376         a builtin dll .so file in the wrong mode.
9377
9378         * graphics/x11drv/xfont.c, objects/font.c:
9379         Moved font resource functions out of the X11 driver.
9380
9381         * tools/makedep.c:
9382         Added support for source files stored in subdirectories.
9383
9384         * 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:
9385         Added GetDCOrgEx in graphics device interface and removed X11 code
9386         from dc.c.
9387
9388         * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
9389         Eric Pouech <Eric.Pouech@wanadoo.fr>
9390         Fixed segmented/linear buffers manipulation.
9391         Better IO buffering.
9392         Added some missing prototypes.
9393
9394         * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
9395         Francois Gouget <fgouget@psn.net>
9396         Explicitly use the TVN_xxxA version of the macros.
9397
9398         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
9399         - Added the TVN_xxxA macros
9400         - Added missing TBNOTIFY macros and types
9401         - Added SNDMSG
9402
9403         * include/winuser.h: Francois Gouget <fgouget@psn.net>
9404         Added WM_APP.
9405
9406         * 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:
9407         Dimitrie O. Paun <dimi@cs.toronto.edu>
9408         Removed most calls to xmalloc/xrealloc.
9409
9410         * include/windef.h: Francois Gouget <fgouget@psn.net>
9411         - Added missing definition for GLOBALHANDLE and LOCALHANDLE
9412         - Fixed the prototype of WNDENUMPROC
9413
9414         * include/ddeml.h: Francois Gouget <fgouget@psn.net>
9415         Added some missing defines.
9416
9417         * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
9418         Propagate IsDialogMessage to the parent if the dialog has the
9419         DS_CONTROL flag.
9420
9421         * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9422         Added an exception frame for lstrcpy16.
9423
9424         * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9425         Now attaching imported DLLs of a winelib executable.
9426
9427         * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
9428         IOleItemContainer has OLEGUID(0x11c), not 0x11a.
9429
9430         * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
9431         Fixed memory corruption with CoTaskMemRealloc.
9432
9433         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
9434         Made various changes to tools/genpatch including suggestions from Ove
9435         Kaaven (Place added files last in the patch.  Add a switch that
9436         specifies modified files.)
9437
9438         * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
9439         Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
9440
9441         * include/windows.h: Francois Gouget <fgouget@psn.net>
9442         Should include 'winspool.h'.
9443
9444         * tools/wrc/parser.h, tools/wrc/parser.l:
9445         Francois Gouget <fgouget@psn.net>
9446         - An extern statement finishes with the first closing '}' or the first
9447           outer ';'
9448         - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
9449           'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
9450           co).  But still don't issue an error if '#error' is found when in the
9451           'pp_false' state.
9452
9453         * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
9454         Make the first comma in the control's definition optional.
9455
9456         * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
9457         Support loading any presentation aspect.
9458
9459         * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9460         Avoid a link error from another DLL on FreeBSD.
9461
9462         * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
9463         Eric Pouech <Eric.Pouech@wanadoo.fr>
9464         Fixed joystick ID/deviceID/driver handle/instance ID mixup.
9465
9466         * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
9467         Delete the shm segment as soon as wine and X have attached it.
9468
9469         * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
9470         Corrected handling of proto==NULL in WINSOCK_getservbyname and
9471         WINSOCK_getservbyport.
9472
9473         * 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:
9474         Created separate dlls for user,gdi,ttydrv,x11drv.
9475         Fixed Winelib argc handling (thanks to Eric Pouech).
9476
9477 2000-03-18  Alexandre Julliard  <julliard@winehq.com>
9478
9479         * 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:
9480         Misc small cleanups.
9481
9482         * 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:
9483         Avoid calling the *Rect USER functions from inside GDI.
9484         Moved a few USER functions to a more appropriate location.
9485
9486         * 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:
9487         Moved command-line option handling out of the X11 driver.
9488         Added support for "--" prefix on options.
9489         Replaced a few X11 command-line options by wine.conf parameters.
9490
9491 2000-03-17  Alexandre Julliard  <julliard@winehq.com>
9492
9493         * 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:
9494         Made ddraw and dinput separate dlls.
9495
9496         * 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:
9497         Have threads and processes exit more cleanly whenever possible.
9498
9499         * relay32/builtin32.c:
9500         Include space for resources in the module header instead of doing a
9501         separate allocation.
9502
9503         * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
9504         Made MPR a separate dll.
9505
9506         * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
9507         Andrew Lewycky <andrewl@corel.com>
9508         Rewrite the BIGBLOCKFILE implementation for better performance.
9509
9510         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9511         Further simplify the code and remove some redundant code.
9512         Make the user interface more consistent and appealing.
9513
9514         * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
9515         Avoid a refcount leak in QueryInterface when delegating.
9516         And a couple of minor bugs.
9517
9518 2000-03-15  Alexandre Julliard  <julliard@winehq.com>
9519
9520         * 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:
9521         Eric Pouech <Eric.Pouech@wanadoo.fr>
9522         Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
9523         Added watch (hardware assisted debugging) and whatis (type of expr) commands.
9524         Fixed some issues in local vars handling (stabs parsing & registers optimization).
9525
9526         * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
9527         Karl Lessard <karll@corel.ca>
9528         Update DIB sections in text output and for graphics primitives.
9529
9530         * windows/dce.c, windows/x11drv/event.c:
9531         Michael Abd-El-Malek (on behalf of Corel)
9532         When we were switching to another desktop, the popup windows lost
9533         their WS_VISIBLE flag.
9534
9535         * server/context_i386.c:
9536         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
9537         Fixed context flags handling (thanks to Eric Pouech).
9538
9539         * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
9540         Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
9541
9542         * server/debugger.c: Fixed bug in generate_startup_debug_events().
9543
9544         * 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:
9545         Joshua Thielen <fozey@netzero.com>
9546         Added winemine app.
9547
9548         * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9549         Improved the visual appearence of the user interface. Made the code
9550         somewhat simpler.
9551
9552 2000-03-12  Alexandre Julliard  <julliard@winehq.com>
9553
9554         * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
9555         Waldek Hebisch <hebisch@math.uni.wroc.pl>
9556         Implemented _read and _lseek.
9557
9558         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
9559         Correct conversion of level parameter if WINSOCK_setsockopt is called
9560         for option WS_SO_DONTLINGER.
9561
9562         * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
9563         Correct rounding of the result in MulDiv16().
9564
9565         * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
9566         Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9567         Fixed FreeBSD compilation.
9568
9569         * 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:
9570         Peter Hunnisett <hunnise@nortelnetworks.com>
9571         - Make registry usage a little more correct and modern
9572         - Create home for all dplay name server functionality
9573         - Add the framework for EnumSessions
9574         - Documentation update
9575
9576         * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
9577         Dimitrie Paun <dimi@bigfoot.com>
9578         Cleaned up debug channels a bit.
9579
9580         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
9581         Implemented stretched blts for depth 24 (unoptimized).
9582
9583 2000-03-10  Alexandre Julliard  <julliard@winehq.com>
9584
9585         * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
9586
9587         * include/process.h, memory/virtual.c, scheduler/process.c:
9588         Removed PROCESS_IsCurrent().
9589
9590         * 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:
9591         Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
9592         Generate a breakpoint event on process attach.
9593         Misc cleanups in request handling.
9594
9595 2000-03-09  Alexandre Julliard  <julliard@winehq.com>
9596
9597         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
9598         Eric Pouech <Eric.Pouech@wanadoo.fr>
9599         Now relying on exception codes to know when debugger is entered for a
9600         single step trap.
9601
9602         * debugger/winedbg.c, miscemu/main.c:
9603         Eric Pouech <Eric.Pouech@wanadoo.fr>
9604         Added proc to start debugging process from its command line (by launching it).
9605
9606         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9607         Cleanup.
9608
9609         * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9610         Add Black as a valid font weight.
9611         Cope with afm files that do not contain {Family|Full}Name entries.
9612
9613         * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
9614         - Got rid of PROFILE functions.
9615         - Use functionality of aspi.c.
9616         - Automagically read /proc/scsi/scsi (part of aspi.c which is already
9617           in tree).
9618
9619         * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
9620         Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
9621
9622         * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
9623         Added resource.h include.
9624
9625         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
9626         IsRectEmpty also returns true for negative width/heights (verified
9627         against Windows), found by Brad Oliver <bradman@pobox.com>.
9628
9629         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
9630         Take type from referenced variant for VT_BYREF && VT_VARIANT.
9631
9632         * 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:
9633         Store the list of loaded dlls in the server, and generate debug events
9634         internally.
9635
9636 2000-03-08  Alexandre Julliard  <julliard@winehq.com>
9637
9638         * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
9639         Added server protocol version check.
9640
9641         * 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:
9642         David Elliott <dfe@netnitco.net>
9643         - Slightly reworked include files (less messy, more straightforward).
9644         - Moved DOS ASPI functionality to msdos/dosaspi.c.
9645         - Got rid using PROFILE to get SCSI info from wine.conf.
9646         - Read scsi info from /proc/scsi/scsi.
9647         - Added setting of a reasonable timeout when opening a SCSI device (5
9648           minutes, defined in winescsi.h).
9649         - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
9650           behavior).
9651
9652         * 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:
9653         Simen Zamecnik <simen@nextra.sk>
9654         Added Slovak language support.
9655
9656         * 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:
9657         Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
9658         Added some Japanese resources.
9659
9660         * 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:
9661         Abey George <abey@macadamian.com>
9662         Implemented OLE clipboard functionality for Embed Source format.
9663         It helps you cut and paste data with Embed Source format between
9664         applications.  It also implements OleCreateFromData and
9665         OleQueryCreateFromData and fixes some bugs in datacache.c.
9666
9667         * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
9668         wm->modname might be invalid at the end of FreeLibrary.
9669
9670         * 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:
9671         Patrik Stridvall <ps@leissner.se>
9672         Removed a lot of unnecessary includes and fixed the compile errors.
9673
9674         * 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:
9675         Patrik Stridvall <ps@leissner.se>
9676         Fixed some warnings.
9677
9678         * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
9679         Corrected value for DAYS_IN_ONE_YEAR.
9680
9681         * dlls/crtdll/crtdll_main.c:
9682         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
9683         Cleaned up CRTDLL__unlink.
9684
9685         * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
9686         The static control only needs to invalidate its rect when we SetText.
9687
9688         * include/winuser.h, misc/spy.c:
9689         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9690         Added a few messages for IME.
9691
9692         * 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:
9693         Eric Pouech <Eric.Pouech@wanadoo.fr>
9694         No longer directly accessing debuggee memory.
9695         Execution context (mode, steps...) are now linked to a thread.
9696         Removed some X11 crst hacks.
9697         Rewrote info/walk commands.
9698         Removed direct debugger invocation code (and moved the rest to the new
9699         winedbg.c file).
9700
9701         * 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:
9702         Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
9703         Implemented IsDebuggerPresent().
9704
9705         * 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:
9706         Generate CREATE_PROCESS/THREAD debug events internally in the server.
9707
9708 2000-03-07  Alexandre Julliard  <julliard@winehq.com>
9709
9710         * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
9711         Better implementation of inline functions SetLastError and
9712         GetCurrentThreadId.  Added asm inlines for Interlocked* functions.
9713
9714         * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
9715         Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
9716
9717         * loader/ne/module.c, loader/ne/segment.c:
9718         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9719         Fixed second instance DGROUP loading.
9720
9721         * include/winuser.h, misc/main.c:
9722         Huw D M Davies <h.davies1@physics.ox.ac.uk>
9723         Implement SPI_GETICONMETRICS.
9724         Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
9725
9726         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
9727         Actual write the cached struct in GlobalMemoryStatus.
9728
9729         * documentation/fonts, graphics/x11drv/xfont.c:
9730         Rein Klazes <rklazes@casema.net>
9731         Include in the AddFontResourceA/W fixme message a pointer to the fonts
9732         document. In this document tell the user how to find the needed tools.
9733
9734         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
9735         Add a message and fix error code if __ws_getservbyname() and
9736         __ws_getservbyport() cannot find the requested service.
9737         Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
9738
9739         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
9740         Check for existence if MMIO_EXIST is passed to MMIO_Open.
9741
9742         * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
9743         The pathname was stored in a string of size 100, which was not always
9744         large enough. It should be set to MAX_PATH (255).
9745
9746         * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
9747         Several fixes to MakeProcInstance.
9748
9749 2000-03-05  Alexandre Julliard  <julliard@winehq.com>
9750
9751         * 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:
9752         Added support for creating extra symlinks for .so files that contain
9753         multiple dlls.
9754
9755 2000-03-04  Alexandre Julliard  <julliard@winehq.com>
9756
9757         * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
9758         Moved dll-specific make rules to a separate Makedll.rules file.
9759
9760         * misc/registry.c: Fixed error checking in registry saving.
9761
9762         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
9763         WSACleanup should set last error to WSANOTINITIALISED if failing
9764         because Winsock was not initialized...
9765
9766         * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
9767         Marcus Meissner <marcus@jet.franken.de>
9768         CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
9769         Whitney), removed the dllName component of the openDlls.  Added some
9770         debugstr_guid().
9771
9772         * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
9773         Fixed typos in _alldiv() and _allmul().
9774
9775         * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
9776         Added message for missing xpm devel libs for debian/corel.
9777
9778         * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
9779         OleRegGetUserType did query wrong registry key.
9780
9781         * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
9782         Some applications call GlobalMemoryStatus() very often. Cache the
9783         results of the call for 1 second (spotted by Corel).
9784
9785         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
9786         GetClipboardData16 might return an invalid global handle (spotted by
9787         Corel).
9788
9789         * objects/enhmetafile.c: Lilia Roumiantseva
9790         cbCountSizeOfEnhMetafile callback function instead of increasing a
9791         contents of the pointer to the size increased the pointer itself.
9792
9793         * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9794         Fix docs to reflect change to .winerc processing.
9795
9796         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
9797         Fixed a couple of config.cache problems.
9798
9799         * dlls/comctl32/trackbar.c: Vahid Pourlotfali
9800         Trackbar contol did not have proper position value in case of
9801         SB_THUMBTRACK notification message: it was always sending 0.
9802
9803         Jim Aston <jima@corel.ca>
9804         Made the slider control a rect.  It had been trying to draw a notched
9805         slider, but the result didn't look right.
9806
9807         * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
9808         Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
9809
9810         * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
9811         CURSORICON_IconToCursor: inconsistent Lock/Unlock
9812
9813         * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9814         PROFILE_GetString: only accept NULL for keyname to return the list of
9815         keys as Win95 does.
9816
9817         * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
9818         Fix a sign bug where memcpy was called with negative length.
9819
9820 2000-02-29  Alexandre Julliard  <julliard@winehq.com>
9821
9822         * files/profile.c: Make profile key a global handle.
9823
9824         * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
9825         Renamed libwin32s to use the proper dll name (libw32skrnl).
9826
9827         * 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:
9828         Niels Kristian Bech Jensen <nkbj@image.dk>
9829         Removed superfluous #include statements for header files included twice.
9830
9831         * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
9832         Make updown control work. UpDown control always sends WM_*SCROLL
9833         message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
9834
9835         * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
9836         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
9837         WM_RBUTTONUP.
9838
9839         * dlls/ole32/storage32.c: Murali Pattathe
9840
9841         This is the patch for the OleConvertOLESTREAMToIStorage wine API.
9842         This API calls another function called OLECONVERT_LoadOLE10 which
9843         basically read the OLE stream from the file through the callback
9844         function (this is passed by the application).
9845
9846         The reading format was wrong. Still I am not very sure this is 100 %
9847         correct format. I did some reverse engineering and found the format. I
9848         have tried with different OLE object and its worked in paradox. I
9849         haven't tested with any other apps.
9850
9851         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
9852         Patrik Stridvall <ps@leissner.se>
9853         Moved some stubs and added forwards in order to make both winapi_check
9854         and checklink happy.
9855
9856         * tools/winapi_check/*:
9857         Patrik Stridvall <ps@leissner.se>
9858         Moved the rest of the API specification from the global file to the
9859         local files.
9860
9861 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
9862
9863         * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
9864
9865 ----------------------------------------------------------------
9866 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
9867
9868         * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9869         GetComputerNameA(): added parameter check like Win95 does.
9870
9871         * tools/build.c: Patrik Stridvall <ps@leissner.se>
9872         - Fixed some Solaris specific assembler problems
9873         - Fixed some missing .type @function (helps debugging with dbx)
9874         - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
9875         - Fixed use of zero width arrays (ANSI C violation)
9876         - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
9877
9878         * memory/selector.c, include/selectors.h:
9879         Patrik Stridvall <ps@leissner.se>
9880         Fixed some Solaris specific assembler problems.
9881
9882         * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
9883         Patrik Stridvall <ps@leissner.se>
9884         Fixed some issues found by winapi_check.
9885
9886         * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
9887         Patrik Stridvall <ps@leissner.se>
9888         Updated winapi_check.
9889
9890         * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
9891         Added utility that generates patches for submission to
9892         wine-patches@winehq.com.
9893
9894         * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
9895         oleaut32 should not import functions from olepro32.
9896
9897         * dlls/comctl32/listview.c, include/listview.h:
9898         Pierre Mageau <pierre@macadamian.com>
9899         Don't display the context menu on a double click.
9900
9901         Ulrich Czekalla <ulrichc@corel.ca>
9902         Set the font on the edit label control to that used by the listview
9903         control. It also uses text metrics to set a more reasonable initial
9904         edit control size.
9905
9906         Pierre Mageau <pierre@macadamian.com>
9907         Handle M_SETREDRAW in ListView.
9908         Fix to EnsureVisible to handle small and large icon correctly.
9909         Add edit label functionnality to the listview and the file open dialog.
9910
9911         Ulrich Czekalla <ulrichc@corel.ca>
9912         RelaseDC in CreateEditLabel.
9913
9914         Pierre Mageau <pierre@macadamian.com>
9915         Add functionnality to create new folder in the open dialog.
9916         Add support for right click menu in common file dialog.
9917         LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
9918
9919         Serge Ivanov <sergei@corel.ca>
9920         LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
9921
9922         Luc Tourangeau <luc@macadamian.com>
9923         Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
9924
9925         Don Kelly
9926         -Implemented the sorting on insert of items into a ListView control
9927          with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
9928         -(helping evil applications): sometimes not so well structured apps
9929          (PFPI90, in this case) will not fully initialize structs.  In the case
9930          of the LVM_GETITEM message the app may have only initialized the mask
9931          and iItem members of the struct.  Added processing of the LVIF_PARAM
9932          mask in the case that iSubItem was set but is invalid/uninitialized.
9933
9934         Pierre Mageau <pierre@macadamian.com>
9935         Fix for handling correctly the cancelling mode of the Edit label.
9936         Fix width calculation of the edit label.
9937
9938         Pascal Lessard <pascal@macadamian.com>
9939         Implemented the behavior of sending WM_CONTEXTMENU when receiving a
9940         WM_RBUTTONUP.
9941
9942         Ulrich Czekalla <ulrichc@corel.ca>
9943         Fixed a painting problem with listview when the view changes and an
9944         edit label is active.
9945
9946         Ulrich Czekalla <ulrichc@corel.ca>
9947         Fixed a notification problem with listview. On creation if the user
9948         specifies an item with focus and/or selection we should send the
9949         proper notification. Insert was preventing LISTVIEW_SetItem from
9950         seeing the changes and sending the notification.
9951
9952         Make the draw item rectangle consistent with the selection
9953         rectangle. This allows us to click on the folders and icons in the
9954         file open dialog box and the item actually gets selected.
9955
9956         * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
9957         - Write serial numbers to the device (FAT)
9958         - DRIVE_ReadSuperblock: better checking for the FAT fs.
9959
9960         * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9961         GetFullPathName fixes.
9962
9963 2000-02-26  Alexandre Julliard  <julliard@winehq.com>
9964
9965         * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
9966         Juergen Schmied <juergen.schmied@debitel.net>
9967         Fixed definition of the RtlMemory functions. Use macros internally and
9968         for Winelib, use real functions for exports from ntdll.
9969
9970         * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
9971         Prototypes OleInitialize, OleUninitialize.
9972
9973         * dlls/commdlg/filedlg95.c:
9974         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
9975         ArrangeCtrlPositions: fix for user-defined template with no stc32.
9976
9977         * controls/menu.c, include/menu.h, windows/message.c:
9978         Ulrich Czekalla <ulrichc@corel.com>
9979         Send WM_HELP message when F1 is pressed.
9980
9981         * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
9982         In the listbox, when the last item is selected and deleted, it still
9983         appeared in the window.
9984
9985         Sheri Steeves <sheri@macadamian.com>
9986         In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
9987         style it would just return.  This left the horizontal scroll bar
9988         uninitialized and it was appearing at the bottom of the listbox when
9989         it did not have to.
9990
9991         Serge Ivanov <sergei@corel.com>
9992         LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
9993         (it says it is for column margins). Obviously it is wrong, because
9994         margins must be internal.
9995
9996         * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
9997         ErrorInfo functions need to be in ole32, not oleaut32.
9998
9999         * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
10000
10001         * 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:
10002         Juergen Schmied <juergen.schmied@debitel.net>
10003         Moved file functions to shlfileop.c
10004         New SHELL_DeleteDirectoryA
10005         Use shell notifications.
10006         Enabled file manipulation functions.
10007
10008         * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
10009         Juergen Schmied <juergen.schmied@debitel.net>
10010         Fix for OpenIcon.
10011
10012         * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
10013         Juergen Schmied <juergen.schmied@debitel.net>
10014         Stub PathIsDirectory.
10015
10016         * dlls/shell32/shellord.c:
10017         Juergen Schmied <juergen.schmied@debitel.net>
10018         Fixes for ShellExecuteEx.
10019
10020         * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
10021         Juergen Schmied <juergen.schmied@debitel.net>
10022         Basic implementation of shell notifications.
10023
10024         * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
10025         Updated.
10026
10027         * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
10028         Juergen Schmied <juergen.schmied@debitel.net>
10029         Added Winelib types.
10030
10031         * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
10032         Added icon no 4 (open folder).
10033
10034         * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
10035         Patrik Stridvall <ps@leissner.se>
10036         Added stubs for {Create,Get,Set}ErrorInfo.
10037
10038         * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
10039         Return an error instead of a success code in OleCreate stub function.
10040
10041         * dlls/comctl32/tab.c, include/tab.h: Don Kelly
10042         In Windows Property Sheet can have any mix of icon-less tabs and tabs
10043         with icons.  Adds a check to see if the icon we're adding is non-NULL
10044         (otherwise random junk from memory can be rendered) when the application
10045         has specified the PSP_USEICONID flag is set.  Changes to the Tab control
10046         to only render icons for tabs that have the TCIF_IMAGE flag set
10047         (previously, if the flag was set the entire image list of icons was
10048         rendered).
10049
10050         Stephane Lussier <stephane@macadamian.com>
10051         Fixes for some tab control bugs
10052
10053         Henning Hoffmann
10054         Fixed some width problem with OWNERDRAW tab.
10055
10056         Luc Tourangeau <luc@macadamian.com>
10057         TCM_ADJUSTRECT is now returning consistant compare to Windows.
10058
10059         Serge Ivanov <sergei@corel.ca>
10060         Fixed problem with tab selection. When you select tab it becames first
10061         visible tab. Now leftmost visible tab is calculated properly.
10062         - Added code for correct handling of updown control.
10063         - Forced recalculation of tabs' coordinates when:
10064         a) all items are deleted,
10065         b) window style is canged
10066
10067         * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
10068         Added necessary defines and structures to compile WineLib apps using
10069         MFC 6.0 headers.
10070         Fixed typo in TCM_SETMINTABWIDTH constant.
10071
10072         * controls/button.c: Bill Jin <billj@corel.ca>
10073         Bitmap buttons were not refreshed correctly.
10074
10075         * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
10076         This reverts Matts patch.  The messaging needs double checking.
10077
10078         * 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:
10079         Improved the selector get/set functions.
10080         Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
10081
10082         * 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:
10083         Made winmm a separate shared library.
10084
10085         * 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:
10086         Patrik Stridvall <ps@leissner.se>
10087         Fixed ANSI C violations.
10088
10089         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
10090         Fixed Solaris specific compiler issue.
10091
10092         * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
10093         Fixed some debug message crashes.
10094
10095         * include/dinput.h, windows/dinput.c:
10096         Lionel Ulmer <lionel.ulmer@free.fr>
10097         - implement EnumObjects and GetProperty for Mouse and Joystick drivers
10098         - implement SetDataFormat for the Mouse driver
10099
10100         * 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:
10101         Eric Pouech <Eric.Pouech@wanadoo.fr>
10102         Moved hardware related handling to dlls/winmm/joystick driver.
10103         Got rid of joySendMessages() hack (now implementation with a timer).
10104
10105 2000-02-25  Alexandre Julliard  <julliard@winehq.com>
10106
10107         * misc/debugstr.c:
10108         Release unused space in debug strings to avoid too frequent
10109         wrap-arounds in the circular buffer.
10110
10111         * dlls/oleaut32/Makefile.in: Added import of olepro32.
10112
10113         * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10114         Added OLE entries and comments.
10115
10116         * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10117         Japanese support implemented.
10118
10119         * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
10120         Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
10121         order to allow Windows 9x Perl to start.
10122
10123         * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
10124         This patch initializes the return buffer used in GetPrinterDriverA to
10125         zeros. This prevents buffer overruns caused by accessing garbage data.
10126         Some improvements to the NULL check patch.
10127
10128         Gautam Jain
10129         EnumPrinters is not returning the number of printers found in case the
10130         parameter dwLevel is 1.
10131
10132         * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
10133         Do not overwrite the valid ObjectAttributes->RootDirectory.
10134         Perform case insensitive comparison for the registry paths.
10135
10136         * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
10137         Added prototypes for registry functions.
10138
10139         * include/winbase.h, include/winnls.h:
10140         Dmitry Timoshkov <dmitry@sloboda.ru>
10141         Move definition of CPINFO structure from winbase.h to winnls.h
10142         Add definition of CPINFOEX structure to winnls.h
10143
10144         * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
10145         Add prototype for CRTDLL_wcstol.
10146
10147         * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10148         Fix for toolbar button size.
10149
10150         * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10151         Fixed CharNextA/CharNextExA for DBCS.
10152
10153         * 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:
10154         James Abbatiello <abbeyj@WPI.EDU>
10155         Misc. fixes for compiler warnings.
10156
10157         * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
10158         Pierre Mageau <pierre@macadamian.com>
10159         Implementation of OleConvert routines.
10160
10161         Thuy Nguyen <thuy@macadamian.com>
10162         Don't allow to resize stream open in read only mode
10163         Allow write access for stream/storage open with STGM_READWRITE.
10164         StgOpenStorage return values are now more detailed.
10165         Don't rely on STGM_CREATE flag in the Storage constructor.
10166         Preventing to write out of date property.
10167
10168         Owen Wang <owenw@corel.ca>
10169         Allow both positive & negative 32-bit integers as with MFC assumption.
10170         This patch improves the 32bit limit on IStream::*_Seek operations.
10171
10172         John Li <johnl@corel.ca>
10173         When WP opens a linked file, the malloc function in
10174         OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
10175         crash. The actual problem is the function reading a large data length.
10176
10177         * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
10178         Made some local functions static.
10179
10180         * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
10181         Patrik Stridvall <ps@leissner.se>
10182         Fixed some issues found by winapi_check.
10183
10184         * tools/winapi_check/*:
10185         Patrik Stridvall <ps@leissner.se>
10186         Moved some of the API specification from the global file to the local
10187         files.
10188
10189         * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
10190         James Abbatiello <abbeyj@WPI.EDU>
10191         Better thread safety for WarpPointer hack.
10192
10193         * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
10194         Juergen Schmied <juergen.schmied@debitel.net>
10195         Added AddAccessAllowedAce.
10196
10197         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
10198         Some more ListView_ macros, winelib fixes.
10199
10200         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
10201         Fixed allocation of 16x16 icons.
10202
10203         * dlls/commdlg/filedlg95.c:
10204         Juergen Schmied <juergen.schmied@debitel.net>
10205         For unicode: give the selected filename back.
10206
10207         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
10208         Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
10209         necessary.
10210
10211         * windows/painting.c: Serge Ivanov <sergei@corel.ca>
10212         We don't need to call LPtoDP in here as far as PatBlt does it internally.
10213
10214         * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
10215         In Windows, if PropertySheet can't create some page it just skips it. This
10216         patch adds similar behaviour to Wine. It also adds some NULL checks.
10217
10218         <yuxi@corel.com>
10219         Fix property sheet initialization bugs.
10220
10221         Matthew Robertson
10222         The template was calling GetActiveIndex which was not being set in the
10223         propsheet code, and the call was moved before we call SetActive -
10224         because that's where we query for the Active Index.
10225
10226         Noomen Hamza
10227         Resize property sheet to the largest dialog size.
10228
10229         Don Kelly
10230         In the WM_INITDIALOG handler for the prop sheet, there is a call to
10231         PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
10232         PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
10233         aligns the sizes of the "largest" prop. sheet dialog template and the tab
10234         control.  The IsTooSmall() call doesn't properly catch this mismatch.
10235         Modified the function to return TRUE if the sizes mismatch and renamed it to
10236         PROPSHEET_SizeMismatch() to reflect its proper use.
10237
10238         * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
10239         We define PathISURLA, so use it.
10240
10241         * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
10242         In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
10243         fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
10244         to improper display of overlay images.
10245
10246         * windows/win.c:
10247         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
10248         ATOMs are considered unique, so we don't need to check class
10249         pointers in FindWindow.
10250
10251         * objects/region.c: Serge Ivanov <sergei@corel.com>
10252         Not all region functions updated 'type' field to reflect current
10253         region state.
10254
10255         * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
10256         Eric Williams <ewill@ncal.verio.com>
10257         Minor fixups and tweaking, and a dummy hook.
10258
10259         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
10260         Fixed handling of filedlg flags.
10261
10262 2000-02-20  Alexandre Julliard  <julliard@winehq.com>
10263
10264         * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10265         Added FIXME comment for entry point parameter.
10266
10267         * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
10268         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10269         - stub for OLE32.MkParseDisplayName
10270         - spelling fixes
10271
10272         * windows/dialog.c, windows/win.c:
10273         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10274         - fixed my slightly incorrect EndDialog patch
10275         - cleaned up win.c
10276
10277         * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
10278         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10279         Spelling fixes.
10280
10281         * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
10282         Made the buffer list in the directsound object thread-safe.
10283
10284         * loader/module.c, loader/ne/module.c:
10285         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10286         It seems to be GetModuleFileName16 that checks exe version on whether
10287         to return long or short paths, not GetModuleFileNameA.
10288
10289         * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
10290         Avoid too much refreshing when changing the drive in the 16 bits file
10291         dialog.
10292
10293         * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
10294         GetLongPathName rewrite.
10295
10296         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
10297         Corel merge:
10298
10299         Pierre Mageau
10300         Don't update the combo box selection when closing the dialog only when
10301         clicking on OK button.  Adjust file dialog size when help button isn't
10302         present.
10303
10304         Don Kelly.
10305         Fixes problems with open dialog box filters.
10306
10307         Ulrich Czekalla
10308         Prevents the help button from displaying on OpenFile dialogs unless
10309         the proper flag is set in the OPENFILENAME struct.
10310
10311         Yuxi Zhang
10312         Fixed memory leak.
10313
10314         Jean-Claude Batista
10315         Add tooltips to the file Dialog toolbar.
10316
10317         Sylvain Bouchard, Bill Jin
10318         Three new functions
10319         EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
10320         Instead of passing in a copy of ofn, passing in the pointer of ofn.
10321
10322         David Golding
10323         A "!" was missing in a check against lpstrInitialDir.
10324
10325         Rick Mutzke
10326         Fixed crash: if dialog has no filetypes appearing in the dropdown list.
10327
10328         Matt Robertson, Ulrich Czekalla
10329         Fixed problems occurring with selection of files inside openfiledlg.
10330
10331         * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
10332         - activated use of templates
10333         - moved the creating of new folders to the shellview
10334
10335         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
10336         Juergen Schmied <juergen.schmied@debitel.net>
10337         Started with shell-clipboard handling (context menu cut&paste,
10338         drag&drop).
10339
10340         * dlls/shell32/dataobject.c:
10341         Juergen Schmied <juergen.schmied@debitel.net>
10342         Removed ItemIDListList, reorganisation, more formats.
10343
10344         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
10345         - implemented rename, copy and delete file
10346         - "new file" is activating label edit for rename
10347         - implemented IShellView_SelectItem
10348
10349         * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
10350         Juergen Schmied <juergen.schmied@debitel.net>
10351         Better context menus.
10352
10353         * 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:
10354         Juergen Schmied <juergen.schmied@debitel.net>
10355         - new files related to context menu and drag drop file operations
10356         - render functions for clipboardformats
10357
10358         * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
10359         Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
10360
10361         * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
10362         Juergen Schmied <juergen.schmied@debitel.net>
10363         Started implementation of shell notifications.
10364
10365         * dlls/shell32/shlfileop.c:
10366         Juergen Schmied <juergen.schmied@debitel.net>
10367         New file (SHFileOperation).
10368
10369         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
10370         Fixes.
10371
10372         * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
10373         Juergen Schmied <juergen.schmied@debitel.net>
10374         - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
10375         - implemented IPersistFolder2 interface
10376
10377         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
10378         Juergen Schmied <juergen.schmied@debitel.net>
10379         New aPidl handling functions.
10380
10381         * misc/main.c: Avoid crash on usage message.
10382
10383         * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
10384
10385         * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
10386         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10387         Added stub for RtlAssert().
10388
10389         * windows/x11drv/keyboard.c:
10390         Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10391         Added Japanese jp106 and pc98x1 keyboard layout.
10392
10393         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10394         Got rid of PROFILE_ functions, now accessing Wine config options
10395         through the registry.
10396
10397         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10398         While creating the wine config key, make sure that only Wine's subkeys
10399         are volatile.
10400
10401         * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
10402         Check for NULL ptr in PSDRV_GetDeviceCapabilities.
10403
10404         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
10405         Added a bit magic to CONSOLE_get_input so we don't get single Escapes
10406         from function key escape sequences.
10407
10408 2000-02-19  Alexandre Julliard  <julliard@winehq.com>
10409
10410         * memory/atom.c: Bug fix for native USER.
10411
10412         * loader/loadorder.c, wine.ini:
10413         Hard-coded DllPairs configuration; there is no need for the user to
10414         change it.
10415
10416         * 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:
10417         Store config file contents in the registry so we only have to load it
10418         once per session.
10419         Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
10420         Removed a few unnecessary/unused command-line options.
10421
10422 2000-02-18  Alexandre Julliard  <julliard@winehq.com>
10423
10424         * 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:
10425         Store the handle of the process exe file in the server.
10426         Removed PROCESS_Initial().
10427
10428         * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
10429         Set the type of VarBstrFromDate to dwFlags, instead of lcid.
10430
10431         Ulrich Czekalla  <ulrichc@corel.ca>
10432         Fixed the problem with the date being off by one.
10433
10434         Petar Djukic
10435         VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
10436         with VariantClear.
10437         Coerce function doesn't implement coercion for VT_DISPATCH type.
10438
10439         * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
10440         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10441         Added/corrected ordinals of kernel, gdi, user.
10442
10443         * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
10444         Popup windows will be hidden when minimizing the main frame.
10445
10446         * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
10447         Alexandre Julliard <julliard@codeweavers.com> (for Corel)
10448         Changed the loading of typelib files to use a memory mapping instead
10449         of reading the file bit by bit.
10450
10451         * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10452         DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
10453         path component even if a match already occurred.
10454
10455         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10456         Fixed prototype for OleTranslateColor.
10457
10458         * files/file.c: Matthew Cline <matt@nightrealms.com>
10459         Added WARN messages on open errors.
10460
10461         * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
10462         The maximum size of the buffer is 1024 bytes in Win32.
10463
10464 2000-02-16  Alexandre Julliard  <julliard@winehq.com>
10465
10466         * 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:
10467         Moved SystemHeap allocations to the process heap.
10468
10469         * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
10470         Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
10471
10472         * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
10473         Send WM_HELP message when F1 is pressed.
10474
10475         * 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:
10476         Alastair McKinstry <Alastair.McKinstry@digital.com>
10477         Added support for the following celtic languages: Irish Gaelic, Scots
10478         Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
10479
10480 2000-02-14  Alexandre Julliard  <julliard@winehq.com>
10481
10482         * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
10483         Juergen Schmied <juergen.schmied@debitel.net>
10484         Added stub for CoResumeClassObjects.
10485
10486         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
10487         - added argument printing to stubs
10488         - replaced memcmp by IsEqualGUID
10489         - implemented GetCapabilities for Mouse and Keyboard
10490
10491         * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
10492         ioctlsocket() now returns success if the app sets nonblocking mode for
10493         WSAAsyncSelect()-ed sockets.
10494
10495         * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10496         Fixed FreeBSD compile.
10497
10498         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10499         - fixed crash on mci channel tracing
10500         - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
10501
10502 2000-02-13  Alexandre Julliard  <julliard@winehq.com>
10503
10504         * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
10505         Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
10506
10507         * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
10508         Dave Pickles <davep@nugate.demon.co.uk>
10509         Added definition for STILL_ACTIVE.
10510
10511         * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
10512         Juergen Lock <nox@jelal.kn-bremen.de>
10513         Added configure check for the unix domain sockaddr length.
10514
10515         * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
10516         Fixed CDROM_Audio_Seek for non-linux systems.
10517
10518         * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
10519         GetObjectA() now rejects GDI handles which are invalid.
10520
10521         * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
10522         VERSION_GetSystemDLLVersion crashed when being called on a .so.
10523
10524         * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
10525         Display the system popup menu when clicking with the right mouse
10526         button in the window caption.
10527
10528         * dlls/ole32/clipboard.c: Removed check for class existence.
10529
10530         * 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:
10531         Alexandre Julliard <julliard@codeweavers.com>
10532         Removed superfluous GlobalFindAtom calls.
10533
10534         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
10535         Reading of ri blocks.
10536         Better error handling.
10537
10538         * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
10539         Check that ci->hWindowMenu is not zero before using it.
10540
10541         * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
10542         David Howells <David.Howells@nexor.co.uk>
10543         Implemented isw*() wctype.h functions.
10544
10545         * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10546         Better error messages.
10547
10548         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
10549         Fixed off-by-one error.
10550
10551         * 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:
10552         Moved global atoms to the server (based on the work of Sergei
10553         Turchanov <turchanov@otvprim.ru>).
10554
10555 2000-02-12  Alexandre Julliard  <julliard@winehq.com>
10556
10557         * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
10558         Added a PTEXTMETRIC[A|W] definition.
10559
10560         * include/windef.h: Matthew Cline <matt@nightrealms.com>
10561         Added typedefs for PSHORT and PUSHORT.
10562
10563         * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10564         Protect EndDialog() from invalid window handles.
10565
10566         * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
10567         Lionel Ulmer <lionel.ulmer@free.fr>
10568         Replaced fprintfs by proper debug macros and fixed some compilation warnings.
10569
10570 2000-02-10  Alexandre Julliard  <julliard@winehq.com>
10571
10572         * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
10573         Added GUIDs, defines, and structures for DirectX7.
10574
10575         * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
10576         Oleg Korda <oleg@isp.nsc.ru>
10577         Added Russian translation.
10578
10579         * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
10580         Added missing goto in switch statement.
10581
10582         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
10583         Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
10584
10585         * 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:
10586         Optimized debugging API to reduce code size.
10587
10588         * 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:
10589         Removed extra includes from ole.h and wingdi.h.
10590
10591         * */*:
10592         Jeremy White <jwhite@codeweavers.com>
10593         Removed #include of wingdi.h and windef.h from winuser.h (and resolved
10594         the resulting compilation failures).
10595
10596 2000-02-07  Alexandre Julliard  <julliard@winehq.com>
10597
10598         * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
10599         Make CLSIDFromString return a CLSID of zeros instead of crashing when
10600         passed a null pointer.
10601
10602         * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10603         Fixed unconditional use of JOYDEV.
10604
10605         * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
10606         Michael Cardenas <michael_cardenas@deneba.com>
10607         Added a bunch of macros needed for compiling Winelib apps.
10608
10609         * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
10610         Added ListView_EditLabel macros.
10611
10612         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
10613         Changed import to ordinal.
10614
10615         * include/wine/obj_shellfolder.h:
10616         Juergen Schmied <juergen.schmied@debitel.net>
10617         Added IPersistFolder2 interface.
10618
10619         * 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:
10620         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10621         - implemented serial numbers for audio CDs and data CDs
10622         - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
10623           naming and such
10624         - split debug channel cdaudio into cdrom and mcicda
10625         - fixed some typos
10626
10627         * dlls/oleaut32/olefont.c, include/olectl.h:
10628         Sean Langley <seanl@corel.ca>
10629         Made OleCreateFontIndirect have the same signature (exactly) as the
10630         header file. Added olepro32 dll stubs.
10631
10632         * 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:
10633         Sean Langley <seanl@corel.ca>
10634         OLEPRO32 stubs.
10635
10636         * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
10637         Added CF_HDROP.
10638
10639         * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
10640         Extended the winmm joystick API calls to support the new Linux
10641         joystick driver.
10642
10643         * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
10644         Added context functions for FreeBSD.
10645
10646         * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
10647         Fix for the system tray, Icon and popup menu's now work.
10648
10649         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10650         Use window properties instead of window long, also use them to
10651         determine if we really own a window and can destroy it.
10652         The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
10653         Set paintable flag for application passed cooperative/drawing window.
10654         GetDisplayMode: We might have and do support 2 backbuffers.
10655
10656         * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
10657         Running object table are not using 0 as a valid index anymore.
10658
10659         * controls/static.c: Luc Tourangeau <luc@macadamian.com>
10660         Implementation of Static OwnerDraw.
10661
10662         * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
10663         Height calculation was 1 off in ImageList_Read.
10664
10665 2000-02-03  Alexandre Julliard  <julliard@winehq.com>
10666
10667         * 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:
10668         Removed resource.h.
10669
10670         * 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:
10671         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10672         Added .spec files for all libtest/ and programs/ WineLib apps.
10673         Updated all Makefiles to use .spec files and new resource handling.
10674
10675         * 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:
10676         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10677         Added .spec keyword 'mode' to allow creating built-in EXE modules.
10678         Use built-in EXE modules for WineLib apps (instead of ELF modules).
10679         Removed dummy ELF module creation.
10680         Removed LIBRES handling.
10681
10682         * programs/notepad/main.c:
10683         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10684         Fixed memory overwrite bug.
10685
10686         * include/windef.h, include/wine/windef16.h:
10687         Jeremy White <jwhite@codeweavers.com>
10688         Moved definitions such as BOOL16 and INT16 from windef.h into
10689         wine/windef16.h.
10690
10691         * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
10692         GetNumberFormatA implementation added.
10693
10694         * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10695         Save and restore cursor in WriteConsoleOutputA.
10696
10697         * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
10698         Alex Priem <alexp@sci.kun.nl>
10699         - Implementation of WM_SETFORMAT
10700         - Reworked drawing/selection
10701         - Implementation of WM_KEYDOWN
10702
10703         * include/miscemu.h, msdos/int09.c, msdos/int16.c:
10704         Ove Kaaven <ovek@arcticnet.no>
10705         Added INT_Int16ReadChar and made int09 handle special keys.
10706
10707         * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
10708         Added alphanumeric mode to the VGA emulation.
10709         Use service thread for the periodic refresh.
10710
10711         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
10712         Cleanup VGA refresh when terminating.
10713
10714         * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
10715         Handle backspace correctly.
10716
10717 2000-01-31  Alexandre Julliard  <julliard@winehq.com>
10718
10719         * configure, Make.rules.in, */Makefile.in:
10720         Build most dlls as separate shared libraries.
10721
10722 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
10723
10724         * configure.in, include/config.h.in, server/context_i386.c, configure:
10725         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10726         Added configure check for sys/reg.h.
10727
10728         * dlls/comctl32/imagelist.c, include/imagelist.h:
10729         Marcus Meissner <marcus@jet.franken.de>
10730         Overlay indices are signed shorts (-1 means no overlay)
10731         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
10732         (ImageList_Read) We can read a NxM bitmap from the stream and have
10733         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
10734         documentation.
10735         (others) removed some potential operator precendence problems.
10736
10737         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
10738         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
10739
10740         * 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:
10741         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10742         Moved debugger to libwine to make it available to WineLib apps.
10743         Try to invoke external debugger if internal debugger crashes.
10744         Try to handle early invocation of debugger more gracefully.
10745
10746         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
10747         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10748         Mark initial process as 32-bit for WineLib apps.
10749         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
10750         Removed unused thread event.
10751
10752         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10753         - Windows skips the '\t' and ' ' at the beginning and end of section
10754           key names of .INI files.
10755         - Fixed Get/WritePrivateProfileStructA():
10756           - (re-)translate the binary data into ASCII hex chars
10757           - add checksum / checking of it
10758
10759 ----------------------------------------------------------------
10760 2000-01-30  Alexandre Julliard  <julliard@winehq.com>
10761
10762         * configure.in, include/config.h.in, server/context_i386.c, configure:
10763         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10764         Added configure check for sys/reg.h.
10765
10766         * dlls/comctl32/imagelist.c, include/imagelist.h:
10767         Marcus Meissner <marcus@jet.franken.de>
10768         Overlay indices are signed shorts (-1 means no overlay)
10769         (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
10770         (ImageList_Read) We can read a NxM bitmap from the stream and have
10771         to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
10772         documentation.
10773         (others) removed some potential operator precendence problems.
10774
10775         * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
10776         GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
10777
10778         * 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:
10779         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10780         Moved debugger to libwine to make it available to WineLib apps.
10781         Try to invoke external debugger if internal debugger crashes.
10782         Try to handle early invocation of debugger more gracefully.
10783
10784         * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
10785         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10786         Mark initial process as 32-bit for WineLib apps.
10787         Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
10788         Removed unused thread event.
10789
10790         * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10791         - Windows skips the '\t' and ' ' at the beginning and end of section
10792           key names of .INI files.
10793         - Fixed Get/WritePrivateProfileStructA():
10794           - (re-)translate the binary data into ASCII hex chars
10795           - add checksum / checking of it
10796
10797         * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
10798         Juergen Schmied <juergen.schmied@debitel.net>
10799         - fixes, loading of settings per user
10800         - autodetecting of windows registry version
10801
10802         * 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:
10803         Francois Gouget <fgouget@psn.net>
10804         The COM virtual tables must use the
10805         'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
10806
10807         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
10808         Made int9 handler add keystroke to BIOS keyboard buffer.
10809
10810         * loader/dos/dosmod.c, loader/dos/dosmod.h:
10811         Ove Kaaven <ovek@arcticnet.no>
10812         dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
10813
10814         * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
10815         Added a couple of prototypes.
10816
10817         * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
10818         Add information about code pages to default registry.
10819
10820         * configure.in, Make.rules.in, configure:
10821         Patrik Stridvall <ps@leissner.se>
10822         - Unixware (Solaris) linker typo fixed
10823         - Solaris (and possibly Unixware) specific linker support for the
10824           GNU:ism --[no-]whole-archive
10825         - Solaris make specific makefile fix
10826
10827         * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
10828         Solaris support for {set,get}_thread_context added.
10829
10830 2000-01-29  Alexandre Julliard  <julliard@winehq.com>
10831
10832         * server/context_i386.c:
10833         Added our own user_regs_struct definition for better compatibility.
10834
10835         * controls/button.c, windows/dialog.c:
10836         Dmitry Timoshkov <dmitry@sloboda.ru>
10837         Correct the behaviour of the accelerator keys in dialogs according to
10838         the Windows' one.
10839
10840         * 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:
10841         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10842         Link only a single .rc file with application.
10843
10844         * 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:
10845         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10846         - add some documentation items
10847         - fix some spelling
10848         - fix some warnings
10849
10850         * 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:
10851         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10852         - support for reading labels and serial nums from device
10853         - "reasonable" misc/cdrom.c device handling
10854         - much improved audio CD support
10855         - serial number overwrite bug fix
10856         - spelling fixes
10857
10858         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
10859         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10860         Added SETUPX dll.
10861
10862         * dlls/ole32/ole2.spec, server/process.c:
10863         Patrik Stridvall <ps@leissner.se>
10864         Fixed minor issues found by winapi_check.
10865
10866         * tools/winapi_check/*:
10867         Patrik Stridvall <ps@leissner.se>
10868         - Minor fixes.
10869         - Moved some of the API specifications from the global file to the
10870           local files.
10871
10872         * include/imagelist.h, dlls/comctl32/imagelist.c:
10873         Marcus Meissner <marcus@jet.franken.de>
10874         Implemented ImageList_Read (not 100% correct in regarding to setting
10875         the bitmap).
10876         Filled out unknown members of ILHEAD.
10877         Started reordering IMAGELIST to make it Windows binary compatible.
10878
10879         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
10880         nIconIndex == -1 should return nr of available icons, not 0.
10881
10882         * Makefile.in: Fixed building of dosmod and wineclipsrv.
10883
10884         * misc/debugstr.c:
10885         Bug fix: added temp structure to cope with debug traces during thread
10886         startup.
10887
10888         * 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:
10889         Removed debugstr.h.
10890
10891         * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
10892         Use a per-thread buffer and write(2) for debug traces.
10893         Removed debug_dumpstr.
10894
10895 2000-01-27  Alexandre Julliard  <julliard@winehq.com>
10896
10897         * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
10898         Small fix.
10899
10900         * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
10901         Get HCU name from unix user name.
10902
10903         * 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:
10904         Implemented GetThreadSelectorEntry through the server.
10905
10906 2000-01-26  Alexandre Julliard  <julliard@winehq.com>
10907
10908         * dlls/winmm/lolvldrv.c:
10909         Dynamically load version.dll in MMDRV_GetDescription32.
10910
10911         * dlls/ole32/ole2.c:
10912         Use a linked list instead of a DPA for the hook list.
10913
10914         * windows/x11drv/clipboard.c:
10915         Use a linked list instead of a DPA to manage pixmaps.
10916
10917         * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
10918         Gerard Patel <g.patel@wanadoo.fr>
10919         Returns an error if trying to write to a stream opened for read.
10920
10921         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10922         Add a newbie warning for slashes in the search Path= of wine.conf.
10923
10924         * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
10925         Wait for ShmCompletion during Flip.
10926
10927         * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
10928         Made --enable-dll the default.
10929         Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
10930         Cleaned up install targets in main Makefile.
10931
10932         * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
10933
10934 2000-01-25  Alexandre Julliard  <julliard@winehq.com>
10935
10936         * 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:
10937         Use argv[0] to locate the server executable.
10938
10939         * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
10940         Alexandre Julliard <julliard@codeweavers.com>
10941         Share the system heap between different address spaces. Made process
10942         heap per-address space instead of per-process.
10943
10944         * 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:
10945         Alexandre Julliard <julliard@codeweavers.com>
10946         Made the server listen for new clients on a Unix socket in
10947         $HOME/.wine. Newly started wine processes now attach to an existing
10948         server if one is running.
10949
10950         * files/profile.c, include/options.h:
10951         Added PROFILE_GetConfigDir function.
10952
10953 2000-01-24  Alexandre Julliard  <julliard@winehq.com>
10954
10955         * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
10956         Changed the server to return STATUS_* error codes.
10957
10958         * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
10959         Built a complete translation table for RtlNtStatusToDosError.
10960
10961         * include/winerror.h, include/winnt.h: Added some error codes.
10962
10963         * windows/nonclient.c:
10964         Use GetProcAddress instead of calling ShellAboutA directly.
10965
10966 2000-01-23  Alexandre Julliard  <julliard@winehq.com>
10967
10968         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
10969         Merged dlls/ver into dlls/version.
10970
10971         * 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:
10972         Juergen Schmied <juergen.schmied@debitel.net>
10973         - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
10974           NtAllocateLocallyUniqueId
10975         - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
10976           RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
10977           RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
10978           RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
10979           RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
10980           RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
10981           RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
10982           RtlValidSid, RtlxUnicodeStringToOemSize
10983         - corrected most RtlString* functions, added documentation
10984         - more fixes and partial implementations
10985
10986         * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
10987         Ove Kaaven <ovek@arcticnet.no>
10988         Added -dxgrab command line option, which confines cursor motion to the
10989         DirectX primary surface.
10990
10991         * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
10992         Replaced some weird C constructs (char[]="" ) with more compatible ones.
10993         Added another NULL ptr check in _OnOpen.
10994
10995         * 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:
10996         Moved winsock implementation to dlls/winsock.
10997
10998         * dlls/*/.cvsignore:
10999         Marcus Meissner <marcus@jet.franken.de>
11000         Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
11001
11002         * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
11003         Corrected arguments to VirtualFree().
11004
11005         * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
11006         Dmitry Timoshkov <dmitry@sloboda.ru>
11007         Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
11008         lstrcpynWtoA().
11009
11010         * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
11011         Map WM_MENUSELECT 32->16 bits for closing menu.
11012
11013         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
11014         Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
11015
11016         * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
11017         Implemented (Register|Get|Revoke)ActiveObject from the docs.
11018
11019         * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
11020         Ove Kaaven <ovek@arcticnet.no>
11021         Supercharged XShm implementation for DirectDraw.
11022
11023         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11024         Bugfix: missing NULL pointer checks.
11025
11026         * loader/pe_image.c:
11027         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11028         Check for MZ header before trying to decipher the PE header.
11029
11030         * relay32/kernel32.spec:
11031         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11032         Export GetLongPathName[A|W].
11033
11034         * memory/global.c, memory/heap.c:
11035         Guy Albertelli <galberte@neo.lrun.com>
11036         Fix problems with GlobalHandle and GlobalFree so results match Win98.
11037         Restructure HEAP_ValidateInUseArena, HeapValidate, and add
11038         HEAP_IsRealArena to eliminate *bogus* error messages.
11039
11040         * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11041         Actually print return value of message.
11042
11043         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
11044         Corrected arguments in DIB_DeleteDIBSection.
11045
11046         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
11047         Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
11048         help of James Feeney <james@nurealm.net>.
11049
11050 2000-01-20  Alexandre Julliard  <julliard@winehq.com>
11051
11052         * 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:
11053         Alexandre Julliard <julliard@codeweavers.com>
11054         Added Get/SetThreadContext support through the server.
11055
11056 2000-01-18  Alexandre Julliard  <julliard@winehq.com>
11057
11058         * 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:
11059         Added debugstr_guid function and used it to replace
11060         WINE_StringFromCLSID in all debugging messages.
11061
11062         * dlls/winmm/wineoss/audio.c:
11063         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11064         Always initialize lpWaveHdr->lpNext to NULL.
11065         Don't fail on strange fragment sizes.
11066
11067 2000-01-17  Alexandre Julliard  <julliard@winehq.com>
11068
11069         * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
11070         Add some defines needed for Unicode to Ascii conversions.
11071
11072         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
11073         Better error handling, less keys held open.
11074
11075         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11076         EnumDisplayModes must pass lPitch.
11077
11078         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
11079         Validate the menu handles.
11080
11081         * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
11082         Rounds to the lowest integer, not the nearest.
11083
11084         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11085         Fixed race between Win16 parent and child for first rescheduling
11086         of child process. This fixes WinExec returning too early.
11087
11088 2000-01-16  Alexandre Julliard  <julliard@winehq.com>
11089
11090         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
11091         Use --whole-archive to force linking all of libwine.a. into wine.
11092
11093         * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
11094         Added automatic registration of built-in DLLs.
11095
11096 2000-01-15  Alexandre Julliard  <julliard@winehq.com>
11097
11098         * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
11099         Fixed IPX detection.
11100
11101         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
11102         New implementation of the win95 registry loader.
11103
11104         * dlls/advapi32/registry.c:
11105         Juergen Schmied <juergen.schmied@debitel.net>
11106         If there is enough space in the buffer and the type is REG_SZ and the
11107         string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
11108
11109         * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
11110         Display the external modules after the internal modules in crash report.
11111
11112         * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
11113         Made SetVolumeLabel report failure on CD-ROM drives.
11114
11115         * documentation/status/directplay:
11116         Peter Hunnisett <hunnise@nortelnetworks.com>
11117         Updated documentation.
11118
11119         * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
11120         Eric Pouech <Eric.Pouech@wanadoo.fr>
11121         Replaced Wine specific DRIVER_GetType by a correct implementation of
11122         GetDriverFlag.
11123
11124         * configure, configure.in, include/wine_gl.h:
11125         Lionel Ulmer <lionel.ulmer@free.fr>
11126         - (ugly) fix for the 'Xmd.h' problem
11127         - fix the detection of DGA 2 in configure script
11128
11129         * include/thread.h, scheduler/thread.c:
11130         Juergen Schmied <juergen.schmied@debitel.net>
11131         - added NT fields to TEB
11132         - moved tls-fields and some wine specific fields to a higher offset
11133         - added some documentation
11134         - initialisation of the UnicodeString
11135
11136         * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
11137         Add HAVE_SOUNDCARD_H to support OpenBSD.
11138
11139         * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
11140         Peter Hunnisett <hunnise@nortelnetworks.com>
11141         - Added some missing EMR record types and updated and fixed others
11142         - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
11143         - Added header for SetICMMode
11144         - Added ability to play more enhanced metafile records
11145
11146         * graphics/enhmetafiledrv/init.c:
11147         Peter Hunnisett <hunnise@nortelnetworks.com>
11148         Store reference hdc size into enhanced metafile header when creating.
11149
11150         * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
11151         Marcus Meissner <marcus@jet.franken.de>
11152         Implemented OleRun.
11153
11154         * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
11155         Removed DeleteObject call left over from previous patch.
11156
11157         * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
11158         Fixed bad register constraint in InterlockedCompareExchange.
11159
11160         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
11161         Added prototypes for the NT synchronization functions
11162         InterlockedCompareExchange and InterlockedExchangeAdd.
11163
11164         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11165         Don't access 'wm->modname' after the modref has been flushed.
11166
11167         * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
11168         Added null check in GlobalHandle.
11169
11170 2000-01-12  Alexandre Julliard  <julliard@winehq.com>
11171
11172         * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
11173         Removed a dependency between oleaut32 and comctl32.
11174
11175         * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
11176         More STATUS_ codes.
11177
11178         * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
11179         Fixed macro definition of IDirectDrawSurface_Restore.
11180         Added defines for Ddraw's WaitForVerticalDisplay().
11181
11182         * include/dsound.h: Steve Langasek <vorlon@dodds.net>
11183         Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
11184         IDirectSoundBuffer_Unlock.
11185
11186         * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
11187         Missing Winelib declarations for AUXCAPS.
11188
11189         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11190         Fix (harmless) assembler warnings.
11191
11192         * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
11193         Fix problem with initialization (reported by Andreas Mohr).
11194
11195         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
11196         InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
11197
11198 ----------------------------------------------------------------
11199 Sun Jan  9 21:42:42 2000  Alexandre Julliard  <julliard@winehq.com>
11200
11201         * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
11202         Non-Linux compile fix.
11203
11204         * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
11205         DOSFS_DoGetFullPathName would underflow (p would get past the
11206         beginning of buffer) if given the name "//..".
11207         Regrouped the handling of the directory separators.
11208         Directory separators in the returned path are now alway a single "\"
11209         which simplifies the handling of ".." in the name.
11210
11211         * dlls/advapi32/registry.c:
11212         Juergen Schmied <juergen.schmied@debitel.net>
11213         Corrected behaviour of RegOpenKey in case of failure.
11214
11215         * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
11216         Juergen Schmied <juergen.schmied@debitel.net>
11217         - removed copying of HKEY_USERS to HKEY_CURRENT_USER
11218         - HKEY_CURRENT_USER is now subkey of HKEY_USERS
11219         - changed query_key_info_request to return the key name too (NtQueryKey needs this)
11220         - the rootkeys (MACHINE and USER) do have names
11221
11222         * include/gdi.h, objects/dc.c, objects/gdiobj.c:
11223         Gerard Patel <g.patel@wanadoo.fr>
11224         Avoid deleting of the default 1x1 bitmap for memory DCs.
11225
11226         * 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:
11227         Built-in DLLs resources are now specified in spec file.
11228         Removed unnecessary flags in built-in DLLs tables.
11229
11230         * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
11231         Erez Volk <erez@gmx.net>
11232         Added stubs for some BiDi API functions.
11233
11234         * dlls/winmm/mciwave/mciwave.c:
11235         Bradley Baetz <bbaetz@student.usyd.edu.au>
11236         Fixed race condition between app and wine in WAVE_mciPlay.
11237
11238         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
11239         Stop menu tracking when clicking on the menu bar where there is no
11240         menu item.
11241
11242         * win32/newfns.c: Erez Volk <erez@gmx.net>
11243         Better error reporting.
11244
11245 Sat Jan  8 22:27:31 2000  Alexandre Julliard  <julliard@winehq.com>
11246
11247         * graphics/x11drv/xfont.c:
11248         Backed out scalable bitmap change (gives ugly results).
11249
11250         * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
11251         GetMenuString should return itemlength on 0 nMax or NULL str
11252         InsertItem pos=-1, flags = 0 should append item
11253         (thanks to Sander van Leeuwen)
11254
11255         * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
11256         David Elliott <dfe@netnitco.net>
11257         Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
11258         Added critical section around code dealing with global variables.
11259         Added a few comments about how ASPI is supposed to work.
11260         Copy sense info into the correct place (right after the fixed 16-byte CDB).
11261         Now returns target status (many Windows apps won't even look at the
11262         sense are unless they get an error code).
11263         Added SC_ABORT_SRB FIXME.
11264         Added SC_GET_DISK_INFO place holder for clarity.
11265         Updated Linux SG interface structure to include new kernel 2.2
11266         status fields.
11267
11268         * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
11269         Look for our header files first, then for systems headers.
11270
11271         * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
11272         The new filedialog stuff does not handle template. So do not call if
11273         there are any.
11274
11275         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
11276         Avoid problems during changing the Z-order if the window and the
11277         window to insert after are the same.
11278
11279         * libtest/expand.c, libtest/hello5.c:
11280         Marcus Meissner <Marcus.Meissner@caldera.de>
11281         Removed GUI junk from expand.c, so you can use it in commandline mode.
11282         Fixed hello5.c.
11283
11284         * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
11285         Patrik Stridvall <ps@leissner.se>
11286         Fixed some issues found by winapi_check.
11287
11288         * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
11289         Patrik Stridvall <ps@leissner.se>
11290         - Added support for auto allocated ordinals
11291         - Fixed varargs (16 bit) bug
11292         - Minor fixes
11293
11294         * dlls/version/info.c:
11295         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11296         Fixed alignment problem with VERSION_INFO members.
11297
11298 Wed Jan  5 03:24:52 2000  Alexandre Julliard  <julliard@winehq.com>
11299
11300         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
11301         Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
11302         of the $X_EXTRA_LIBS are required.
11303
11304         * windows/defwnd.c, windows/painting.c:
11305         Patrik Stridvall <ps@leissner.se>
11306         - Made FillRect behave like it does on Windows
11307         - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
11308         - Added some comments on how Windows behaves
11309
11310         * windows/winhelp.c: Peter Ganten <peter@ganten.org>
11311         Check if winhelp is already running; use winhlp32.exe or winhelp.exe
11312         depending on the emulated version, relase win16lock before calling
11313         WinHelpA.
11314
11315         * AUTHORS, include/authors.h:
11316         Updated authors list from the Changelog. Please let me know if you
11317         have been left out.
11318
11319         * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
11320         TrueType clarification.
11321
11322         * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
11323         Lionel Ulmer <lionel.ulmer@free.fr>
11324         - detect if the OpenGL implementation defines the paletted texture and
11325           color table extensions
11326         - small warning fixes
11327         - fix the double '-lXxf86dga' when having DGA 2.0
11328
11329         * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
11330         Some comm clean up, much more error messages, only use TIOCOUTQ if
11331         defined [wine-bugs/104], tried implementing SetCommTimeouts.
11332
11333         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
11334         - When processing WM_PAINT messages, the treeview might sometimes use
11335           the wrong hdc. Fixed.
11336         - Better checking for TREEVIEW_INFO *infoPtr=NULL.
11337           Similar to code in toolbar.c
11338         - Other small fixes (subclassed edit control).
11339
11340         * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11341         Bugfix: uninitialized pointer caused crashes.
11342
11343         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
11344         Made virus warning a bit more drastic, since some people don't believe us.
11345
11346         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
11347         Some comm clean up, much more error messages, only use TIOCOUTQ if
11348         defined [wine-bugs/104], tried implementing SetCommTimeouts.
11349
11350         * files/profile.c: Rein Klazes <rklazes@casema.net>
11351         Implement WritePrivateProfileSectionA().
11352
11353         * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
11354         Fix for compilers that don't support 'long long' (From Ove Kaaven).
11355
11356 Tue Jan  4 02:40:22 2000  Alexandre Julliard  <julliard@winehq.com>
11357
11358         * scheduler/thread.c, server/thread.c:
11359         Moved allocation of the socket pair for a new thread to the server.
11360
11361         * server/debugger.c: Made debug events and contexts standard objects.
11362         Use sleep_on to wait on debug events.
11363
11364         * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
11365         Made sleep_on usable from all requests.
11366
11367         * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
11368         Eric Pouech <Eric.Pouech@wanadoo.fr>
11369         Added more MIDI messages 16<=>32 mapping.
11370         Fixes some bugs in buffers handling and index for MAPPER.
11371
11372         * include/callback.h, if1632/thunk.c:
11373         Eric Pouech <Eric.Pouech@wanadoo.fr>
11374         Removed the obsoleted CallTimeFuncProc, CallDriverProc,
11375         CallDriverCallback.
11376
11377         * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
11378         Eric Pouech <Eric.Pouech@wanadoo.fr>
11379         Put back visible minimum timer resolution to 1 ms.
11380         Decorrelate the service thread resolution from the user required timer
11381         & visible minimum resolutions.
11382         Removed the Callback.TimeFuncProc entry.
11383
11384         * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
11385         Give +0+0 as a default position for the desktop window.
11386
11387         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
11388         Convert mmio to allow the use of 32 bit mmio procedures.
11389
11390         * 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:
11391         Juergen Schmied <juergen.schmied@debitel.net>
11392         Small fixes.
11393
11394         * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
11395         Patrik Stridvall <ps@leissner.se>
11396         Fixed some issues found by winapi_check.
11397
11398         * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
11399         Patrik Stridvall <ps@leissner.se>
11400         Updated winapi_check to handle the new additions.
11401
11402         * dlls/comctl32/monthcal.c, include/monthcal.h:
11403         Chris Morgan <cmorgan@wpi.edu>
11404         James Abbatiello <abbeyj@wpi.edu>
11405         Implemented WM_SIZE message support. Optimized drawing to use
11406         precalculated size values rather than recalculating during each call
11407         of MONTHCAL_Refresh.
11408
11409         * relay32/user32.spec, windows/dialog.c:
11410         Juergen Schmied <juergen.schmied@debitel.net>
11411         Corrected parameter count for DialogBoxIndirectParamAorW.
11412
11413         * controls/scroll.c: Rein Klazes <rklazes@casema.net>
11414         Don't show the scrollbar if SetScrollinfo() is called with only the
11415         SIF_DISABLENOSCROLL flag.
11416
11417         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
11418         Added extra US keymap with the infamous phantom key.
11419
11420         * Makefile.in, dlls/winmm/wineoss/Makefile.in:
11421         Eric Pouech <Eric.Pouech@wanadoo.fr>
11422         Use a uniform naming scheme for driver modules.
11423
11424         * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11425         Encapsulated Wine internal data into an ifdef __WINE__.
11426
11427         * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
11428         Eric Pouech <Eric.Pouech@wanadoo.fr>
11429         Moved the 16 bit driver functions callout into the dir.
11430
11431         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11432         Added support for WODM_BREAKLOOP message.
11433
11434         * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11435         Removed extraneous ERR message.
11436
11437         * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11438         Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
11439
11440         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11441         Use case insensitive comparison while searching for new modules.
11442
11443         * dlls/ntdll/ntdll.spec:
11444         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11445         Added spec entry for _itoa.
11446
11447         * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
11448         Bertho Stultiens <bertho@panter.soci.aau.dk>
11449         Generated labels of resource names must be unique throughout the
11450         generated code.
11451
11452         * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11453         "resultp" can be NULL in SendMessageTimeout*().
11454
11455         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
11456         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11457         - prevent mem leak of CRTDLL_acmdln_dll
11458         - better argument parsing
11459         - last xargv entry has to be NULL
11460         - return value is environment pointer instead of NULL
11461         - added a spec entry for bsearch()
11462
11463 Sat Jan  1 22:38:21 2000  Alexandre Julliard  <julliard@winehq.com>
11464
11465         * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
11466         Peter Ganten <peter@ganten.org>
11467         Implemented WaitForInputIdle.
11468
11469         * misc/ddeml.c, windows/win.c:
11470         Fixed potential buffer overflows (spotted by Francois Gouget).
11471
11472         * 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:
11473         Make use of automatic ordinal allocation.
11474
11475         * 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:
11476         Moved poll handling to the generic part of the server objects.
11477         Fixed busy waiting on POLLERR events.
11478         Merged struct client into struct thread.
11479
11480 Mon Dec 27 05:26:01 1999  Alexandre Julliard  <julliard@winehq.com>
11481
11482         * 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:
11483         Cosmetics.
11484
11485         * 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:
11486         Francois Gouget <fgouget@psn.net>
11487         Buffer overflows and strncpy fixes.
11488
11489         * loader/pe_image.c:
11490         PE_FindExportedFunction: use a binary search for function names.
11491
11492 Sun Dec 26 23:12:38 1999  Alexandre Julliard  <julliard@winehq.com>
11493
11494         * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
11495         Fixed/commented out duplicate entry point names.
11496
11497         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
11498         Added support for automatic ordinal allocation.
11499         Output list of function names in sorted order.
11500         Added support for nameless (ordinal-only) entry points.
11501         Cleaned up error handling.
11502
11503         * 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:
11504         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11505         Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
11506         Map a few Unicode chars to the first 0xff in psdrv.
11507         Don't expect x11drv to display Unicode chars yet.
11508
11509         * 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:
11510         Francois Gouget <fgouget@psn.net>
11511         Wrapped some strings in a debugstr_* call.
11512         Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
11513         Removed redundant 'L's for Unicode strings.
11514         Tried to harmonize the traces a little bit.
11515
11516         * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
11517         debugstr_w now returns something looking like 'L"xxxx"...'
11518
11519         * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
11520         FILEDLG95_HandleCustomDialogMessages:
11521         - for the three handled messages we must return the required buffer size
11522         - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
11523         - fixed multiple potential buffer overflows.
11524         FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
11525         FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
11526         leading to a buffer overflow.
11527
11528 Sat Dec 25 22:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
11529
11530         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
11531         Added support for playing more record types (still more to come).
11532
11533         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
11534         Better support very long strings by avoiding to copy them in a fixed
11535         size buffer (one exception partly remains: callback strings).
11536         Raise the buffer size to 512 characters.
11537         Merge the handling of item 0 and other items together in GetItemA to
11538         reduce code duplication.
11539
11540         * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11541         Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
11542
11543         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
11544         Cast the unsigned int to signed, or NEAR_MATCH will not work.
11545
11546         * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
11547         Eric Pouech <Eric.Pouech@wanadoo.fr>
11548         Fixed first/last playable frame referencing.
11549
11550         * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
11551         Eric Pouech <Eric.Pouech@wanadoo.fr>
11552         Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
11553         Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
11554
11555         * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
11556         Test pointers passed to copyrect for NULL.
11557
11558         * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11559         Restore erroneously deleted lines.
11560
11561         * dlls/comctl32/comctl32undoc.c:
11562         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11563         DPA_DeletePtr was resizing the array to a too small size.
11564
11565         * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11566         Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
11567         client area is less than the icon spacing.
11568
11569         * documentation/linux-fat-permissions:
11570         Steven Elliott <elliotsl@mindspring.com>
11571         Added a document that describes configuring FAT filesystem permissions
11572         for Wine.
11573
11574         * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
11575         NT allocates one page as TEB. Some native NT-dlls are using this.
11576
11577         * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11578         Don't skip usable X fonts. Add support for koi8 fonts.
11579
11580         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
11581         Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
11582         crash if the handle is INVALID_HANDLE_VALUE.
11583
11584         * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
11585         Changed the "this_is_a_syntax_error" error message to a more specific
11586         error message.
11587
11588 Mon Dec 20 04:14:48 1999  Alexandre Julliard  <julliard@winehq.com>
11589
11590         * 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:
11591         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11592         Move Bezier code out of x11drv into commmon GDI code; if any driver
11593         does not implement PolyBezier[To] the curve is approximated to lines
11594         and drawn with Polyline.
11595         Implement many GDI-Path recording functions (at least the win9x subset).
11596         Implement FlattenPath and FillPath.
11597
11598         * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
11599         Fixed ordinal numbering and added new spec stub.
11600
11601         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
11602         Readded Xpm autoconf checks.
11603
11604         * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
11605         EnumSystemLocalesA should look for registry values, not subkeys.
11606
11607         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
11608         Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
11609
11610         * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
11611         Corrected background color and fixed leaking GDI brush.
11612
11613         * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
11614         NT loader: don't stop loading a hive when an error occurs.
11615
11616         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11617         PlayMetaFile and EnumMetaFile should work if the hdc is a
11618         (enh)metafile DC.
11619
11620         * README: Juergen Lock <nox@jelal.kn-bremen.de>
11621         Updated the FreeBSD notes, the LDT patch finally made it into -current.
11622
11623         * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
11624         If lpTitle==NULL and cbBuf==0 then we must return the required buffer
11625         size.
11626
11627         * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
11628         Shaun Morris <shaun@blueneptune.com>
11629         Implemented _TrackMouseEvent for the TME_LEAVE flag.
11630
11631         * graphics/ddraw.c, graphics/ddraw_private.h:
11632         Lionel Ulmer <lionel.ulmer@free.fr>
11633         Adds resolution / depth switching with DGA 2.0.
11634
11635 ----------------------------------------------------------------
11636 Sun Dec 12 21:28:44 1999  Alexandre Julliard  <julliard@winehq.com>
11637
11638         * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
11639         Fixed handling of DGA2.0 keyboard events.
11640
11641         * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
11642         Eric Pouech <Eric.Pouech@wanadoo.fr>
11643         Added the ability to open several streams on the same driver.
11644         Added a few acmMetrics options.
11645
11646         * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11647         SysStringLen can get a NULL pointer (and shall return 0).
11648
11649         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11650         Now using notification for detecting when a WAVEHDR has been played
11651
11652         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11653         Enhanced synchronization between playback thread and stop/close commands
11654         Now using notification for detecting when a WAVEHDR has been played
11655
11656         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11657         ComboBox should not send bogus messages to edit buddy and to itself.
11658
11659         * files/dos_fs.c: Peter Ganten <peter@ganten.org>
11660         Fixed GetShortPathNameA.
11661
11662         * Makefile.in, configure, configure.in:
11663         Moses DeJong <dejong@cs.umn.edu>
11664         Fixed missing libwine.so symlink during install. Set the runtime
11665         linker path.
11666
11667         * windows/dialog.c: Murali Pattathe
11668         GetNextDlgGroupItem: needs to check the control parent is the main dialog.
11669         GetNextTabItem: make sure this control is visible and not disabled.
11670
11671         * loader/module.c:
11672         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11673         Fixed cmd line length calculation.
11674
11675         * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
11676         Lionel Ulmer <lionel.ulmer@free.fr>
11677         - added support of DGA-2.0 events
11678         - fixed the leaving of DGA-2.0 mode
11679
11680         * controls/menu.c, include/menu.h, windows/winproc.c:
11681         Rein Klazes <rklazes@casema.net>
11682         In win32 a WM_MENUSELECT message should contain the position when the
11683         item refers to a submenu, not the submenu's handle as in win16.
11684
11685         * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11686         Fixed arg types of FIXMEs.
11687
11688         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
11689         Check for passed invalid window handle in DefMDIChildProc*.
11690
11691         * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11692         Fix no. of arguments in a WARN statement.
11693
11694         * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11695         Allows DrawText(16|A|W) to get a NULL string as parameter.
11696
11697         * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
11698         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11699         Fixed compiler warnings.
11700
11701         * controls/listbox.c, misc/registry.c, misc/version.c:
11702         Marcus Meissner <marcus@jet.franken.de>
11703         Removed 2 useless include winversion.h
11704         Do not make autodetected version fix on first calls if it is Win31.
11705
11706         * dlls/shell32/shell32.spec:
11707         Juergen Schmied <juergen.schmied@debitel.net>
11708         Added StrNCpyA, StrNCpyW.
11709
11710         * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
11711         Message translation WM_CREATE fixed.
11712
11713 Sat Dec 11 23:56:47 1999  Alexandre Julliard  <julliard@winehq.com>
11714
11715         * 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:
11716         Xiang Li
11717         Implementation of a proxy ODBC32 dll.
11718
11719         * 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:
11720         Kai Morich <kai.morich@bigfoot.de>
11721         Marcus Meissner <marcus@jet.franken.de>
11722         Added systray support.
11723         Swallow the windows systray icons into kpanel systray if KDE/KWM is
11724         running.
11725
11726         * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
11727         Juergen Schmied <juergen.schmied@debitel.net>
11728         Added loader for NT registry files.
11729
11730         * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
11731         Juergen Schmied <juergen.schmied@debitel.net>
11732         Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
11733         Small fixes.
11734
11735         * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
11736         Peter Hunnisett <hunnise@nortelnetworks.com>
11737         - Implemented GetEnhMetaFilePaletteEntries
11738         - Added fixme stubs for SetMetaRgn and GetMetaRgn
11739         - Added support for playing several enhanced metafile records
11740         - Added beginnings of implementation for playing the rest of the
11741           enhanced metafile records
11742
11743         * 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:
11744         Patrik Stridvall <ps@leissner.se>
11745         Improved the TTY driver.
11746
11747         * files/file.c: Peter Ganten <peter@ganten.org>
11748         Return an error if lpOverlapped is provided to ReadFile / WriteFile.
11749
11750         * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
11751         Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
11752
11753         * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
11754         Bradley Baetz <bbaetz@student.usyd.edu.au>
11755         The wavemap driver wasn't passing the callback type to the
11756         DriverCallback routine correctly.
11757
11758         * files/tape.c: Added missing WINAPIs.
11759
11760         * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
11761         If we have registry entries, use them. Never mind which version we
11762         autodetected.
11763
11764         * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
11765         Patrik Stridvall <ps@leissner.se>
11766         Fixed some issues found by winapi_check.
11767
11768         * 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:
11769         Patrik Stridvall <ps@leissner.se>
11770         Minor fixes and additions.
11771
11772         * loader/ne/resource.c:
11773         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11774         Bugfix: Added missing 'return' statement.
11775
11776         * dlls/commdlg/filedlg95.c:
11777         Juergen Schmied <juergen.schmied@debitel.net>
11778         Small fixes.
11779
11780 Fri Dec 10 03:47:14 1999  Alexandre Julliard  <julliard@winehq.com>
11781
11782         * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
11783         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11784         Perform 16/32A/32W message mapping for posted messages.
11785
11786         * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
11787         Chris Morgan <cmorgan@wpi.edu>
11788         James Abbatiello <abbeyj@wpi.edu>
11789         Added stubs for the WinNT tape backup functions.
11790
11791         * debugger/msc.c, debugger/source.c:
11792         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11793         Parse CodeView type/symbol info with 32-bit type indices.
11794         Added (partial) support for VC 5/6 .PDB files.
11795         Fixed treatment of source file names containing path.
11796
11797         * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
11798         Fixed off-by-one error.
11799
11800         * scheduler/process.c:
11801         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11802         Bugfix: Show main window if CreateProcess was called without the
11803         STARTF_USESHOWWINDOW flag.
11804
11805         * loader/pe_image.c:
11806         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11807         Implemented PE_UnloadLibrary().
11808
11809         * include/dinput.h, windows/dinput.c:
11810         Lionel Ulmer <lionel.ulmer@free.fr>
11811         - do not loose initial auto-repeat status when acquiring the keyboard more
11812           than one time
11813         - support of DirectX 7's DIMOUSESTATE2 structure
11814
11815         * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
11816         Marcus Meissner <Marcus.Meissner@lst.de>
11817         Added NtPowerInformation stub.
11818
11819         * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
11820         Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
11821
11822 Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
11823
11824         * 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:
11825         Dimitrie O. Paun <dimi@cs.toronto.edu>
11826         Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
11827         Use the default version of FIXME, ERR, WARN, TRACE for the default
11828         channel.
11829
11830         * include/module.h, loader/module.c, scheduler/process.c:
11831         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11832         Delay sending debug events until process initialization is complete.
11833
11834         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
11835         Updated, added chapter on configuration and architecture.
11836
11837         * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
11838         - Fix MMIO_{Open,Rename} to check the filename (of the form
11839           file.ext+ABC) for the correct mmio procedure to use.
11840         - mmioStringToFOURCC now converts to uppercase if asked to, and handles
11841           strings of length < 4.
11842
11843         * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11844         Fix problem with EN_UPDATE notification sent by edit control.
11845
11846 Mon Dec  6 01:20:01 1999  Alexandre Julliard  <julliard@winehq.com>
11847
11848         * 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:
11849         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11850         Added .rc file support for Win16 NE modules.
11851         Moved display.c and mouse.c to separate dll directories.
11852
11853         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11854         Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
11855
11856 Sun Dec  5 23:54:04 1999  Alexandre Julliard  <julliard@winehq.com>
11857
11858         * 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:
11859         Huw D M Davies <h.davies1@physics.ox.ac.uk>
11860         Fixes several bugs in gdi path handling.
11861         Adds *Path functions to dc funcs table + add EnhMetaFile recording.
11862         Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
11863         funcs table to enable proper enhmetafile recording.
11864         The current position update in *To functions is now handled by the
11865         main function and not in the drivers.
11866         Move USER functions from graphics/painting.c -> windows/painting.c
11867
11868         * 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:
11869         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11870         - the OLE version returned was too low
11871         - renamed OABuildVersion16 to OaBuildVersion16
11872         - spelling fixes
11873
11874         * files/drive.c: Peter Ganten <peter@ganten.org>
11875         Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
11876         if the buffer size is not large enough.
11877
11878         * controls/button.c, windows/dialog.c:
11879         Dmitry Timoshkov <dmitry@sloboda.ru>
11880         Remove hack for keyboard messages in dialogs.
11881
11882         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
11883         Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
11884         Implementation for VWin32 Int31/DPMI dispatch call.
11885         Fixed "dangling else" compiler warning.
11886
11887         * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
11888         Whenever we do an strncpy we should make sure we put a '\0' at the end
11889         of the buffer.
11890
11891         * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
11892         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11893         Added Thread32First/Next stubs.
11894
11895         * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11896         Moved wineserver's buffer & buffer_size at the end of TEB so that IE
11897         doesn't overwrite them.
11898
11899         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11900         Fixed mciInfo.
11901
11902         * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11903         Added support for WAVE_FORMAT_QUERY flag in wodOpen.
11904
11905         * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11906         Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
11907
11908         * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11909         Fixed MCI_OPEN command for types like "CDAUDIO!H:".
11910
11911         * graphics/ddraw_private.h, graphics/ddraw.c:
11912         Marcus Meissner <marcus@jet.franken.de>
11913         Merged _all_ lpClipper into common_surface.
11914         Add NULL ptr check to SetClipper.
11915         Some more debug output.
11916
11917         * include/config.h.in, misc/port.c, configure, configure.in:
11918         Marcus Meissner <marcus@jet.franken.de>
11919         Use the real glibc openpty if present.
11920
11921         * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11922         Added typedef to insure compilation on all gcc&egcs versions.
11923
11924         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
11925         Fixed _copy_registry().
11926
11927         * 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:
11928         Juergen Schmied <juergen.schmied@debitel.net>
11929         Added some constants for Spanish.
11930
11931         * include/module.h, loader/ne/module.c, loader/ne/segment.c:
11932         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11933         Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
11934         just for the first one.
11935         Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
11936
11937         * if1632/user.spec, windows/user.c:
11938         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11939         Added USER.DllEntryPoint().
11940
11941         * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
11942         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11943         Call 16-bit instead of 32-bit UserSignalProc entry point.
11944         Don't load USER32.DLL unless requested by the program.
11945         Bugfix: Pass the correct thread ID to UserSignalProc.
11946
11947         * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11948         Fixed crash when map fails.
11949
11950         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
11951         Show use of undocumented messages.
11952
11953         * 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:
11954         Lionel Ulmer <lionel.ulmer@free.fr>
11955         - removed keyboard auto-repeat when DInput acquires it
11956         - removed some (now) obsolete fixme's
11957
11958         * graphics/ddraw_private.h, graphics/ddraw.c:
11959         Marcus Meissner <marcus@jet.franken.de>
11960         Moved lpClipper into common_directdrawsurface struct
11961         Release old clipper on new set
11962
11963         * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
11964         Eric Pouech <Eric.Pouech@wanadoo.fr>
11965         Fake MIDI_IO_STATUS support in midi in open
11966         Fixed bug in midi in while reading data
11967
11968         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11969         Fixed infinite loop for 0-length wavehdrs.
11970
11971         * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11972         Fixed buggy playback for non PCM files
11973         Added support for from & to indexes for playback
11974         Now using double wavehdr for better output
11975         Cleaned-up internal structs and removed last 16 bit API adherence
11976
11977         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11978         Tried to reduce echo in playSound API (using two wavehdr instead of
11979         one).
11980
11981         * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11982         Added callback mechanisms for MIDI IN.
11983
11984         * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
11985         Eric Pouech <Eric.Pouech@wanadoo.fr>
11986         Fixed improper acm streams closing.
11987
11988         * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11989         Debug traces cosmetic fixes.
11990
11991         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
11992         Fixed some errors (thanks to F Gouget for reporting them).
11993         Added some bits on thunking and resources for DLLs.
11994
11995 Sat Dec  4 04:22:04 1999  Alexandre Julliard  <julliard@winehq.com>
11996
11997         * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
11998         Lionel Ulmer <lionel.ulmer@free.fr>
11999         First support of DGA 2.0 for DirectDraw.
12000
12001         * include/winuser.h, relay32/user32.spec, win32/newfns.c:
12002         Erez Volk <erez@gmx.net>
12003         Stubs for Get/SetProcessDefaultLayout.
12004
12005         * files/profile.c, relay32/kernel32.spec:
12006         Marcus Meissner <marcus@jet.franken.de>
12007         Stub for CloseProfileUserMapping.
12008
12009         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
12010         Use DInput's internal mouse event handler to handle the GetDeviceState
12011         function.
12012
12013         * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
12014         waveHdr.lpData was eventually HeapFree()ed uninitialized.
12015
12016         * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
12017         Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
12018         is unknown.
12019
12020         * 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:
12021         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12022         Fixed 32-bit module name handling to conform better to Win9x.
12023         Removed OFSTRUCT passing during process creation sequence.
12024         Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
12025
12026         * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
12027         Michael McCormack <mccormac@aals27.alcatel.com.au>
12028         Added code to some service functions (some untested), fixed
12029         declaration of service main function.
12030
12031         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
12032         Pierre Mageau
12033         Murali Pattathe
12034         Francois Boisvert
12035         Francis Baudet
12036         Henning Hoffmann
12037         Many fixes.
12038
12039         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
12040         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12041         Added stubs for several MRU list functions and documented some others.
12042
12043         * server/file.c: Marcus Meissner <marcus@jet.franken.de>
12044         Flush handle in any access mode.
12045
12046         * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12047         Fixes off by one error in item insertion.
12048
12049         * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
12050         Allow 1% deviation from specified sampling rate for some soundcards.
12051
12052         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
12053         Suppressed the inclusion of OpenGL headers.
12054
12055         * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
12056         - Added stub for conversion from meta to enhance meta files.
12057         - Implemented GetEnhMetaFileBits for enhanced meta files.
12058
12059         * graphics/ddraw.c, graphics/ddraw_private.h:
12060         Peter Hunnisett <hunnise@nortelnetworks.com>
12061         Improved stubs for the ddraw clipper routines.
12062
12063 Mon Nov 29 02:48:43 1999  Alexandre Julliard  <julliard@winehq.com>
12064
12065         * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
12066
12067         * server/event.c, server/file.c:
12068         Fixed get_event_obj/get_file_obj to use the process parameter (thanks
12069         to Eric Pouech).
12070
12071         * server/process.h, scheduler/process.c, server/process.c:
12072         Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
12073
12074         * 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:
12075         Implemented waitable timers.
12076
12077 Sun Nov 28 21:03:46 1999  Alexandre Julliard  <julliard@winehq.com>
12078
12079         * tools/bin2res.c: Bug fixes.
12080
12081         * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
12082         Serge Ivanov
12083         Pierre Mageau
12084         Thy Nguyen
12085         Don Kelly
12086         Noomen Hamza
12087         Lots of bug fixes and new features in property sheets.
12088
12089         * 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:
12090         Niels Kristian Bech Jensen <nkbj@image.dk>
12091         Compiler warnings fixed.
12092
12093         * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
12094         Give the app back the exact font name it asked for.
12095
12096         * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
12097         Prevent a crash if messages are sent to a toolbar window before
12098         WM_NCCREATE or after WM_DESTROY.
12099
12100         * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
12101         Updated Spanish MM error string translation.
12102
12103         * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
12104         Alex Priem <alexp@sci.kun.nl>
12105         - (final?) update of TreeView_* macro's.
12106         - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
12107         - fixed some typo's
12108         - custom draw enhancements
12109         - implementation of state images
12110         - implementation of TVS_CHECKBOXES
12111
12112         * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12113         Fixed some visual toolbar bugs.
12114
12115         * README: Juergen Lock <nox@jelal.kn-bremen.de>
12116         Added notes about Wine-related FreeBSD kernel patches.
12117
12118         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12119         Use RegQueryInfoKey to count number of printers.
12120
12121         * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
12122         Don't try to call towupper() when there's no wctype.h.
12123
12124         * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12125         When combobox selection changes, update its edit box accordingly.
12126
12127         * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
12128         Notify parent of listbox if requested.
12129
12130 Thu Nov 25 23:42:54 1999  Alexandre Julliard  <julliard@winehq.com>
12131
12132         * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
12133
12134         * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
12135         Set/use fs/gs from the sigcontext struct, the corresponding kernel
12136         change now finally has been MFC'd to -stable.
12137
12138         * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
12139         Mention free Truetype font servers (Xfstt and xfsft).
12140
12141         * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
12142         Note what to do with the winedefault.reg in the file.
12143
12144         * win32/device.c: Peter Ganten <peter@ganten.org>
12145         Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
12146         _PageChangePermissions() and _PageFree() using the
12147         Virtual*()-Functions (with the great help of Ulrich Weigand).
12148
12149         * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
12150         Removed fixme.
12151
12152         * misc/registry.c: Several bug fixes in save_key().
12153
12154         * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12155         Fixed some bogus error detection for RegEnumValue[AW] and
12156         RegQueryValueEx[AW].
12157
12158         * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
12159         Peter Hunnisett <hunnise@nortelnetworks.com>
12160         - Added global data mutual exclusion
12161         - Removed hack for creating processes suspended now that it's implemented
12162         - Fixed ordinal numbering and added spec stubs
12163         - Fixed EnumConnections callback to fill in all parameters with valid data
12164         - Made direct play allocation/deallocation follow the same pattern as
12165           direct play lobby
12166
12167         * dlls/win87em/emulate.c:
12168         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12169         Several improvements.
12170
12171         * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12172         Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
12173
12174         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12175         Made win16 serial comms less of a CPU hog.
12176
12177         * 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:
12178         Store all object names as Unicode in the server.
12179
12180 Wed Nov 24 19:34:32 1999  Alexandre Julliard  <julliard@winehq.com>
12181
12182         * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
12183         Added wine.conf option for new format registry files.
12184         Added optional periodic saving of the registry.
12185
12186         * misc/registry.c, server/registry.c:
12187         Added support to the server for loading new format (version 2) files.
12188
12189         * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
12190
12191         * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
12192         Added current context to the exception debug event sent to the server.
12193
12194         * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
12195         Fixed handling of debug events on thread/process exit.
12196
12197         * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
12198         Raise an exception when a critical section wait failed.
12199
12200 Tue Nov 23 23:43:29 1999  Alexandre Julliard  <julliard@winehq.com>
12201
12202         * 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:
12203         Patrik Stridvall <ps@leissner.se>
12204         Improved the stubs.
12205
12206         * dlls/comctl32/imagelist.c, include/imagelist.h:
12207         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12208         - first 'dummy' implementation of ImageList_Read
12209
12210         * include/rebar.h, dlls/comctl32/rebar.c:
12211         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12212         - added version messages
12213
12214         * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12215         - implemented LBItemFromPt
12216
12217         * include/commctrl.h, dlls/comctl32/listview.c:
12218         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12219         - implemented simple column order array functionality
12220         - implemented some virtual listview notifications
12221
12222         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
12223         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12224         - minor update to mru list functions
12225         - stubs for COMCTL32_411 to COMCTL32_413
12226
12227         * dlls/comctl32/toolbar.c, include/toolbar.h:
12228         Eric Kohl <ekohl@abo.rhein-zeitung.de>
12229         - added version messages and some simple get/set messages.
12230         - added unicode messages
12231
12232         * 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:
12233         Juergen Schmied <juergen.schmied@debitel.net>
12234         - made IShellFolder a aggregable object
12235         - SHCoCreateInstance can create CSIDL_FSFolder now
12236         - browsing into folders on the desktop implemented
12237         - corrected returnvalue of Ico_ExtractIconEx
12238         - fixed SHGetDataFromIDList to return data of simple pidls
12239
12240         * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
12241         Moses DeJong <dejong@cs.umn.edu>
12242         Added implementation for WSARecvEx function. This is a Microsoft
12243         specific extension to the winsock API.
12244
12245         * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
12246         Juergen Schmied <juergen.schmied@debitel.net>
12247         Corrected wrong parameter counts for WNetCachePassword and
12248         WNetEnumCachedPasswords.
12249
12250         * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
12251         Ian Schmidt <ischmidt@cfl.rr.com>
12252         Added stub for DllInstall().
12253
12254         * 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:
12255         Changed to use new server-side registry support.
12256
12257         * 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:
12258         Added registry support to the server.
12259
12260         * tools/make_requests:
12261         Differentiate tracing functions between request and reply.
12262         Added possibility to have dumping functions for specific types.
12263
12264 Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
12265
12266         * include/server.h, scheduler/client.c:
12267         Added server_call_noerr function that avoids touching the last error.
12268
12269         * include/winerror.h: Added a few registry error codes.
12270
12271         * graphics/x11drv/xfont.c, objects/font.c:
12272         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12273         Removed some unaligned accesses.
12274
12275         * dlls/commdlg/filedlg95.c:
12276         Juergen Schmied <juergen.schmied@debitel.net>
12277         - the fodInfos were used before initialized
12278         - lpTemplateName can be a resource id
12279         - if lpTemplateName is a string don't free the original one
12280
12281         * 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:
12282         Niels Kristian Bech Jensen <nkbj@image.dk>
12283         Removed extra #include statements.
12284
12285         * files/file.c:
12286         Fixed MoveFileExA behavior when target file does not exist.
12287
12288         * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
12289         Gustavo Junior Alves <twinfo@bestway.com.br>
12290         Added Portuguese language support.
12291
12292         * dlls/comctl32/monthcal.c, include/monthcal.h:
12293         Chris Morgan <cmorgan@wpi.edu>
12294         James Abbatiello <abbeyj@wpi.edu>
12295         Implemented current day circling.  Fixed many bugs in the month
12296         calender control including control spacing and alignment.  Fixed
12297         defines monthcal.h.  Optimized control drawing and removed many
12298         extranious redraws.  Improved control behavior.  Fixed inconsistent
12299         formatting in both .c and .h files.
12300
12301         * files/profile.c:
12302         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12303         Flush current profile before using a newly opened one.
12304
12305         * memory/selector.c:
12306         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12307         Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
12308
12309         * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
12310         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12311         Stub for GetFontData16.
12312
12313         * windows/display.c, if1632/display.spec:
12314         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12315         Added some ordinals and GetDriverResourceID().
12316
12317         * server/process.c, server/ptrace.c: Portability fixes.
12318
12319         * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
12320
12321         * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
12322         Fixed compile error.
12323
12324         * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
12325         Implemented StartServiceCtrlDispatcherA according to DispatcherW.
12326
12327         * Makefile.in: Make sure we clean dlls/ too.
12328
12329         * dlls/advapi32/service.c:
12330         Michael McCormack <mccormac@aals27.alcatel.com.au>
12331         Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
12332         of QueryServiceStatus.
12333
12334         * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
12335         Added missing ';'.
12336
12337         * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
12338         Error reporting fix.
12339
12340         * tools/bug_report.pl:
12341         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12342         Changed default relay line number from 100 to 200.
12343
12344         * dlls/comctl32/toolbar.c, include/commctrl.h:
12345         Eric Pouech <Eric.Pouech@wanadoo.fr>
12346         Added undocumented feature to InsertButtonA.
12347         Added dropdown button support.
12348
12349         * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12350         Fixed play back of uncompressed AVI file.
12351         Fixed exiting conditions.
12352
12353         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12354         Fixed a crash in IDirectDrawSurface:BltFast.
12355
12356         * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
12357         Eric Pouech <Eric.Pouech@wanadoo.fr>
12358         Fixed forwarding and handling messages directed to the mappers.
12359
12360         * loader/ne/module.c, loader/ne/segment.c, include/module.h:
12361         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12362         Simplified hInstance creation/handling.
12363         Fixes problems with self-loaders creating DGROUP themselves.
12364
12365         * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
12366         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12367         Add stubs for Get/SetLayout().
12368
12369         * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
12370         Jim Aston <jima@corel.ca>
12371         Added stub for StgSetTimes.
12372
12373         * dlls/shell32/shlmenu.c:
12374         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12375         SHFind_InitMenuPopup is supposed to return a pointer.
12376
12377         * dlls/icmp/icmp_main.c:
12378         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12379         u_int[16|32]_t might not be defined.
12380
12381         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12382         - fixed crash when adding items with TVI_SORT and wineItem->pszText is
12383           set to LPSTR_TEXTCALLBACK.
12384         - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
12385
12386 ----------------------------------------------------------------
12387 Mon Nov 15 00:46:30 1999  Alexandre Julliard  <julliard@winehq.com>
12388
12389         * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
12390
12391         * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12392         Fixed hash function.
12393
12394 Sun Nov 14 23:59:01 1999  Alexandre Julliard  <julliard@winehq.com>
12395
12396         * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12397         The adwInfo[0] field was no longer used on mmioOpen (may contain file
12398         handle).
12399
12400         * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
12401         Eric Pouech <Eric.Pouech@wanadoo.fr>
12402         Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
12403         FreePropVariantArray.
12404
12405         * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12406         Removed suicide code when playback thread's father dies.
12407
12408         * 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:
12409         Juergen Schmied <juergen.schmied@metronet.de>
12410         - the colums in the shellview are now created depending on the
12411           attributes of the folder object shown
12412         - get all attributes from the shellfolder instead directly from the idlist
12413         - header fields localized (only engl. and german till now)
12414         - small fixes
12415
12416         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
12417         Juergen Schmied <juergen.schmied@metronet.de>
12418         - corrected control positions
12419         - use the icons from comctl32 for the buttons
12420
12421         * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
12422         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12423         Bugfix: relay/snoop debugging was broken by last patch ...
12424
12425         * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
12426         Moved ptrace support to ptrace.c. Tried to improve portability.
12427
12428         * server/debugger.c: Bug fixes.
12429
12430         * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12431         Fixed some unresolved externals on non-Intel archs.
12432
12433         * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
12434         Added missing WINAPI attribute to two forward declarations.
12435
12436         * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
12437         Removed leftover #undefs.
12438
12439         * dlls/winmm/mcicda/mcicda.c:
12440         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12441         Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
12442
12443         * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
12444         Work around glibc bug, that does not handle latin-1 umlauts.
12445
12446 Sat Nov 13 23:54:05 1999  Alexandre Julliard  <julliard@winehq.com>
12447
12448         * 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:
12449         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12450         Adapted to new register function handling.
12451
12452         * tools/build.c, include/stackframe.h, include/winnt.h:
12453         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12454         Modified Win32 register function handling.
12455
12456         * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
12457         Francois Gouget <fgouget@psn.net>
12458         Use BSD headers for ICMP portability.
12459
12460         * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
12461         Juergen Schmied <juergen.schmied@debitel.net>
12462         - inserted markers for the bin2res tool
12463         - reformated hexdump in shres.rc
12464
12465         * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
12466         Juergen Schmied <juergen.schmied@debitel.net>
12467         New tool to convert the binary resources in *.rc files (hexdumps) from
12468         and to a binary.
12469
12470         * 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:
12471         Patrik Stridvall <ps@leissner.se>
12472         Added better missing function emulation.
12473
12474         * 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:
12475         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12476         Made debugger compile and marginally work on non-Intel archs.
12477
12478         * dlls/ntdll/exception.c, include/winnt.h:
12479         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12480         Moved GET_IP macro to winnt.h
12481
12482         * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
12483         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12484         Move PostScript driver docs to documentation/ .  Add instructions on
12485         how to use regapi to get information into the registry.  Supply sample
12486         input to regapi.
12487
12488         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
12489         Klaas van Gend <klaas@vangend.demon.nl>
12490         Implemented the PrintSetup dialog box for the PrintDlgA.
12491
12492         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
12493         Added validations for page index before using it.
12494
12495         * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
12496         - fixed the index of the item chosen in the filter combo box
12497         - added support for the OFN_OVERWRITEPROMPT flag
12498         - fixed positioning of controls in the user-defined templates
12499
12500         * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
12501         Added support for WriteProcessMemory through the server.
12502
12503         * server/mapping.c, server/object.h: Added get_page_size function.
12504
12505 Fri Nov 12 21:39:15 1999  Alexandre Julliard  <julliard@winehq.com>
12506
12507         * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
12508         Added support for ReadProcessMemory through the server.
12509
12510         * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
12511         Added support for CREATE_SUSPENDED flag in CreateProcess.
12512
12513         * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
12514         Implemented VWin32 VxDCall mechanism and 2 calls.
12515
12516         * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
12517         Fixed joystick scaling.
12518
12519         * 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:
12520         Gustavo Junior Alves <twinfo@bestway.com.br>
12521         Use constants IDOK and IDCANCEL in .rc files.
12522
12523         * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12524         Portability fix: renamed PTRACE_* into PT_*.
12525
12526         * relay32/kernel32.spec, win32/device.c:
12527         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12528         Allow for buggy apps that call the wrong VxDCall routine.
12529
12530         * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
12531         Complete stub for RasEnumEntries by saying we have 0 entries.
12532
12533         * include/debugstr.h, misc/debugstr.c:
12534         Jeremy White <jwhite@codeweavers.com>
12535         Add debugstr_hex_dump to allow display hex dumps of data in any
12536         debugging message.
12537
12538         * server/thread.c:
12539         Added use_ptrace flag to disable ptrace usage. Should eventually be
12540         made into an option.
12541
12542         * 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:
12543         Juergen Schmied <juergen.schmied@debitel.net>
12544         Made the buttons in the filedlg change when selecting a different
12545         view type by the context menu, cleanup.
12546
12547         * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
12548         Julio Cesar Gazquez <jgazquez@dld.net>
12549         Added Spanish (pure Castillan) MM error string translation.
12550
12551         * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
12552         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12553         Added signal handling for SPARC / Solaris.
12554
12555         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12556         Comment out explicit call to SHELL_SaveRegistry since winelib programs
12557         now exit properly.  Change several NULLs to '\0's.  Fix some spelling.
12558
12559         * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
12560         Fixed XShm completion event leak.
12561
12562         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12563         Fixed recursion count while calling midiStream(Pause|Restart).
12564
12565         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12566         Fix save_check_tainted to properly scan the tree so that all tainted
12567         branches get saved.
12568
12569         * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
12570         Bernd Paysan <bernd.paysan@gmx.de>
12571         Added a stub for setjmp.
12572
12573 Wed Nov 10 20:25:19 1999  Alexandre Julliard  <julliard@winehq.com>
12574
12575         * server/thread.c:
12576         Don't crash when we get a SIGCHLD for a removed thread.
12577
12578         * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
12579         Solaris compile fixes.
12580
12581         * dlls/ntdll/exception.c, include/winnt.h:
12582         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12583         (Preliminary) CONTEXT structure for SPARC added.
12584
12585         * include/process.h, loader/module.c, scheduler/debugger.c:
12586         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12587         Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
12588
12589         * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12590         When decommitting, remap zero pages using MAP_FIXED.
12591
12592         * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
12593         CoGetClassObject should complain about not being able to do
12594         out-of-process servers *only* if the application doesn't include the
12595         in-process options.
12596
12597         * misc/version.c, controls/edit.c, include/winversion.h:
12598         Rein Klazes <rklazes@casema.net>
12599         Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
12600         disabled edit control if the application expects a windows version
12601         before WIN95 and NT40.
12602
12603         * include/winbase.h, relay32/kernel32.spec, files/file.c:
12604         Moshe Vainer <moshev@easybase.com>
12605         Stub for GetOverlappedResult.
12606
12607         * 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:
12608         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12609         Determine expected_version of PE buddies from the SubsystemVersion.
12610
12611         * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
12612         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12613         Bugfix: Exception handlers are *not* WINAPI.
12614
12615 Mon Nov  8 05:31:47 1999  Alexandre Julliard  <julliard@winehq.com>
12616
12617         * server/process.c, server/select.c, server/thread.c, server/thread.h:
12618         Preliminary ptrace support.
12619
12620         * memory/virtual.c:
12621         Remap zero-pages when decomitting a page range (based on a patch by
12622         Gerard Patel).
12623
12624         * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
12625         Install the wine server in $(bindir) and exec it from there.
12626
12627 Sun Nov  7 23:59:08 1999  Alexandre Julliard  <julliard@winehq.com>
12628
12629         * server/debugger.c:
12630         Do not free the handles once they have been sent to the client (thanks
12631         to Jeremy White).
12632
12633         * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12634         Fixed crash when asked to use strings identified by resource id
12635         instead of pointer.
12636
12637         * windows/dce.c: Jim Aston <jima@corel.ca>
12638         When window class has CS_CLASSDC style we should not remove the DC
12639         when destroying the window.
12640
12641         * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
12642         Patrik Stridvall <ps@leissner.se>
12643         Minor fixes.
12644
12645         * 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:
12646         Patrik Stridvall <ps@leissner.se>
12647         Minor fixes and reorganizations.
12648
12649         * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
12650         Patrik Stridvall <ps@leissner.se>
12651         Removed obsolete files no longer in use.
12652
12653         * 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:
12654         Ove Kaaven <ovek@arcticnet.no>
12655         DirectX-XShm now waits for the X server to finish the previous frame
12656         before sending another frame down its pipe, avoiding the X server
12657         overload and resulting slowness that used to be.
12658
12659         * 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:
12660         Juergen Schmied <juergen.schmied@debitel.net>
12661         - unified templates for the open and the save dlg
12662         - replaced buttons with a toolbar
12663
12664         * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
12665         Juergen Schmied <juergen.schmied@debitel.net>
12666         - new interface declaration for IShellfolder2
12667         - added this interface to all shell folders
12668         - small fixes to shellview (crash with native comdlg32)
12669
12670         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
12671         Fixed the relocation hack in PE_InitTls. Added some more for the other
12672         pointerfields in the TLS entry. (With testing help from Jussi
12673         Jumppanen <jussij@zeusedit.com>).
12674
12675         * relay32/user32.spec, windows/user.c, include/winuser.h:
12676         Marcus Meissner <marcus@jet.franken.de>
12677         Added ChangeDisplaySettingsExA stub and some flag defines.
12678
12679         * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
12680         Added the hex triplets to the console color definitions.
12681
12682         * 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:
12683         Lionel Ulmer <lionel.ulmer@free.fr>
12684         Added the possibility to have mouse movements reported relative to
12685         Wine's mouse driver.
12686
12687         * 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:
12688         Francois Gouget <fgouget@psn.net>
12689         Added ICMP DLL implementation.
12690
12691         * 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:
12692         Juergen.Schmied@debitel.net
12693         - Bugfix: Styles were evaluated as expressions. The NOT in combination
12694           with style flags was not overwriting the default styles like WS_VISIBLE.
12695           Solved by introducing own rules for parsing styles.
12696
12697         * controls/combo.c: Jim Aston <jima@corel.ca>
12698         Fixed the height of the ComboBox drop list.
12699
12700         * windows/dialog.c: David Grant <davidgra@corel.ca>
12701         Windows sends WM_GETDLGCODE only in response to keyboard messages
12702         (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
12703
12704         * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
12705         - Added missing __attribute__ ((com_interface)) for IUnknown with.
12706           ICOM_USE_COM_INTERFACE_ATTRIBUTE
12707         - Small addition to comments surrounding
12708           ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
12709
12710         * ole/ole2nls.c, if1632/ole2nls.spec:
12711         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12712         Implementation of RegisterNLSInfoChanged.
12713
12714         * scheduler/critsection.c, windows/queue.c, memory/heap.c:
12715         James Abbatiello <abbeyj@wpi.edu>
12716         Addresses issues with multiple processes accessing non-global critical
12717         sections.
12718
12719         * server/sock.c: Jeremy White <jwhite@codeweavers.com>
12720         Fixed bug in WINSOCK_accept when no event is present.
12721
12722         * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
12723         Rein Klazes <rklazes@casema.net>
12724         Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
12725
12726         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
12727         Ulrich Czekalla <ulrichc@corel.ca>
12728         Implementation of custom dialog messages and notifications.
12729
12730         * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
12731         - Proper initialization of cchTextMax field was added for
12732           TVN_GETDISPINFO notification message.
12733         - TVM_SETITEM should update 'mask' field to synchronize it with
12734           current item state.
12735
12736         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12737         If PageSize/InputSlot entry doesn't contain an options translation
12738         string use the option name instead.
12739
12740         * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12741         Fixed SetTitleA when string resources were to be loaded.
12742
12743         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
12744         - Fixed an error for scrolling in Listview (sometimes a column would
12745           not be visible) due to my last checkin.
12746         - Fixed an error for the header control when the Listview is resized with WM_SIZE
12747         - Fixed the scrolling for small and large icon (this broke because of
12748           the use of SB_PAGE in scrollInfo)
12749         - Added a patch made by Noomen Hamza to update the item width when
12750           adding a new item
12751
12752         * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
12753         Handle socket creation errors.
12754
12755         * controls/menu.c: Karl Lessard <karll@corel.com>
12756         When a popupmenu is currently active on the screen, it shouldn't
12757         remove mouse click messages that don't belong to it from the queue.
12758
12759         * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
12760         Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
12761         sockets to it (otherwise windows stay around when wine hangs).
12762
12763 Thu Nov  4 02:51:24 1999  Alexandre Julliard  <julliard@winehq.com>
12764
12765         * loader/main.c: Fixed -debugmsg +server.
12766
12767         * scheduler/handle.c:
12768         Added special handling for the stdio handles in CloseHandle.
12769
12770         * server/handle.c:
12771         Made all handles multiple of 4. Fixed semantics for pseudo-handles.
12772
12773         * server/debugger.c:
12774         Free the handles of the event structure in the right process (thanks
12775         to Jeremy White).
12776
12777         * 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:
12778         Peter Hunnisett <hunnise@nortelnetworks.com>
12779         - Added dplayx LibMain for initialization of all dplayx 'global' data
12780         - Added start for global data manipulation
12781         - TODO list updated
12782         - Added some missing header file definitions
12783         - Added the ansi versions of dplay and dplobby
12784         - Fixed invalid macro for IDirectPlay4
12785         - Cleaned up compiler warnings
12786         - More implementation, bug fixes and critical region protection
12787
12788         * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
12789         Never send a WM_CLOSE message  to a popup window.
12790
12791         * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
12792         Check if the window is managed before trying to give it focus.
12793
12794         * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
12795         Enhanced linux joystick api detection slightly.
12796
12797         * windows/x11drv/keyboard.c:
12798         Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
12799         Added Polish keyboard support.
12800
12801         * graphics/win16drv/prtdrv.c:
12802         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12803         Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
12804
12805         * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12806         Add `Cassette' to PPD -> windows printer-bin mapping.
12807
12808         * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
12809         Modified lstrcpynWtoA to put terminating null at end of string, not
12810         end of buffer.
12811
12812         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
12813         Removed duplicate macro definitions for the IStorage and IStream COM
12814         interfaces.
12815
12816         * windows/defwnd.c: Karl Lessard <karll@corel.com>
12817         Fixed COLOR_MAX definition for new Win32 values.
12818
12819         * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
12820         Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
12821
12822         * dlls/comctl32/listview.c, include/listview.h:
12823         Ulrich Czekalla <ulrichc@corel.ca>
12824         Set proper item focus on DeleteItem.
12825         Clean up edit label implementation.
12826
12827         * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
12828         Fixed a long standing (and annoying) typo, that prevented
12829         GetDiskFreeSpaceA from working...
12830
12831         * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12832         Enable safe reading of registry file, even if file is broken.
12833
12834         * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
12835         Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
12836
12837 ----------------------------------------------------------------
12838 Sun Oct 31 22:26:35 1999  Alexandre Julliard  <julliard@winehq.com>
12839
12840         * scheduler/client.c: Set close-on-exec flag on server socket.
12841
12842         * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
12843         Added explanation on creating a new DLL.
12844
12845         * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
12846         Better version autodetection.
12847
12848         * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
12849         Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
12850
12851         * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
12852         Fail when LPRECT contains negative values.
12853
12854         * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
12855         On ConfigureNotify, find the first visible window above the current one.
12856
12857         * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
12858         Corrected operand sizes for the "enter" instruction.
12859
12860         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12861         PSM_ADDPAGE returns TRUE or FALSE.
12862
12863         * 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:
12864         Eric Pouech <Eric.Pouech@wanadoo.fr>
12865         Made msacm32 really load ACM drivers.
12866
12867         * graphics/painting.c: Jim Aston <jima@corel.ca>
12868         Prevent FillRgn from using a NULL pointer.
12869
12870         * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12871         Fixed a few problems with RegEnumKey*.
12872
12873         * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
12874         Implementation of user defined templates.
12875
12876         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
12877         IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
12878
12879         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
12880         Do not clear the drawing area for etched static controls.
12881         Replaced our own drawing stuff in etched static controls by DrawEdge.
12882
12883         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
12884         In report view mode of the listview control, implemented the
12885         horizontal scrollbar functionality.
12886
12887         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
12888         Fixed a small bug in the behavior of maximized MDI children.
12889
12890         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12891         Rewrite of EnumPrinters.
12892
12893         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
12894         Fill in the hwndFrom field of the NMHDR structure when sending
12895         notifications.
12896
12897         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12898         When reading a profile entry remove trailing quote when there's an
12899         opening one.
12900
12901         * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
12902         Return correct height and width for stock fonts in GetObject.
12903
12904         * programs/avitools/aviplay.c: Compile fix.
12905
12906         * programs/wcmd/.cvsignore: Added wmcdrc.h
12907
12908         * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
12909         Added support for the addition and removal of custom I/O preocedures.
12910
12911         * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
12912         Abey George<abey@macadamian.com>
12913         Implemented ProgIDFromCLSID.
12914
12915         * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
12916         Thuy Nguyen <thuy@macadamian.com>
12917         Wizard mode property sheets have a tab control.
12918
12919         * 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:
12920         Eric Pouech <Eric.Pouech@wanadoo.fr>
12921         Added built-in msacm.drv and midimap.drv drivers.
12922
12923         * 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:
12924         Patrik Stridvall <ps@leissner.se>
12925         - Minor fixes and reorganizations.
12926         - Added checks for documentation inconsistencies.
12927
12928         * 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:
12929         Patrik Stridvall <ps@leissner.se>
12930         Added missing configuration #if:s and #includes:s.
12931
12932         * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
12933         Patrik Stridvall <ps@leissner.se>
12934         Fixed documentation.
12935
12936         * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
12937         Solaris make doesn't like unnecessary \.
12938
12939         * 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:
12940         Francois Gouget <fgouget@psn.net>
12941         Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
12942
12943         * windows/win.c, windows/x11drv/wineclipsrv.c:
12944         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12945         Fixed a couple of compiler warnings.
12946
12947         * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
12948         A crash would occur if the file type in report mode was empty.
12949
12950         * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
12951         Changed the initialisation of the KeyState array.
12952
12953         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12954         Better handling of newlines in FormatMessage*.
12955
12956         * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12957         Fix (some) bad behavior with buffer underrun.
12958
12959         * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12960         Fixed PlaySound proc for non PCM content.
12961
12962         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
12963         - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
12964         - Treeview: colors returned by TVM_GET**COLOR are mixed up.
12965
12966         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
12967         Clicking the combo box would cause a crash if it was empty.
12968
12969         * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
12970         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12971         It appears that StartDoc sends the STARTDOC escape with the DOCINFO
12972         structure pointed to with the output data parameter.
12973
12974         * graphics/fontengine.c, if1632/gdi.spec:
12975         Huw D M Davies <h.davies1@physics.ox.ac.uk>
12976         Stub for EngineRealizeFontExt (used by the win98 pscript driver).
12977
12978         * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
12979         Selected button within tab control will be painted with the right
12980         color brush.
12981
12982         * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
12983         Do not send two PSN_KILLACTIVE messages.
12984
12985         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
12986         ini variables do not like ; comments after them (they are not shell
12987         scripts). Fixed a typo in one of the names.
12988
12989 Mon Oct 25 15:43:36 1999  Alexandre Julliard  <julliard@winehq.com>
12990
12991         * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
12992         Francois Gouget <fgouget@psn.net>
12993         Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
12994         a COM interface one never has to name the lpVtbl field explicitly.
12995
12996         * dlls/oleaut32/ole2disp.c:
12997         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12998         SysAllocStringLen16 needs to handle NULL pointers, too.
12999
13000         * memory/local.c:
13001         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13002         Bug fix.
13003
13004         * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
13005         Fixed small typos and slightly outdated comments.
13006
13007         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
13008         Ian Schmidt <ischmidt@cfl.rr.com>
13009         Partial implementation of the Shell32 call Win32DeleteFile(), required
13010         by IE5's Explorer.
13011
13012         * 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:
13013         Added dependency on winestub.o
13014
13015 Sun Oct 24 22:13:55 1999  Alexandre Julliard  <julliard@winehq.com>
13016
13017         * 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:
13018         Patrik Stridvall <ps@leissner.se>
13019         - Added missing configuration #if:s and #includes:s.
13020         - Minor configuration related changes.
13021
13022         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
13023         Made LoadHomeRegistryFiles default to TRUE.
13024
13025         * 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:
13026         Patrik Stridvall <ps@leissner.se>
13027         Made the include files self-sufficient.
13028
13029         * tools/winapi_check/*:
13030         Patrik Stridvall <ps@leissner.se>
13031         - Fixed the long long problem.
13032         - Added configure include consistancy checking.
13033         - Added progress indicator.
13034         - Began splitting up the win16api.dat and win32api.dat files.
13035         - Added various minor checks.
13036         - Minor fixes.
13037
13038         * 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:
13039         Patrik Stridvall <ps@leissner.se>
13040         Added spec file declarations for already implemented functions.
13041
13042         * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
13043         Patrik Stridvall <ps@leissner.se>
13044         Added Win16 variants of existing Win32 functions.
13045
13046         * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
13047         Solaris compile fix.
13048
13049         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
13050         Remove prefixing by a tilde for GetTempFileName 32bits.
13051
13052         * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
13053         Added missing include.
13054
13055         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13056         Warn users to use -the -desktop option together with the native user DLLs.
13057
13058         * loader/resource.c:
13059         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13060         Return the size of the needed resource when buffer is NULL for LoadString().
13061
13062         * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
13063         Francis Beaudet <francis@macadamian.com>
13064         Enabled the persistent clipboard server.
13065
13066         * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
13067         Improved registry isolation possibilities.
13068
13069         * multimedia/*.c:
13070         Eric Pouech <Eric.Pouech@wanadoo.fr>
13071         Split the multimedia/ directory into dlls/ subdirectories.
13072
13073         * 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:
13074         Gustavo Junior Alves <alves@correionet.com.br>
13075         More Portuguese language support.
13076
13077         * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
13078         Fixed top-down DIB handling in StretchDIBits32().
13079
13080         * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
13081         Added macro definitions for memory allocation.
13082
13083         * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
13084         Ulrich Czekalla <ulrichc@corel.ca>
13085         Make sure that all calls use the extended structures which are a
13086         superset of the regular structures.
13087
13088         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
13089         Added the functionality of the thumb track.
13090
13091         * windows/focus.c: Adrian Thurston <adriant@corel.com>
13092         Do not set focus to a disabled window.
13093
13094         * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
13095         Fixed an entry in the keyboard translation table for Ctrl-Break.
13096
13097         * include/debugdefs.h, scheduler/debugger.c:
13098         Ulrich Czekalla <ulrichc@corel.ca>
13099         New channel 'debugstr' used to print OutputDebugString API calls.
13100
13101         * windows/nonclient.c, windows/x11drv/event.c:
13102         Noomen Hamza <noomen@macadamian.com>
13103         Popup windows will be hidden when we minimize a main frame or shown
13104         when we maximize or restore a minimized main frame.
13105
13106 Sat Oct 23 23:59:47 1999  Alexandre Julliard  <julliard@winehq.com>
13107
13108         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
13109         PropertySheet didn't destroy page dialog's window while removing page.
13110
13111         * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
13112         Update the item width upon a new column in the header control.
13113
13114         * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
13115         Reorder parameters to fix position of base reg relative to exception
13116         frame.
13117
13118         * documentation/Makefile.in: Fixed typo.
13119
13120         * include/*.h:
13121         Francois Gouget <fgouget@psn.net>
13122         Define the COM macros even in C++.
13123
13124         * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
13125         Fixed loop with WM_SYSCHAR.
13126
13127         * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
13128         Fixed tooltips positioning.
13129
13130         * graphics/x11drv/dib.c: Re-applied lost change.
13131
13132         * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13133         Ignore wrong hInstance.
13134
13135         * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
13136         Robert 'Admiral' Coeyman <admiral@corner.net>
13137         Report non-hercules video. Turned on int 2a.
13138
13139         * include/file.h, include/winbase.h, loader/module.c, files/file.c:
13140         Jim Aston <jima@corel.ca>
13141         Fixed compiling with STRICT.
13142
13143         * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
13144         Proper resource support for dialog title.
13145
13146         * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
13147         Fixed some wrong defines.
13148
13149         * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
13150         Copy bitmaps properly.
13151
13152         * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
13153         Eric Pouech <Eric.Pouech@wanadoo.fr>
13154         Allow loading of modules debug information after first invocation of
13155         debugger.
13156
13157         * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
13158         Jim Aston <jima@corel.ca>
13159         Added a few stubs.
13160
13161         * include/listview.h, dlls/comctl32/listview.c:
13162         Ulrich Czekalla <ulrichc@corel.ca>
13163         Implementation of edit labels.
13164
13165         * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
13166         Ove Kaaven <ovek@arcticnet.no>
13167         Fixed some anonymous union accesses.
13168
13169         * controls/listbox.c: Abey George <abey@macadamian.com>
13170         Draw the item text from the top of the item rect.
13171
13172         * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
13173         Pierre Mageau <pierre@macadamian.com>
13174         Fixed the ascending and descending sort order for the File Dialog.
13175
13176         * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
13177         - adds calling application defined callback function once PropertSheet
13178           Dialogbox has been initialized just after creating the tab control
13179         - handle the case when pszCaption specifies a resource instead of a string
13180
13181         * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
13182         Juergen Schmied <juergen.schmied@metronet.de>
13183         - removed all unnecessary "winapi" from internal _IL* functions
13184         - better parameter checking for shellfolder
13185         - removed dead code from shv_bg_contextmenu
13186
13187         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
13188         Jim Aston <jima@corel.ca>
13189         Added another anonymous union using the DUMMYUNIONNAME style.
13190
13191         * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
13192         Properly copy text into user supplied buffer.
13193
13194         * 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:
13195         Ove Kaaven <ovek@arcticnet.no>
13196         Winsock rewrite. Sockets are now proper win32 handles.
13197         Internal structures are now really internal.
13198
13199         * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
13200         Tab control doesn't refresh tab area on TCM_SETCURSEL.
13201
13202         * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
13203         Ulrich Czekalla <ulrichc@corel.ca>
13204         Implemented StrRChrA.
13205
13206         * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
13207         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13208         Bugfix: Perform proper process shutdown on 'quit' and error.
13209
13210         * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
13211         Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
13212
13213         * include/winuser.h: Jim Aston <jima@corel.ca>
13214         Fixed a small typo.
13215
13216         * windows/dialog.c: Adrian Thurston <adriant@corel.com>
13217         Protect against wrong return value from WM_INITDIALOG.
13218
13219         * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
13220         Removed an illegal character.
13221
13222         * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
13223         Now inits the policy cache when shell32 is first instantiated.
13224         Matches Windoze behavior.
13225
13226         * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
13227         Ian Schmidt <ischmidt@cfl.rr.com>
13228         Real implementation of SHRestricted(), clarified SHInitRestricted()'s
13229         role a little, added policy data table.
13230
13231         * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
13232         Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
13233
13234         * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
13235         Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
13236
13237         * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
13238         The property sheet dialog needs flag WS_VISIBLE.
13239
13240         * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
13241         Set the default view button to List in the FileDialog.
13242
13243         * loader/ne/module.c:
13244         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13245         Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
13246
13247         * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13248         Fixed potential crash in string variable printing.
13249
13250         * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13251         Added WM_GETFONT support.
13252
13253         * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
13254         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13255         Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
13256
13257         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13258         Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
13259         mmioDescend offset and alignment issues).
13260
13261         * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
13262         We are supposed to delete the palette object with the DeleteObject
13263         function.
13264
13265         * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
13266         Listview items will be drawn with the right item dimensions.
13267
13268         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
13269         Some small corrections to the ExtTextOut function.
13270
13271         * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
13272         Make sure that the drop effect of a DnD operation is set to
13273         DROPEFFECT_NONE if the user cancelled the operation.
13274
13275         * dlls/comctl32/animate.c, include/animate.h:
13276         Eric Pouech <Eric.Pouech@wanadoo.fr>
13277         First working version.
13278
13279         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13280         Added the mute capability to most control lines.
13281
13282         * windows/win.c: Rein Klazes <rklazes@casema.net>
13283         Use the module handle, if CreateWindowEx is called with
13284         hInstance==NULL.
13285
13286         * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
13287         Added missing prototypes for StrRetToBuf(A|W).
13288
13289 Wed Oct 13 16:17:23 1999  Alexandre Julliard  <julliard@winehq.com>
13290
13291         * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
13292         Added Pt.s.
13293
13294         * objects/dib.c: Backed out previous change (breaks with metafiles).
13295
13296         * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
13297         Ove Kaaven <ovek@arcticnet.no>
13298         Added socket interface to wineserver.
13299
13300         * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
13301         Eric Pouech <Eric.Pouech@wanadoo.fr>
13302         Correct filename for kernel module is KRNL386.EXE.
13303
13304         * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
13305         Eric Pouech <Eric.Pouech@wanadoo.fr>
13306         Added missing (and now required) filename directive.
13307
13308         * tools/build.c, include/builtin32.h:
13309         Eric Pouech <Eric.Pouech@wanadoo.fr>
13310         Added filename to 32 bit builtin module descriptors.
13311
13312         * if1632/builtin.c, relay32/builtin32.c:
13313         Eric Pouech <Eric.Pouech@wanadoo.fr>
13314         Fix loading of modules: now search key is module's filename, not
13315         module's name.
13316
13317         * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
13318         Pierre Mageau <pierre@macadamian.com>
13319         When an error occurred in a property sheet because of invalid data,
13320         clicking on another tab, would activate the new tab but keep the
13321         original property sheet.
13322
13323         * 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:
13324         Juergen Schmied <juergen.schmied@metronet.de>
13325         - implemented sorting the listview by clicking on the column header
13326         - implemented the context menu entrys for sorting
13327         - some more functions to gather data form pidls
13328
13329         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
13330         Juergen Schmied <juergen.schmied@metronet.de>
13331         Removed linking by GetProcAddress for StrRetToBuf sinc not all
13332         versions of shlwapi exporting this function.
13333
13334         * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
13335         James Abbatiello <abbeyj@wpi.edu>
13336         Removes extraneous comparison of data pointed to by the relocation
13337         offset when no relocation entries exist.
13338
13339         * if1632/wprocs.spec, loader/ne/module.c:
13340         Marcus Meissner <Marcus.Meissner@lst.de>
13341         WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
13342         BLINKER selfextracting executables).
13343
13344         * windows/dialog.c: Abey George <abey@macadamian.com>
13345         Changed EndDialog to behave like as in Windows.
13346         Call SetWindowPos instead of ShowWindow in EndDialog.
13347
13348         * windows/winpos.c: Abey George <abey@macadamian.com>
13349         Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
13350         Code for activating and setting focus to other windows when a window
13351         is hidden, is moved to ShowWindow from SetWindowPos.
13352         Activate the top level window if it's not active in ShowWindow(SW_SHOW).
13353
13354         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13355         Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
13356
13357         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13358         Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
13359         dimensions are equal).
13360
13361         * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
13362         Gustavo Junior Alves <alves@correionet.com.br>
13363         Added Portuguese language support.
13364
13365         * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
13366         Francois Gouget <fgouget@psn.net>
13367         Use the COM macros rather than directly accessing the lpvtbl field.
13368
13369         * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
13370         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13371         Use LoadString16 for FormatMessage16 and handle
13372         FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
13373
13374         * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
13375         Some adjustments to ExtTextOut.
13376
13377         * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
13378         Stephane Lussier <stephane@macadamian.com>
13379         Fixed the clipping for the postscript driver and turned it on (by setting
13380         PSDRV_SetDeviceClipping in the function table).
13381
13382         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13383         Account for the trailing NULL in GetLogicalDriveStringsA.
13384
13385         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
13386         Fixed a typo in a function declaration.
13387
13388         * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
13389         Added Hungarian keyboard support.
13390
13391         * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
13392         We have to activate MDI child windows.
13393
13394         * dlls/commdlg/filedlg.c:
13395         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13396         Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
13397         hWnd.
13398
13399         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
13400         Correct usage of a scratch array in X11DRV_PolyBezier.
13401
13402         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
13403         Make WM_GETTEXTLENGTH return length for dropdownlist combos.
13404
13405         * controls/button.c: Francois Boisvert <francois@macadamian.com>
13406         Removed FillRect in the ownerdrawn button procedure.
13407
13408         * windows/x11drv/event.c: Abey George <abey@macadamian.com>
13409         Make sure the Focus Out window is still the Foreground window before
13410         doing SetForegroundWindow(0) in Event_FocusOut.
13411
13412         * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
13413         James Abbatiello <abbeyj@wpi.edu>
13414         Fixes problems with color drift when switching to/from
13415         logical/physical colors.
13416
13417         * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
13418         Mouse position is signed.
13419
13420         * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
13421         Set the COLOR_3DLIGHT system color to the right window default value.
13422
13423         * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13424         Small hack to check if we need to relocate the TLS directory or not
13425         (some seem to need this pointer relocateable, some already do relocate
13426         it by themselves).
13427
13428         * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
13429         Relink subdirectory objects on Makefile.in/Make.rules.in change.
13430
13431         * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
13432         Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
13433
13434         * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
13435         Don't ref NULL ptrs in debug.
13436
13437         * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
13438         If the joydevice is not present, do not create a DirectInputDevice.
13439
13440         * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
13441         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13442         Map PrintDlg16 to PrintDlgA.
13443
13444         * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
13445         Small fixes.
13446
13447         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
13448         Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
13449         true.
13450
13451         * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
13452         Prevent self referencing next pointer during insert.
13453
13454         * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
13455         Added some missing definitions.
13456
13457         * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
13458         Klaas van Gend <klaas@vangend.demon.nl>
13459         Added Dutch to the languages supported by MCI.
13460
13461         * documentation/status/internationalisation:
13462         Klaas van Gend <klaas@vangend.demon.nl>
13463         Updated status of internationalisation.
13464
13465         * loader/pe_image.c:
13466         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13467         Bugfix: *Don't* resolve PE imports if asked not to ...
13468
13469         * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13470         Bugfix: DdeNameService was broken.
13471
13472         * loader/ne/module.c:
13473         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13474         Bugfix: When loading an executable module fails, don't perform module
13475         cleanup before the corresponding task is destroyed.
13476
13477         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
13478         Klaas van Gend <klaas@vangend.demon.nl>
13479         Moved bitmap resource to language-independent resource file.
13480
13481         * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
13482         Added warning for future VERSION_GetVersion() (mis-)users and made
13483         OSVERSIONINFO warning more detailed.
13484
13485         * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
13486         Marcus Meissner <Marcus.Meissner@caldera.de>
13487         Added stubs for RevokeActiveObject, GetActiveObject, fixed
13488         RegisterActiveObject stub argtypes.
13489
13490         * windows/x11drv/keyboard.c:
13491         Marcus Meissner <Marcus.Meissner@caldera.de>
13492         Added german keyboard layout with "nodeadkeys" option enabled (just to
13493         apostrophes are switched).
13494
13495         * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
13496         Marcus Meissner <Marcus.Meissner@caldera.de>
13497         Stub for VideoCapDriverDescAndVer.
13498
13499         * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13500         Replicate CreateDirectory() LastError workaround for the LFN part.
13501
13502         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13503         Also escape characters >=0x80 within the wineregistry savefile.
13504
13505         * dlls/wnaspi32/winaspi32.c:
13506         Marcus Meissner <Marcus.Meissner@caldera.de>
13507         Don't use malloc/free in winaspi32.
13508
13509         * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
13510         Use 1 macro for rgbbitdepth -> byte determination.
13511         xshm/image creation now uses 1/8 of the space for every image.
13512
13513         * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
13514         Replaced double ChangeDisplaySettingsA by (Ex)[AW].
13515
13516 Wed Sep 29 12:16:16 1999  Alexandre Julliard  <julliard@winehq.com>
13517
13518         * if1632/builtin.c, loader/module.c, loader/ne/module.c:
13519         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13520         Bugfix: Don't call GetVersionExA too early, to avoid breaking
13521         automatic emulated Windows version detection.
13522
13523         * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
13524         Rein Klazes <rklazes@casema.net>
13525         First implementation of LoadTypeLibEx().
13526
13527         * if1632/mmsystem.spec, multimedia/mmsystem.c:
13528         Marcus Meissner <marcus@jet.franken.de>
13529         Added stub for WMMMIDIRUNONCE called by midimap.drv.
13530
13531         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
13532         Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
13533         following WSACleanup will already free the structures.
13534
13535         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
13536         Create DirectSound object even without sounddevice. Games can be
13537         played without sound, but not without DirectSound object (tested with
13538         Monkey Island 3).
13539
13540         * 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:
13541         Patrik Stridvall <ps@leissner.se>
13542         Fixed some of the issues reported by winapi-check, by adding arguments
13543         to varargs.
13544
13545         * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
13546         Added ability to call winapi_check from the Makefiles.
13547
13548         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
13549         Modification due to problems with winapi-check.
13550
13551         * 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:
13552         Patrik Stridvall <ps@leissner.se>
13553         - Adapted to changes in Wine.
13554         - Minor improvements.
13555
13556 Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard@winehq.com>
13557
13558         * server/event.c, server/object.h:
13559         Made event manipulation routines public.
13560
13561         * 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:
13562         Peter Hunnisett <hunnise@nortelnetworks.com>
13563         - Moved dplay and dplayx to a proper home in the dlls directory.
13564         - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
13565         - Implemented a class factory for dplay and dplobby. COM interfaces
13566           now work for dp and dpl.
13567         - Added a few more entries to dplayx.spec files. How do you find the
13568           ordinals? I just guessed :(
13569         - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
13570         - Included some missing header file definitions.
13571         - Implemented the dplay dll in terms of the dplayx dll. I haven't
13572           tested it so it may not work...
13573         - A few bug fixes and a little new implementatioe.n
13574         - Updated document with a more detailed implementation plan.
13575
13576         * windows/win.c: Noomen Hamza <noomen@macadamian.com>
13577         Rewrite the ShowOwnedPopups function with a safety algorithm.
13578
13579         * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
13580         Make ExecFocusedItem return -1 on failure.
13581
13582         * graphics/ddraw.c, multimedia/dsound.c:
13583         Peter Hunnisett <hunnise@nortelnetworks.com>
13584         - Changed return code for failure on *_DllGetClassObject to
13585           CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
13586         - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
13587         - Changed "return 0;" with S_OK or DS_OK as appropriate.
13588
13589         * dlls/ntdll/signal_i386.c:
13590         Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
13591
13592         * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13593         Remember the allocated string to free it.
13594
13595         * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
13596         Force recalculation of menu when calling InsertMenuItem.
13597
13598         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
13599         Ian Schmidt <ischmidt@cfl.rr.com>
13600         Implementation of 2 Win98 by-ordinal SHELL32 routines.  Helps Win98
13601         Explorer work better.
13602
13603         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13604         Fixed typo in hDrv for sending message.
13605
13606 Mon Sep 27 13:38:57 1999  Alexandre Julliard  <julliard@winehq.com>
13607
13608         * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
13609         Eric Pouech <Eric.Pouech@wanadoo.fr>
13610         Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
13611         DLLs.
13612
13613         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13614         Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
13615         discrimination.
13616         Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
13617
13618         * multimedia/mixer.c, multimedia/mmaux.c:
13619         Eric Pouech <Eric.Pouech@wanadoo.fr>
13620         Check for OSS driver presence and return error accordingly.
13621
13622         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13623         Got rid of hack on MIDHDR's reserved field for 16/32 bit
13624         discrimination.
13625
13626         * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13627         Fixed crash with mapper loading.
13628         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
13629         discrimination.
13630
13631         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13632         Got rid of hack on WAVEHDR's reserved field for 16/32 bit
13633         discrimination.
13634
13635         * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
13636         Typo correction.
13637
13638         * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
13639         Fix integer based resource id assumption.
13640         Add support for string based type ids.
13641
13642         * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
13643         Added some basic Winsock2 definitions.
13644
13645         * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
13646         Added EXCEPT_EVENT to wineserver select loop.
13647
13648         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
13649         Fix for VFAT_IOCTL_READDIR_BOTH.
13650
13651         * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
13652         Small wing enhancement.
13653
13654         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
13655         Return key should not be ignored in multiline edit even if
13656         ES_WANTRETURN flag isn't set.
13657
13658         * include/gdi.h, objects/gdiobj.c:
13659         Francis Beaudet <francis@macadamian.com>
13660         DPtoLP needs to round the result.
13661         Fixed MulDiv to deal better with negative numbers.
13662
13663         * windows/painting.c: Francis Beaudet <francis@macadamian.com>
13664         rcPaint has to be returned in logical coordinates but was intersected
13665         with a client rectangle in device coordinates.
13666
13667         * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
13668         Fixed GetRandomRgn.
13669
13670         * files/drive.c: Abey George <abey@macadamian.com>
13671         Made GetCurrentDirectory return long name of the current directory.
13672
13673         * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
13674         Use an extra bit in the button status byte to flag whether the
13675         DefButtonWndProc should process the WM_LBUTTONUP message.
13676
13677         * 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:
13678         Moved all signal support to a new platform-specific file.
13679         Make use of the per-thread signal stack (Juergen Lock).
13680         Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
13681
13682 ----------------------------------------------------------------
13683 Thu Sep 23 16:14:44 1999  Alexandre Julliard  <julliard@winehq.com>
13684
13685         * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
13686         Noel Borthwick <noel@macadamian.com>
13687         Added clipboard server.
13688
13689         * 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:
13690         Patrik Stridvall <ps@leissner.se>
13691         Made a new improved version of winapi-check in perl.
13692
13693         * msdos/int21.c:
13694         Implemented uppercasing functions (based on a patch by Robert
13695         'Admiral' Coeyman).
13696
13697         * 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:
13698         Patrik Stridvall <ps@leissner.se>
13699         Fixed some of the issues reported by winapi-check.
13700
13701         * misc/comm.c: Patrik Stridvall <ps@leissner.se>
13702         Modification due to problems with winapi-check.
13703
13704         * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
13705         WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
13706         closed after loosing the focus.
13707
13708         * objects/dib.c: Francois Boisvert <francois@macadamian.com>
13709         CreateDIBitmap creates a monochrome bitmap only when the first color of the
13710         colormap is black followed by white. Otherwise it creates a color bitmap.
13711
13712         * windows/defwnd.c, windows/nonclient.c:
13713         Noomen Hamza <noomen@macadamian.com>
13714         Non active window should be activated when it gets any
13715         client/non-client double/single left/medium/right mouse click(s).
13716
13717 Wed Sep 22 16:53:54 1999  Alexandre Julliard  <julliard@winehq.com>
13718
13719         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13720         Added WINEOSS descriptor.
13721
13722         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13723         MMSYSTEM_GetIData() now dies when no iData is present
13724         Better error recovery when the process attachment fails
13725         PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
13726         Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
13727         Makes use of new lolvldrv.c interfaces
13728
13729         * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
13730         Eric Pouech <Eric.Pouech@wanadoo.fr>
13731         Added lolvldrv.c and oss.c.
13732         Thunks to 16 bit are now generated for the MMSYSTEM module.
13733
13734         * 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:
13735         Eric Pouech <Eric.Pouech@wanadoo.fr>
13736         Added dlls/winmm and dlls/winmm/wineoss directories.
13737
13738         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13739         No longer checking for correct iData in code.
13740
13741         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13742         Added missing DriverCallBack function.
13743
13744         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13745         All headers (wave and midi functions) are now seen as segptr.
13746         Added stub for joyGetPosEx16().
13747
13748         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13749         Added some missing defines.
13750
13751         * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13752         Now using the same structs for low-level drivers as Windows do.
13753
13754         * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
13755         Eric Pouech <Eric.Pouech@wanadoo.fr>
13756         Make it (almost) 32 bit only.
13757         Reflected creation of WINEOSS module.
13758
13759         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13760         Make it (almost) 32 bit only.
13761         Reflected creation of WINEOSS module.
13762         No longer using ERR when no MIDI card is present.
13763
13764         * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13765         Added stub for joyGetPosEx16().
13766
13767         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13768         No longer checking for correct iData in code.
13769         Added look-up tables to command tables (speeds up queries).
13770
13771         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13772         Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
13773
13774         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13775         Now using modReset() instead of tweaking MIDI controls.
13776
13777         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13778         Fixed returned type upon open.
13779         Fixed some bogus error checking.
13780
13781         * multimedia/mcianim.c, multimedia/mciavi.c:
13782         Eric Pouech <Eric.Pouech@wanadoo.fr>
13783         Fixed returned type upon open.
13784
13785         * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
13786         Do not set EH_NONCONTINUABLE.
13787
13788         * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
13789         Morten Eriksen <mortene@sim.no>
13790         Added simple console mode example program which lists information
13791         about the version of Windows we're currently running on.
13792
13793         * loader/module.c: Fixed memory allocation bug.
13794
13795         * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
13796         Fix infinite loop with glastXFocusWindow.
13797
13798         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
13799         Allow creation of empty imagelist.
13800
13801         * objects/palette.c, relay32/gdi32.spec:
13802         Ian Schmidt <ischmidt@cfl.rr.com>
13803         Added partial implementation of GetICMProfileA, required by Paint Shop
13804         Pro 5.
13805
13806         * controls/menu.c: Abey George <abey@macadamian.com>
13807         Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
13808         when TPM_NONOTIFY flag is set in TrackPopupMenu.
13809
13810         * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
13811         getpeername() and getsockname() return errors in errno not h_errno.
13812
13813 Mon Sep 20 18:52:06 1999  Alexandre Julliard  <julliard@winehq.com>
13814
13815         * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
13816         Patrik Stridvall <ps@leissner.se>
13817         Fixed ANSI C violations.
13818
13819         * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
13820         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13821         Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
13822
13823         * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
13824         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13825         Don't create thunk for task signal proc, call it directly.
13826
13827         * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
13828         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13829         DC hook proc thunk management simplified.
13830
13831         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13832         System timer proc thunk creation moved out of if1632/thunk.c.
13833
13834         * scheduler/thread.c:
13835         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13836         Don't create thunk for CreateThread16 proc, call it directly.
13837
13838         * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
13839         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13840         Windows hook proc thunk management simplified.
13841
13842         * include/callback.h, if1632/thunk.c:
13843         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13844         Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
13845         Removed persistent thunk creation routines.
13846
13847         * 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:
13848         Lionel Ulmer <lionel.ulmer@free.fr>
13849         Added the possibility to use DGA 2.0.
13850
13851         * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13852         Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
13853
13854         * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
13855         It's no error to send a WM_COMMAND to MenuHelp.
13856
13857         * files/file.c: Francois Boisvert<francois@macadamian.com>
13858         CreateFileA returns HFILE_ERROR when the filename contains a wild card.
13859
13860         * controls/static.c: Francis Beaudet <francis@macadamian.com>
13861         Fixed display bug in the static control.
13862
13863         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
13864         Message removed when menu tracking finish on a WM_LBUTTONDOWN.
13865
13866         * 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:
13867         Noel Borthwick <noel@macadamian.com>
13868         - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
13869           and native Linux applications.
13870         - Respond to the MULTIPLE selection request target when Wine is the
13871           selection owner.
13872         - Relax type checking for TARGETS selection.
13873
13874         * if1632/builtin.c, loader/module.c:
13875         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13876         Set 'expected_version' of built-in and dummy modules according to
13877         emulated Windows version.
13878
13879         * if1632/relay.c, loader/main.c:
13880         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13881         Make CallTo16 return stub segment owned by KERNEL.
13882
13883         * include/wine/winbase16.h, loader/task.c:
13884         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13885         Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
13886
13887         * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
13888         Added some values that were missing in the Swedish nls file.
13889
13890 Sun Sep 19 18:58:16 1999  Alexandre Julliard  <julliard@winehq.com>
13891
13892         * graphics/x11drv/dib.c:
13893         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13894         Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
13895
13896         * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
13897         Added missing export.
13898
13899         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
13900         Fixed crash when loading *.ani files.
13901
13902         * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
13903         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13904         Moved bulk of OLE implementation to dlls/ subdirectories.
13905
13906         * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
13907         Send correct WM_MENUSELECT when menu closes.
13908
13909         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
13910         Francois Boisvert <francois@macadamian.com>
13911         Added small feature in the file dialog.
13912
13913         * 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:
13914         Patrik Stridvall <ps@leissner.se>
13915         Added support for anonymous structs/unions on compilers that implement it.
13916
13917         * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
13918         Peter Ganten <ganten@uni-bremen.de>
13919         Stubs for PolyTextOutA/W.
13920
13921         * graphics/x11drv/dib.c, objects/dib.c:
13922         Karl Lessard <ybicubuk@umail.corel.com>
13923         Some more minor GDI fixes.
13924
13925         * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
13926         In ImageList_Draw when drawing the bitmap with the transparent flag
13927         set, background color/foreground color should be set to white/black,
13928         when doing bitblt operation with the bitmap mask.
13929
13930         * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
13931         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13932         Extend DRAWMODE struct to win95 spec.
13933         Add some more Escape -> Escape16 conversions.
13934
13935         * graphics/win16drv/prtdrv.c:
13936         Huw D M Davies <h.davies1@physics.ox.ac.uk>
13937         Stop trashing devmode if in and out devmodes are the same.
13938
13939         * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
13940         The MDIClient class must be registered with the IDC_ARROW cursor.
13941
13942         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
13943         Implemented the disabled state of the combobox.
13944
13945         * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
13946         Protect SetMenu from rogue menu handle.
13947         GetMenu16 can just call GetMenu.
13948
13949         * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
13950         Protect MDISetMenu from rogue menu handles.
13951
13952         * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
13953         Tidy up TRACE etc to use default channel.
13954
13955         * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
13956         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13957         Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
13958
13959         * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
13960         Thuy Nguyen <thuy@macadamian.com>
13961         Added support for wizard property sheets.
13962
13963         * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13964         Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
13965
13966         * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
13967         - iSelected should be -1 if no item selected (Gerard Patel)
13968         - some of the checks for invalid items where > when they should have been >=
13969           (Marcus Meissner)
13970         - made InsertItem behave similarly to DeleteItem, ie, if the current item is
13971           after where the item is inserted, increment the selected item (David Luyer)
13972
13973         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13974         Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
13975
13976         * debugger/db_disasm.c:
13977         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13978         Bugfix: (E)IP-relative offsets depend on operand, not address, size.
13979
13980         * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
13981         Marcus Meissner <marcus@jet.franken.de>
13982         Added stub implementation for EnumDisplayDevices*.
13983
13984         * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
13985         Added SC_GET_DEVTYPE.
13986
13987         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
13988         Added stub for OLE32.DllGetClassObject.
13989
13990         * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
13991         Juergen Schmied <juergen.schmied@metronet.de>
13992         More support for special pidls in SHGetSpecialFolderLocation.
13993
13994         * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
13995         Luc Tourangeau <luc@macadamian.com>
13996         Implemented invisible pens.
13997
13998         * objects/dib.c, graphics/x11drv/dib.c:
13999         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14000         Small DIB fixes.
14001
14002         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14003         Added a case for menu handling in win31.
14004
14005 Tue Sep 14 11:51:02 1999  Alexandre Julliard  <julliard@winehq.com>
14006
14007         * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
14008         Karl Lessard <karll@corel.com>
14009         Fixed GetDIBits problems.
14010
14011         * 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:
14012         Patrik Stridvall <ps@leissner.se>
14013         Add support for anonymous struct/unions on compilers that implement it.
14014
14015 Mon Sep 13 16:06:17 1999  Alexandre Julliard  <julliard@winehq.com>
14016
14017         * controls/button.c, controls/uitools.c:
14018         Dennis Bj|rklund <dennisb@cs.chalmers.se>
14019         Fixed win9x look on checkboxes and radiobuttons.
14020
14021         * 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:
14022         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14023         Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
14024         Remove relays for win16drv from CallBack table, instead use build to
14025         generate them directly in graphics/win16drv/prtdrv.c.
14026         If Printer AbortProc is 16bit then allocate thunk and store that as a
14027         32bit proc in DC.  Setting of abortprocs now done in the correct place
14028         (i.e. not in the driver).
14029
14030         * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
14031         Relaxed parameter checking for GetDIBits.
14032
14033         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14034         Fixed last error code when trying to load unknown VxD with CreateFile.
14035
14036         * dlls/shell32/shell32_main.c:
14037         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14038         Pretend successful execution of SHELL_NotifyIcon*().
14039
14040         * controls/menu.c, relay32/user32.spec:
14041         Eric Pouech <Eric.Pouech@wanadoo.fr>
14042         Added MenuItemFromPoint stub.
14043
14044         * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14045         Fixed off by one allocation error (DPA and DSA).
14046
14047         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14048         Fixed crash in PlaySound thread.
14049
14050 Sat Sep 11 16:29:00 1999  Alexandre Julliard  <julliard@winehq.com>
14051
14052         * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
14053         For Win 3.x applications, if they have either horizontal or vertical
14054         scrollbars, enable both.
14055
14056         * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
14057         Patrik Stridvall <ps@leissner.se>
14058         Eliminated warnings.
14059
14060         * controls/combo.c, controls/listbox.c:
14061         Pierre Mageau <pierre@macadamian.com>
14062         Set the mouse capture on the combo listbox.
14063
14064         * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
14065         - fixed the creation of back-buffers in DGA mode
14066         - added a check on the validity of the Locking rectangle
14067         - fixed the enumeration for DX-6.0
14068
14069         * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
14070         Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
14071
14072         * controls/button.c: Abey George <abey@macadamian.com>
14073         Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
14074         BS_CHECKBOX, BS_AUTO* styles.
14075
14076 Fri Sep 10 14:38:20 1999  Alexandre Julliard  <julliard@winehq.com>
14077
14078         * 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:
14079         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14080         Winspool DocumentProperties and DeviceCapabilities should now work on
14081         native 16 bit drivers.
14082
14083         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14084         Fixes DeviceCapabilities for DC_PAPERSIZE.
14085         Various fixes for OpenPrinter and EnumPrinters.
14086         Separation of GetPrinter in preparation for unification with EnumPrinters.
14087
14088         * graphics/psdrv/ppd.c, include/wingdi.h:
14089         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14090         Add support for a large number of different paper sizes to PostScript
14091         driver.
14092
14093         * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
14094         Added definitions of COM objects for D3D 6.x support.
14095
14096         * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
14097         If there is not an exact match found for the requested font name,
14098         instead of using the first font defined for the printer, map some
14099         common font families (e.g. Arial -> Helvetica), and search again.
14100
14101         * if1632/kernel.spec, if1632/thunk.c:
14102         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14103         Fixed bug in CBClient routines by storing the SEGPTR in the global
14104         table and translating it on every use.
14105
14106         * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
14107         Changed the pixmap to look like the windows default application icon.
14108
14109         * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
14110         Stop crash in GetDiskFreeSpaceEx.
14111
14112         * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
14113         Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
14114         handled by the window manager.
14115
14116         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
14117         Implemented the behavior around the ES_WANTRETURN style in the edit
14118         control.
14119
14120         * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
14121         Pressing the delete key using an extended keyboard with numlock on is
14122         not generating anymore a WM_CHAR message.
14123
14124         * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
14125         Fixed pattern matching in PathMatchSpecA/W
14126
14127         * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
14128         Tabbing in the listview of the shellview.
14129
14130         * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
14131         Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
14132         LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
14133         column width.
14134         Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
14135
14136         * dlls/shell32/shell32_main.c:
14137         Juergen Schmied <juergen.schmied@metronet.de>
14138         Fixed crash in detach sequence.
14139
14140         * dlls/shell32/shlfolder.c:
14141         Juergen Schmied <juergen.schmied@metronet.de>
14142         Fixed wrong return value.
14143
14144         * dlls/crtdll/crtdll_main.c:
14145         Juergen Schmied <juergen.schmied@metronet.de>
14146         Prevent endless loop in except2.
14147
14148         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
14149         Now works around wine never exiting the debugger.
14150         Should put bug reports in the right place now.
14151
14152         * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
14153         Marcus Meissner <Marcus.Meissner@caldera.de>
14154         Added stub for RegisterActiveObject().
14155
14156         * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
14157         Marcus Meissner <marcus@jet.franken.de>
14158         Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
14159
14160 Sun Sep  5 16:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
14161
14162         * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
14163         Removed __winelib flag.
14164
14165         * 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:
14166         Eric Pouech <Eric.Pouech@wanadoo.fr>
14167         Updated to new MM header organization.
14168
14169         * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
14170         Eric Pouech <Eric.Pouech@wanadoo.fr>
14171         Moved DDK level material to new include/mmddk.h file.
14172         Copied some SDK level material from include/multimedia.h file.
14173
14174         * multimedia/mciwave.c, multimedia/mcimidi.c:
14175         Eric Pouech <Eric.Pouech@wanadoo.fr>
14176         Updated to new MM header organization.
14177         Cleaned-up internal structures (now 32 bit only).
14178         Now using the MMSYSTEM entry points rather than the low level driver
14179         ones directly.
14180
14181         * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
14182         Fix %fs for signal handlers in the FS_sig undefined case (this patch
14183         actually from Ulrich Weigand, I only tested it).
14184
14185         * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
14186         Ron Record <rr@sco.com>
14187         Added support of __thr_errno for reentrance on UnixWare.
14188
14189         * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
14190         No longer needs to calculate its own character size.
14191
14192         * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
14193         Consequential changes to default system font sizes
14194
14195         * graphics/x11drv/xfont.c, include/x11font.h:
14196         Richard Cohen <richard@jubjub.demon.co.uk>
14197         Various fixes for the X11 font mapper, particularly:
14198         - size fonts with negative heights correctly
14199         - calculate average width correctly.
14200
14201         * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
14202         Use a special value in the hotspot coordinate to identify which HICON
14203         are cursors and which are icons.
14204
14205         * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
14206         Modified CBDropDown to find the best height of the listbox.
14207
14208 Sat Sep  4 14:36:03 1999  Alexandre Julliard  <julliard@winehq.com>
14209
14210         * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
14211         Added configure check for str[n]casecmp.
14212
14213         * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14214         Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
14215
14216         * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14217         Added type PWORD.
14218
14219         * dlls/winspool/info.c, include/winspool.h:
14220         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14221         Added loads of types, defines and declarations to winspool.h.
14222
14223         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
14224         Francois Boisvert<francois@macadamian.com>
14225         Fixed the height of items in the lookin combobox of the filedlg95.
14226
14227         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
14228         Initialize the enabling state variable in the edit.
14229
14230         * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
14231         The fast window frame size should be the same as the frame size used
14232         by NC_DrawFrame function.
14233
14234         * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14235         Fixed compiler warnings.
14236
14237         * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14238         lstrncmpi isn't a windows API, use strncasecmp instead.
14239
14240         * memory/global.c:
14241         Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
14242
14243         * windows/msgbox.c: Added missing HFONT type.
14244
14245         * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
14246         Pierre Mageau <pierre@macadamian.com>
14247         Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
14248         CURSORICON_FindBestIcon changed to find the correct icon.
14249         ImageList_ReplaceIcon now calls CopyImage internally.
14250         Assign a value for the hIconSm CLASS member (using CopyImage).
14251
14252         * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
14253         Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
14254
14255         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
14256         Give applications a copy of the property sheet dialog template as they
14257         might modify it.
14258
14259         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
14260         Relay exclude lists were not working due to some CharUpperA()
14261         somewhere else.
14262
14263         * loader/loadorder.c, wine.ini:
14264         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14265         winspool -> winspool.drv
14266
14267         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
14268         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14269         Implemented StrCmpNIA like the other StrCmpXX functions.
14270
14271         * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
14272         Resolve environment variable when enumerating values.
14273
14274         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
14275         The format rect is recalculated for each font change. MoveEnd &
14276         MoveHome improved.
14277
14278 Fri Sep  3 16:49:17 1999  Alexandre Julliard  <julliard@winehq.com>
14279
14280         * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
14281         Karl Lessard <karll@corel.com>
14282         Ian Ward
14283         Dan Langlois
14284         Speed up conversion between XImages and DIBSections.
14285
14286         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
14287         Francois Boisvert <francois@macadamian.com>
14288         Some <open> features in the file dialog 95.
14289
14290         * include/winnt.h, scheduler/sysdeps.c:
14291         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14292         Removed global variable pCurrentTeb.
14293
14294         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14295         HEAP_Commit/Decommit were assuming a page size of 4KB
14296         unconditionally.
14297
14298         * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14299         A few more DC_ defines from Win2000.
14300
14301         * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14302         Check that lpCreate->lpszName is non-NULL.
14303
14304         * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
14305         More restrictive checks, so DIALOG_IsAccelerator don't loop
14306         endlessly.
14307
14308         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14309         Menu hides when clicked for a second time.
14310
14311         * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
14312         - select the font into the dc before calculating the extent
14313         - make buttonheight correspond to text height + width to caption
14314         - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
14315         - #defines for DlgItemIds
14316         - implement MB_RETRYCANCEL
14317
14318         * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
14319         Keep the enable state in the edit structure instead of calling
14320         IsWindowEnabled().
14321
14322         * 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:
14323         Noel Borthwick <noel@macadamian.com>
14324         - Implement interprocess clipboard communication.
14325         - Support for the PRIMARY and CLIPBOARD selection atoms.
14326         - Support for the TARGETS selection format.
14327         - Expose native Windows clipboard formats through X selection targets.
14328
14329         * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
14330         Make stock fonts independent of mapping mode.
14331         System font should only be bold for Win31.
14332
14333         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
14334         Removed truncating errors that happen when converting fom dialog units
14335         to pixels.
14336
14337         * windows/winpos.c: Abey George<abey@macadamian.com>
14338         Check new coordinates received in WM_NCCALCSIZE message.
14339
14340         * controls/button.c: Francis Beaudet <francis@macadamian.com>
14341         Slight 1 pixel adjustment on the position of the radio button bitmap.
14342
14343         * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14344         Fixed off by one allocation errors.
14345
14346         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
14347         The backspace is now handled in the WM_CHAR message.
14348
14349         * windows/mdi.c, windows/nonclient.c:
14350         Francis Beaudet <francis@macadamian.com>
14351         Make sure that all MDI children have the WS_EX_MDICHILD style set.
14352
14353         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
14354         Fixed prototype order.
14355
14356         * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
14357         Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
14358
14359         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14360         Fixed crash.
14361
14362         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
14363         Fixed the support for the close button in the ShellAbout dialogs.
14364
14365         * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
14366         Added Dutch resources for PrintDlg32.
14367
14368         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
14369         Klaas van Gend <klaas@vangend.demon.nl>
14370         Completed PrintDlg32 resource stringtable.
14371
14372         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
14373         Added sanity checks in the cleanup code.
14374
14375         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
14376         Completed GetKeyNameText for non-character keys.
14377
14378         * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
14379         Make directories name appear in the BrowseForFolder dialog.
14380
14381         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14382         Do not remove .drv from filenames.
14383
14384         * controls/button.c: Francis Beaudet <francis@macadamian.com>
14385         Fixed a little positioning bug with the checkbox.
14386
14387         * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
14388         Abey George <abey@macadamian.com>
14389         Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
14390         styles.
14391
14392         * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
14393         Changed snprintf to wsnprintfA to remove unresolved external when
14394         compiling on Solaris/Sun.
14395
14396         * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
14397         Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
14398         equivalents. (WinWord 97, File Open dialog)
14399
14400         * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
14401         Use in GetClassInfoW the same hack for systemclasses as in
14402         GetClassInfoA (winword 97 with native comctl32).
14403
14404         * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
14405         Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
14406
14407         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
14408         Implemented wParam of WM_PAINT msg for edit control.
14409
14410         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14411         Fix off by one error in WINSPOOL_GetOpenedPrinterA.
14412
14413         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
14414         subkey_found did not search for _all_ sub keys.
14415
14416 Sat Aug 21 14:47:29 1999  Alexandre Julliard  <julliard@winehq.com>
14417
14418         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
14419         Francois Boisvert <francois@macadamian.com>
14420         Implemented basic browsing in the file name edit of the filedlg 95.
14421
14422         * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
14423         Avoid changing the activation state in EnableMenuItem.
14424
14425         * include/winnt.h: Fixed #ifdef symbol for PowerPC.
14426
14427         * ole/parsedt.c, ole/parsedt.h:
14428         Eric Pouech <Eric.Pouech@wanadoo.fr>
14429         Only declare DateStyle in a single compilation unit.
14430
14431         * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
14432         Added the case of a user defined icon for the sysbutton hittest.
14433
14434         * ole/typelib.c: Rein Klazes <rklazes@casema.net>
14435         Fixed typelib reading to correctly use the offset of the typelib that
14436         is embedded in for example a dll file.
14437
14438         * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
14439         Fixed CreateDIBSection() called with negative height to set the height
14440         positive in the created DIBSECTION, as per MS knowledgebase Q186586.
14441
14442         * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
14443         The paint rectangle return in the PAINTSTRUCT in BeginPaint should
14444         never be bigger than the client area of the window.
14445
14446         * controls/listbox.c: Rein Klazes <rklazes@casema.net>
14447         Make sure that an empty string never matches a listbox entry in
14448         LISTBOX_FindString().
14449
14450         * dlls/version/info.c:
14451         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14452         Alignment fix.
14453
14454         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14455         Fixed crash when accessing sysmenu.
14456
14457         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14458         Really do a silent backtrace when requested.
14459
14460         * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14461         Do not set the address if the symbol is still tagged INVALID.
14462
14463         * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14464         Added support for N_BINCL and N_EINCL instructions.
14465         Fixed type parsing (as generated by egcs).
14466
14467 Wed Aug 18 18:40:52 1999  Alexandre Julliard  <julliard@winehq.com>
14468
14469         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14470         Use typedef to work around egcs problem.
14471
14472         * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
14473         Removed unnecessary includes from ole related files.
14474
14475         * ole/compobj.c, multimedia/mmsystem.c:
14476         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14477         Adapted to WOW changes.
14478
14479         * 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:
14480         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14481         Moved implementation of WOW routines to single file.
14482         Added all missing WOW routines, fixed WOWCallback16Ex.
14483
14484         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14485         Fixed internal buffer for 16 bit mmio MEM files.
14486
14487         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14488         - some errors in cleaning up values returned by MCI drivers: this
14489           should solve the issues reported with the CD player/writer
14490         - crash when command was requested with automatic open (note, this
14491           will now gracefully report an error, not do the correct thing).
14492
14493         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
14494         Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
14495         flags.
14496
14497         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14498         Bugfix: EFlags were passed incorrectly by CallFrom16Register.
14499
14500         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14501         Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
14502
14503         * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
14504         Bertho Stultiens <bertho@panter.soci.aau.dk>
14505         Wrc did not check any IDs which are only 16 bit. Common dialogs had some
14506         IDs larger and that caused problems. This is now solved (I hope).
14507
14508 ----------------------------------------------------------------
14509 Sun Aug 15 18:52:32 1999  Alexandre Julliard  <julliard@winehq.com>
14510
14511         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
14512         Fixed cursor stretch code.
14513
14514         * memory/selector.c:
14515         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14516         Inhibit wraparound in comparison.
14517
14518         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
14519         Juergen Schmied <juergen.schmied@metronet.de>
14520         New internal dll, exporting already existing path functions.
14521
14522         * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
14523         Francis Beaudet <francis@macadamian.com>
14524         Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
14525         for the MSG_InternalGetMessage() call is a WM_TIMER.
14526
14527         * rc/winerc.c, include/resource.h, include/windef.h:
14528         Patrik Stridvall <ps@leissner.se>
14529         GCC 3.0 has not been released yet, but it is good to be prepared.
14530
14531         * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
14532         Added resolution of LVM messages.
14533
14534         * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
14535         Added protection against possible memory corruption.
14536
14537         * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
14538         Fixed cursor selection to find the correct cursor when more than one
14539         available.
14540
14541         * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
14542         Thuy Nguyen <thuy@macadamian.com>
14543         Replaced a static ten element array with a dynamic pointer array.
14544
14545         * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
14546         Fix special case when no printer installed.
14547
14548         * dlls/shell32/shell.c, dlls/shell32/shell.spec:
14549         James Juran <jrj120@psu.edu>
14550         New routine DllEntryPoint for shell.dll.  Loads shell32.dll,
14551         since most shell.dll functions call their 32-bit counterparts.
14552
14553         * dlls/version/info.c:
14554         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14555         Fixed alignment.
14556
14557         * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
14558         EM_SETSEL scrolls if outside of the visible range.
14559         "shift+home" selection improved in the edit control.
14560
14561         * ole/parsedt.c: Removed RCS keyword.
14562
14563         * 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:
14564         Juergen Schmied <juergen.schmied@metronet.de>
14565         More use of rc files for strings and menus, fixes. First internal
14566         icons.
14567
14568         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
14569         New interface: DropSource.
14570
14571         * dlls/shell32/shlfolder.c:
14572         Juergen Schmied <juergen.schmied@metronet.de>
14573         Better DropTarget.
14574
14575         * dlls/shell32/shell32_main.c:
14576         Juergen Schmied <juergen.schmied@metronet.de>
14577         Implemented SHGetFileInfo better.
14578
14579         * dlls/shell32/iconcache.c:
14580         Juergen Schmied <juergen.schmied@metronet.de>
14581         Protect cache with critical section.
14582         Removed hack to load icons from external shell32.dll.
14583
14584         * dlls/shell32/dataobject.c:
14585         Juergen Schmied <juergen.schmied@metronet.de>
14586         QueryGetData, EnumFormatEtc implemented.
14587
14588         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
14589         Fixed mapping of file extensions to text.
14590
14591         * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
14592         Fixed ascii/unicode issue for naming of the mutexes.
14593         Made mutex handles global.
14594         Fixed incorrect interpretation of return values of WaitForSingleObject.
14595
14596         * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
14597         First implementation of GetCharacterPlacementA.
14598
14599         * windows/defwnd.c, include/winuser.h:
14600         Thuy Nguyen <thuy@macadamian.com>
14601         Implemented the WM_SETICON and WM_GETICON messages.
14602
14603         * files/drive.c: Morten Eriksen <mortene@sim.no>
14604         FIXME on unimplemented feature made less obtrusive.
14605
14606         * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
14607         Now the conversion in the blt functions round up the result.
14608
14609         * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
14610         Document use of "init" in build-spec.txt, and make build.c print a
14611         warning if someone tries to use "init" in a Win16 spec file.
14612
14613         * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
14614         Make sure we have a dgroup before patching prologs.
14615
14616         * */Makefile.in, */.cvsignore:
14617         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14618         Adapted to glue code generation changes.
14619
14620         * 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:
14621         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14622         Adapted to new-style Wine thunks.
14623         Removed some now unnecessary function pointers.
14624
14625         * include/builtin16.h, include/stackframe.h, tools/build.c:
14626         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14627         CallTo16... / CallFrom16... Wine thunks reorganized:
14628         - Cleaner separation between core and glue code.
14629         - Argument conversion glue code now in C.
14630         - Glue code needed for 16-bit .spec files inlined.
14631
14632 Sat Aug 14 15:53:50 1999  Alexandre Julliard  <julliard@winehq.com>
14633
14634         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14635         - implemented GetCommModemStatus
14636         - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
14637         - added more verbose TRACEing
14638
14639         * misc/version.c: Morten Eriksen <mortene@sim.no>
14640         Made GetVersionEx() behave in accordance with the specification with
14641         regard to error handling.
14642
14643         * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
14644         Mark G. Adams <madams@livepage.com>
14645         Added stub for DrawDibClose.
14646
14647         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
14648         Fixed the look of the combobox's drop down button when in Win95 look.
14649
14650         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
14651         Added support for icons in property sheet tabs.
14652
14653         * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
14654         Bertho Stultiens <bertho@panter.soci.aau.dk>
14655         Version 1.0.14 of wrc.
14656
14657 Sun Aug  8 18:56:04 1999  Alexandre Julliard  <julliard@winehq.com>
14658
14659         * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
14660
14661         * 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:
14662         Replaced a few calls to lstr* functions by their CRTDLL or libc
14663         equivalent.
14664
14665         * memory/string.c:
14666         Added an exception handler around a few lstr* functions.
14667
14668         * 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:
14669         Reimplemented multi-byte and wide-chars functions to not depend on
14670         lstr* functions; added a few missing ones; fixed a couple of bugs.
14671
14672 Sat Aug  7 14:32:34 1999  Alexandre Julliard  <julliard@winehq.com>
14673
14674         * 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:
14675         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14676         Separated Win16 (USER) and Win32 (MPR) network routines.
14677         Moved implementation of MPR to dlls/mpr/.
14678         Added proper headers and stubs for missing MPR routines.
14679
14680         * misc/registry.c:
14681         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14682         Improved (sort of) RegFlushKey.
14683
14684         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
14685         If the window is already the topmost window in ShowWindow(SW_SHOW), it
14686         must not be activated.
14687
14688         * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
14689         WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
14690
14691         * windows/dce.c, windows/x11drv/wnd.c:
14692         Stephane Lussier <stephane@macadamian.com>
14693         X11drv SetDrawable function modifies the DC origin, this translation
14694         should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
14695
14696         * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
14697         Set focus to the dialog in EndDialog.
14698
14699         * libtest/Makefile.in: James Juran <jrj120@psu.edu>
14700         Make sure we compile winestub.o before trying to build a Winelib test
14701         program.
14702
14703         * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14704         Fixed case sensitivity flag.
14705
14706         * include/commdlg.h, dlls/commdlg/printdlg.c:
14707         Klaas van Gend <klaas@vangend.demon.nl>
14708         Implemented the return of hDevModes and hDevNames in the PRINTDLG
14709         structure of PrintDlgA().
14710
14711         * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
14712         Made hardware_event use win32-conformant parameters.
14713
14714         * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
14715         Explicitly load shell32.dll.
14716
14717         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
14718         Take into account icons when determining tab size.
14719
14720         * files/drive.c: Morten Eriksen <mortene@sim.no>
14721         Improved GetDiskFreeSpaceEx() implementation a little bit.
14722
14723         * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14724         - added some more Baudrates
14725         - fixed a hang in tcsetattr when the input buffer isn't empty
14726         - added more verbosity for debugging
14727
14728         * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
14729         Handle the case when the button is really small.
14730
14731         * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
14732         WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
14733         specify WS_CAPTION.
14734
14735 Wed Aug  4 15:07:57 1999  Alexandre Julliard  <julliard@winehq.com>
14736
14737         * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
14738         Marcus Meissner <marcus@jet.franken.de>
14739         Implemented DirectInput Joystick support (tested with WC:Prophecy).
14740
14741         * relay32/kernel32.spec, win32/time.c:
14742         Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
14743         Implemented SetLocalTime.
14744
14745         * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
14746         Minor fix to the French Canadian keyboard.
14747
14748         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
14749         When flipping backbuffer -> frontbuffer, first exchange surfaces, then
14750         copy XImage, since the palette might only be defined in the frontbuffer.
14751
14752         * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
14753         Create sysconfdir on install.
14754
14755         * dlls/stress/.cvsignore: Fixed typo.
14756
14757         * 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:
14758         Got rid of dsprintf and related macros.
14759
14760         * server/mutex.c:
14761         Remove the mutex from the thread list when destroying it.
14762
14763         * */*:
14764         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14765         Moved various DLLs to dlls/
14766
14767 Sun Aug  1 14:58:02 1999  Alexandre Julliard  <julliard@winehq.com>
14768
14769         * 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:
14770         Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
14771         aliasing optimization problems.
14772
14773         * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
14774         Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
14775
14776         * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
14777         Removed async I/O support.
14778
14779         * include/comm.h, misc/comm.c:
14780         Use the service thread for comm notifications.
14781
14782         * 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:
14783         Made stack manipulation macros into inline functions.
14784         Changed a few accesses to context registers to avoid potential
14785         aliasing optimization problems.
14786
14787         * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
14788         Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
14789         SIGCONTEXT.
14790
14791         * Makefile.in: Remove wine.conf.man on distclean
14792
14793 ----------------------------------------------------------------
14794 Sat Jul 31 19:35:58 1999  Alexandre Julliard  <julliard@winehq.com>
14795
14796         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
14797         Close the right window when clicking on a non active window close
14798         button.
14799
14800         * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
14801         Removed the dependency on "dummy" for wine and wine.sym.
14802
14803         * files/profile.c:
14804         Remove file from cache when flushing it (based on a patch by Ian
14805         Schmidt).
14806
14807         * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
14808         Added CONTEXT for ALPHA and MIPS.
14809
14810         * configure.in, Make.rules.in, Makefile.in, configure:
14811         Patrik Stridvall <ps@leissner.se>
14812         Added support for Solaris Lint.
14813
14814         * 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:
14815         Patrik Stridvall <ps@leissner.se>
14816         Fixed some of the issues reported by Solaris Lint.
14817
14818         * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
14819         Solaris C/C++ compile fix.
14820
14821         * 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:
14822         Patrik Stridvall <ps@leissner.se>
14823         Various ANSI C compability fixes.
14824
14825         * 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:
14826         Patrik Stridvall <ps@leissner.se>
14827         Fixed some of the issues reported by winapi-check.
14828
14829         * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
14830         Actually create the man/ subdirectories before installing.
14831
14832         * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
14833         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14834         Implemented KERNEL.447 (WIN32_OldYield16).
14835
14836         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14837         Suspend WND lock before EVENT_Synchronize.
14838
14839         * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14840         Create VxD handle only for known VxDs.
14841
14842         * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
14843         Made compilation of *.spec.c files use -fno-builtin regardless of
14844         where they are.
14845
14846         * 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:
14847         Patrik Stridvall <ps@leissner.se>
14848         Fixed/added missing/wrong function prototypes and made internal
14849         functions static.
14850
14851         * 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:
14852         Patrik Stridvall <ps@leissner.se>
14853         Fixed missing prototypes and made it work with Solaris X11.
14854
14855         * 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:
14856         Patrik Stridvall <ps@leissner.se>
14857         Eliminated warnings.
14858
14859         * loader/ne/segment.c:
14860         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14861         Fixed the DSEG value in the SEGTABLEENTRY struct.
14862
14863         * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
14864         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14865         Added builtin toolbar bitmaps.
14866
14867         * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
14868         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14869         Some more messages.
14870
14871         * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
14872         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14873         Added stub for CryptSetKeyParams().
14874
14875         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
14876         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14877         Added stubs for DAD_SetDragImage() and PathCleanupSpec().
14878
14879         * misc/crtdll.c, relay32/crtdll.spec:
14880         Eric Kohl <ekohl@abo.rhein-zeitung.de>
14881         Added stub for _except_handler2().
14882
14883         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
14884         Improved GetRandomRegion().
14885
14886         * controls/menu.c, windows/nonclient.c:
14887         Pascal Lessard <pascal@macadamian.com>
14888         Implemented the system button behavior and associated it to the system
14889         menu in win95. Also permit the SC_CLOSE item to be disabled.
14890
14891         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
14892         Bugfixes and a fake GETBASEIRQ.
14893
14894         * files/async.c: Ove Kaaven <ovek@arcticnet.no>
14895         Made async fds nonblocking.
14896
14897         * windows/mdi.c: Dan Langlois <daniell@corel.com>
14898         Removed an inappropriate if statement from MDI_ChildActivate that
14899         prevented the activation code from executing.
14900
14901         * dlls/comctl32/monthcal.c, include/monthcal.h:
14902         Alex Priem <alexp@sci.kun.nl>
14903         Bugfixes & further updates for the month calendar common control.
14904
14905         * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
14906         Alex Priem <alexp@sci.kun.nl>
14907         Started implementing date/time common control.
14908
14909         * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
14910         Huw D M Davies <h.davies1@physics.ox.ac.uk>
14911         PSDRV_WriteArc shouldn't write a newpath.
14912
14913         * controls/button.c: Rein Klazes <rklazes@casema.net>
14914         Fix handling of WM_LBUTTONDCLICK message for buttons with certain
14915         styles.
14916
14917         * windows/dce.c: Abey George <abey@macadamian.com>
14918         Bug fix for updating the clipping region in nested GetDCEx calls.
14919
14920         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
14921         Tried to fix the code for SetWindowPos to erase the background
14922         properly.
14923
14924 Fri Jul 30 18:10:21 1999  Alexandre Julliard  <julliard@winehq.com>
14925
14926         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
14927         Klaas van Gend <klaas@vangend.demon.nl>
14928         - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
14929           don't display yet).
14930         - added status strings.
14931         - added string table for internationalisation of several internal
14932           message boxes.
14933
14934         * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
14935         Removed duplicated defines in winuser.h and commctrl.h. Also corrected
14936         a typo for SW_MAX value.
14937
14938         * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
14939         Francis Beaudet <francis@macadamian.com>
14940         Fixed a memory leak in the file dialog.
14941
14942         * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14943         Strip .drv extensions to MODULE_GetLoadOrder.
14944
14945         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
14946         Fixed a memory leak.
14947
14948         * scheduler/process.c, loader/task.c:
14949         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14950         Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
14951
14952         * graphics/psdrv/ps.c, include/psdrv.h:
14953         Luc Tourangeau <luc@macadamian.com>
14954         Added a call to the newpath operator immediately before the arc
14955         operator.
14956
14957         * controls/button.c: Pierre Mageau <pierre@macadamian.com>
14958         Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
14959         icon needed to be centered when the button is smaller than the bitmap.
14960
14961         * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
14962         Fixed a memory leak that occurs when we maximize/minimize an MDI
14963         child.
14964
14965         * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
14966         Added more support for buddy windows in the updown control.
14967
14968         * controls/edit.c: Francis Beaudet <francis@macadamian.com>
14969         Implemented proper win95 support for the WS_BORDER style.
14970
14971         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
14972         Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
14973         listbox control.
14974
14975         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
14976         Fixed the border for the listbox created by the simple combobox.
14977
14978         * ole/compobj.c, if1632/compobj.spec:
14979         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14980         Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
14981
14982         * loader/ne/module.c:
14983         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14984         GetModuleHandle16: treat Win32 modules correctly.
14985
14986 Wed Jul 28 16:38:45 1999  Alexandre Julliard  <julliard@winehq.com>
14987
14988         * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
14989         Juergen Schmied <juergen.schmied@metronet.de>
14990         Fixed use of StrRetToStrN.
14991
14992         * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
14993         Juergen Schmied <juergen.schmied@metronet.de>
14994         StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
14995
14996         * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
14997         Added explanation of the current DLL support.
14998
14999         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15000         Bugfix: fixed freshly introduced bug in GlobalLock16.
15001
15002         * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
15003         Ian Schmidt <ischmidt@cfl.rr.com>
15004         Added stubs for InitMUILanguage and COMCTL32.410.
15005         Fixed some compiler warnings.
15006
15007 Tue Jul 27 17:10:06 1999  Alexandre Julliard  <julliard@winehq.com>
15008
15009         * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
15010         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15011         Added FinalUserInit16/FinalGdiInit16 stubs.
15012         Call out to FinalUserInit in MAIN_EmulatorRun.
15013
15014         * if1632/kernel.spec, memory/selector.c:
15015         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15016         Added IsBadFlatReadWritePtr16().
15017
15018         * controls/edit.c: Abey George <abey@macadamian.com>
15019         Fixed incorrect edit control behaviour in mouse message handling.
15020
15021         * windows/message.c: Abey George <abey@macadamian.com>
15022         Send normal mouse messages to WM_SETCURSOR when non-client mouse
15023         messages occur.
15024
15025         * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
15026         Check if the window has the WS_CLIPSIBLINGS style before using the
15027         DCX_CLIPSIBLINGS flag.
15028
15029         * 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:
15030         Francois Boisvert <francois@macadamian.com>
15031         Implemented the Win95 file open/save dialogs.
15032
15033         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15034         Do tools/ before any of the other subdirectories, even when doing
15035         parallel makes.
15036
15037         * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15038         Bugfix: Return selector also in CX from GlobalLock16().
15039
15040         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15041         More gcc bug workarounds.
15042
15043         * graphics/psdrv/ppd.c, include/wingdi.h:
15044         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15045         Added more paper sizes and bin names to PPD parser.
15046
15047         * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
15048         Actually return the number of events in Mouse_GetDeviceData (fixes
15049         Wing Commander Prophecy). Added timestamp and sequence generation,
15050         critical section for mousedata. Disabled mouse warping in
15051         GetDeviceData for now (generates excess mouse events).
15052
15053 Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard@winehq.com>
15054
15055         * */*.spec:
15056         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15057         Moved .spec files to corresponding dlls/ directory.
15058
15059         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
15060         Several focus and selection problems in listboxes.
15061
15062         * windows/dce.c: Francis Beaudet <francis@macadamian.com>
15063         Retrieve the clipping region before setting the drawable and reset the
15064         clipping region after.
15065
15066         * 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:
15067         Juergen Schmied <juergen.schmied@metronet.de>
15068         Many fixes/reimplementations.
15069
15070         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
15071         Removed experimental/unused code.
15072         Use ShellFolder to get ViewObjects.
15073         Started cleanup of the contextmenu code.
15074
15075         * dlls/shell32/shlfolder.c:
15076         Juergen Schmied <juergen.schmied@metronet.de>
15077         Complete redesign, split into 3 implementations (Desktop, MyComputer
15078         and filesystem folders). All parsing and binding is done recursive.
15079
15080         * dlls/shell32/shellpath.c:
15081         Juergen Schmied <juergen.schmied@metronet.de>
15082         Implemented SHGetSpecialFolderPathA.
15083
15084         * dlls/shell32/shellord.c:
15085         Juergen Schmied <juergen.schmied@metronet.de>
15086         Implemented SHCreateShellFolderViewEx.
15087
15088         * dlls/shell32/shellole.c:
15089         Juergen Schmied <juergen.schmied@metronet.de>
15090         Removed special CoCreateClassObject and use ole functions instead.
15091         SHCreateDefClassObject implemented.
15092
15093         * dlls/shell32/shelllink.c:
15094         Juergen Schmied <juergen.schmied@metronet.de>
15095         Implemented access to lnk's to a IStream interface.
15096
15097         * dlls/shell32/iconcache.c:
15098         Juergen Schmied <juergen.schmied@metronet.de>
15099         Fixed icon background (was black).
15100
15101         * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
15102         Fixed getting icons from filetypes.
15103
15104         * dlls/shell32/enumidlist.c:
15105         Juergen Schmied <juergen.schmied@metronet.de>
15106         Implemented enumeration of shell extensions, seperated enum stuff for
15107         the 3 seperate shellfolder implementations.
15108
15109         * dlls/shell32/dataobject.c:
15110         Juergen Schmied <juergen.schmied@metronet.de>
15111         Rewrote GetData so support multiple selections.
15112
15113         * dlls/shell32/contmenu.c:
15114         Juergen Schmied <juergen.schmied@metronet.de>
15115         Separated stuff for shv background contextmenu to separate file.
15116
15117         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
15118         New functions to access attributes in HCR.
15119
15120         * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
15121         Juergen Schmied <juergen.schmied@metronet.de>
15122         New file. Seperate implementation of the shellview background
15123         contextmenu.
15124
15125         * include/wine/undocshell.h:
15126         Juergen Schmied <juergen.schmied@metronet.de>
15127         New file. Contains functions not in the official headers but widely
15128         used from other dlls.
15129
15130         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15131         Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
15132
15133         * Makefile.in: Make sure we build tools first.
15134
15135         * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
15136         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15137         Relay code for Win16 register functions converts arguments.
15138         New 'interrupt' keyword added (for Win16 interrupt handlers).
15139         Adapted .spec files and implementations of register routines.
15140
15141         * 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:
15142         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15143         {Start|End}{Doc|Page} go through DCfuncs.
15144         Implement these in the PostScript driver.
15145         Change PSDRV_Escape to use them.
15146
15147         * loader/dos/dosvm.c:
15148         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15149         Work around 'local extern declaration with attribute' gcc bug.
15150
15151         * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
15152         Implementation of SetEventNotification for the mouse driver.
15153
15154         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
15155         Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
15156
15157         * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
15158         Fixed incomplete proto.
15159
15160         * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
15161         New keys nessesary for running the new shell32.
15162
15163         * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15164         Use GDI APIs to access bitmap info.
15165
15166         * graphics/psdrv/clipping.c:
15167         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15168         Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
15169
15170 Sat Jul 24 12:20:25 1999  Alexandre Julliard  <julliard@winehq.com>
15171
15172         * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
15173         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15174         Unify startup sequence for Wine and WineLib.
15175
15176         * windows/clipboard.c, include/clipboard.h, memory/global.c:
15177         Noel Borthwick <noel@macadamian.com>
15178         Fix bug with pasting Wine clipboard content to external applications,
15179         by storing clipboard data on the shared system heap.
15180
15181         * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
15182         Draw an additional white bit for each invert bit of a cursor.
15183
15184         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
15185         While handling the X FocusIn message in managed mode, if the window
15186         has been disabled revert the X focus back to the last focus window.
15187
15188         * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
15189         Francois Boisvert<francois@macadamian.com>
15190         Implemented TREEVIEW_InsertItemW.
15191
15192         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15193         Implemented ExtEscape.
15194
15195         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15196         Trying to fix parallel make by doing direct subdir/subdir.o rules.
15197
15198         * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
15199         Sylvain St-Germain <sylvain@macadamian.com>
15200         Fixed inconsistency in conditions that determines if a window requires
15201         a WM border.
15202
15203         * graphics/x11drv/xfont.c, include/x11font.h:
15204         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15205         For large font sizes call XLoadQueryFont with a 100 pixel high font
15206         and rescale the metrics.
15207
15208         * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
15209         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15210         Implement handling of 32 bit AbortProc.
15211
15212         * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
15213         Lionel Ulmer <lionel.ulmer@free.fr>
15214         Suppressed compiler warning by using the 'unused' attribute.
15215
15216         * debugger/Makefile.in, debugger/external.c:
15217         Kevin Holbrook <kwh@neosoft.com>
15218         Added utility function to invoke external debugger.
15219
15220         * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
15221         Eric Pouech <Eric.Pouech@wanadoo.fr>
15222         Added WINMM resources.
15223
15224         * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
15225         Eric Pouech <Eric.Pouech@wanadoo.fr>
15226         Removed obsoleted mcistring.c.
15227         Added support for resources.
15228
15229         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
15230         Eric Pouech <Eric.Pouech@wanadoo.fr>
15231         Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
15232         MCI_STATUS) for mciSendString.
15233
15234         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15235         Spread the use of MM crit sect.
15236
15237         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15238         Moved some MCI functions to mci.c.
15239         Now loads error messages from string table.
15240         Spread the use of MM crit sect.
15241
15242         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15243         Added parsing & storing of command tables.
15244         Merged some MCI functions from mmsystem.c.
15245
15246         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15247         Removed some no longer used prototypes.
15248         Added command tables to MCI structure.
15249
15250         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15251         Fixed buggy prototype.
15252
15253         * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
15254         Avoid crashing on a bad symbol address of 0x0000.
15255
15256         * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
15257
15258         * 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:
15259         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15260         Removed MODULE_GetWndProcEntry16().
15261         Use 32-bit window procedures in COMMDLG instead.
15262
15263         * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
15264         Fixed cut&paste bug.
15265
15266         * 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:
15267         Paul Quinn <paulq@corel.ca>
15268         Add a few stubs, some C++ compatibility, and fix a few types.
15269
15270         * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
15271         Declare only one instance of GUID_NULL.
15272
15273         * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
15274         Fixed various problem with ImageList_Draw.
15275
15276         * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
15277         Re-enable the owner window in the EndDialog().
15278
15279         * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
15280         Fixed notifications.
15281
15282         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15283         Always retrieve Callout routines using GetProcAddress().
15284
15285         * windows/defwnd.c: Abey George <abey@macadamian.com>
15286         Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
15287
15288         * windows/x11drv/keyboard.c:
15289         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15290         Fixed compiler warning.
15291
15292         * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15293         Let through more flags to EnumPrinters.
15294         Fixes for GetPrinter/GetPrinterDriver.
15295
15296         * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
15297         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15298         Fix stupid `rubbish at end of %%Title' bug.
15299         Don't complain about palette relative RGBs.
15300         If output param to CreateDC is NULL default to `LPT1:' - Hack.
15301
15302 Fri Jul 23 19:33:24 1999  Alexandre Julliard  <julliard@winehq.com>
15303
15304         * configure, configure.in, include/config.h.in, include/wine_gl.h:
15305         Lionel Ulmer <lionel.ulmer@free.fr>
15306         Better detection of OpenGL.
15307
15308         * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
15309         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15310         Bugfix: Reverted CallTo16 routines to STDCALL convention.
15311
15312         * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
15313         String to GetTextExtentPoint is not necessarily 0 terminated.
15314         Fix function name `32's in comments - API naming madness makes this
15315         worthwhile.
15316
15317         * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
15318         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15319         EnumJobs stub.
15320         Update graphics/psdrv/README.
15321         Add warnings to DRIVER_GetDriverName.
15322
15323         * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15324         Fixed some bad ptr occurrence in this class WndProc.
15325
15326         * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
15327         Lionel Ulmer <lionel.ulmer@free.fr>
15328         - Added a new option 'noxshm'
15329         - Added a 16bpp -> 32 bpp conversion function
15330
15331         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
15332         Change color gray text to 128 128 128 for win9x look.
15333
15334 Tue Jul 20 15:13:20 1999  Alexandre Julliard  <julliard@winehq.com>
15335
15336         * scheduler/debugger.c:
15337         Do not output text in OutputDebugStrAW when not being debugged
15338
15339         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
15340         MDIDestroyChild: MDI window menu item was deleted only if the current
15341         destroyed child was active.
15342
15343         * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
15344         Reset disabled style for the dialog boxes set on property pages.
15345
15346         * 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:
15347         Bertho Stultiens <bertho@akhphd.au.dk>
15348         - Generalized the distinction between 2 and 4 byte integers slightly through
15349           a new parser state. The is now a warning when a 2 byte integer is larger
15350           than 16 bit (and is truncated).
15351         - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
15352           this type will work as expected.
15353         - Added generalized language/version/characteristics support to the DLGINIT
15354           resource type.
15355
15356         Ulrich Czekalla <ulrichc@corel.ca>
15357         - Added support for DLGINIT resource-type.
15358         - Added string continuation and embedded quoting.
15359         - Added numeric IDs for icons in controls.
15360
15361         Eric Pouech <Eric.Pouech@wanadoo.fr>
15362         - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
15363
15364 Sun Jul 18 18:42:29 1999  Alexandre Julliard  <julliard@winehq.com>
15365
15366         * misc/Attic/string.c, misc/Makefile.in:
15367         Albert den Haan <albertd@corel.ca>
15368         Remove string.c because all of its functions were moved to crtdll.c
15369         where they belonged.
15370
15371         * 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:
15372         Patrik Stridvall <ps@leissner.se>
15373         Make it possible to compile with GNU C's -I- option.
15374
15375         * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15376         Work around gcc sig11 fault.
15377
15378         * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
15379         Fixed rounding in MulDiv.
15380
15381         * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
15382         Luc Tourangeau <luc@macadamian.com>
15383         - implementation of SetDeviceClipping
15384         - coordinate system origin fix
15385
15386         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15387         Work-around for compiler bug.
15388
15389         * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
15390         Alex Priem <alexp@sci.kun.nl>
15391         - Implementation of simple comctl32 v5.0 changes.
15392         - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
15393
15394         * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
15395         Added pointer validation and additional sanity check to IsValidSid().
15396
15397         * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
15398         Small fix in UITOOLS95_DrawRectEdge().
15399         Also a fix to draw scrollbar-buttons more like in win9x.
15400
15401         * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15402         In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
15403         afterwards, but a copy of it.
15404
15405         * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15406         Check better that handles are actual handles to a region.
15407
15408         * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
15409         Stop DCE_GetVisRect dereferencing a null wndPtr.
15410
15411         * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
15412         James Juran <jrj120@psu.edu>
15413         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15414         Updated README and man page.
15415         Split documentation for wine.conf into new wine.conf(5) manpage.
15416
15417         * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
15418         Noel Borthwick <noel@macadamian.com>
15419         Implemented the OLE Clipboard API.
15420
15421         * windows/winpos.c: Abey George <abey@macadamian.com>
15422         Validate the parent with the child window client rectangle when the
15423         parent's update region is not empty.
15424
15425         * include/win.h, windows/painting.c:
15426         Francis Beaudet <francis@macadamian.com>
15427         Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
15428
15429         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
15430         Fixed fake WM_LBUTTONUP message.
15431
15432         * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
15433         Added version information for Win98.
15434
15435         * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
15436         Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
15437
15438         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15439         debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
15440         are now stored uppercase.
15441
15442         * controls/button.c: Francis Beaudet <francis@macadamian.com>
15443         Implemented the BS_ICON style.
15444
15445         * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
15446         CreateDialogParamA should not call CreateDialogParamW, because
15447         that'd create a dialog box with a Unicode dialog procedure...
15448
15449         * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
15450         Win9x look & feel on scrollbars.
15451
15452         * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
15453         Thuy Nguyen <thuy@macadamian.com>
15454         Introduced a [psdrv] section in wine.conf with a ppdfile value
15455         specifying the path and name of the PPD file.
15456
15457         * dlls/comctl32/updown.c, include/updown.h:
15458         Sylvain St-Germain <sylvain@macadamian.com>
15459         Implementation of the updown buddy windproc subclassing for the
15460         handling of keyboard up and down arrow.
15461
15462         * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
15463         Updated documentation to reflect renamed header.
15464
15465         * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
15466         Added missing include netinet/tcp.h, for TCP_NODELAY.
15467
15468         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
15469         GetIcon bug fix.
15470
15471 Thu Jul 15 16:09:05 1999  Alexandre Julliard  <julliard@winehq.com>
15472
15473         * include/module.h, loader/ne/module.c:
15474         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15475         Add WINAPI for EntryAddrProc.
15476
15477         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
15478         Minor bug fixes in DdeNameService, also changes to move towards
15479         process-safe code.
15480
15481         * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
15482         Win9x look & feel on buttons and a fix for ownerdrawn buttons
15483         (background set to COLOR_BTNFACE).
15484
15485         * if1632/kernel.spec:
15486         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15487         GlobalSmartPageUnlock() stub added.
15488
15489         * 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:
15490         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15491         Use position-independent code in assembly glue when building .so.
15492         Include if1632/ and graphics/win16drv/ into WineLib.
15493         Move miscemu/emulate.c into dlls/win87em/.
15494
15495         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15496         Changed way of allocation open mci drivers (array => list); this list
15497         is now stored on a per process basis.
15498
15499         * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
15500         Eric Pouech <Eric.Pouech@wanadoo.fr>
15501         Removed fixed size array to store specific data (now using
15502         mci(Set|Get)DriverData to store specific data).
15503         Make use of default debugtools.h channel.
15504         Added CALLBACK attribute to DriverProc.
15505
15506         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15507         Changed way of allocation open mci drivers (array => list).
15508         First valid ID for mci devices is now 1 (some progs were testing this
15509         value).
15510         Started implementing mci command table resources.
15511         Handled closing on MCI_ALL.
15512
15513         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15514         Removed fixed size array to store specific data (now using
15515         mci(Set|Get)DriverData to store specific data).
15516         Deferred opening of low-level device until play is requested.
15517
15518         * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15519         Fixed return value for 'open' command.
15520         Changed way of allocation open mci drivers (array => list).
15521
15522         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15523         Removed fixed size array to store specific data (now using
15524         mci(Set|Get)DriverData to store specific data).
15525         Fixed mmio chunk lookup on odd size 'fmt ' chunks.
15526
15527         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15528         Uniformized use of fd to midi device.
15529         Now allocating memory on system heap.
15530         Fixed bug when stopping all notes.
15531
15532         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15533         Cosmetic fixes.
15534         Changed way of allocation open mci drivers (array => list).
15535         Started implementing mci command table resources.
15536
15537         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15538         No longer calling mm timers callbacks with mm timer crit sect locked.
15539
15540         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
15541         ERROR_MORE_DATA requires to write the needed number of bytes into the
15542         lpcchX value (verified against NT3.51 advapi32.dll).
15543
15544         * include/winnt.h, win32/device.c:
15545         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15546         Fixed some CONTEXT86 vs. CONTEXT mismatches.
15547
15548         * include/neexe.h, loader/ne/segment.c:
15549         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15550         Added support for 32-bit NE code segments.
15551
15552         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
15553         Fix a hang when we process WM_STYLECHANGED.
15554         Small optimization in TREEVIEW_DrawItem.
15555         Fix debugging crash in TREEVIEW_Expand.
15556
15557 Mon Jul 12 13:46:38 1999  Alexandre Julliard  <julliard@winehq.com>
15558
15559         * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
15560         Added missing prototype for ILFindChild().
15561
15562         * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
15563         Eric Pouech <Eric.Pouech@wanadoo.fr>
15564         Compiler warnings fix.
15565
15566         * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15567         Dumb fixes.
15568
15569         * if1632/kernel.spec, loader/task.c:
15570         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15571         Fixed bugs introduced by 'register' and 'return' function changes.
15572
15573         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
15574         Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
15575         level physical surfaces (verified for XLIB with WC Prophecy).
15576
15577 Sun Jul 11 17:20:06 1999  Alexandre Julliard  <julliard@winehq.com>
15578
15579         * 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:
15580         Take advantage of the new registers saved in the STACK16FRAME to turn
15581         some 'register' functions into normal functions.
15582         Removed the few remaining 'return' functions to simplify relay
15583         handling.
15584
15585         * 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:
15586         Marcus Meissner <marcus@jet.franken.de>
15587         Removed the old, historical and no longer working IPC support.
15588
15589         * 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:
15590         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15591         Modularized CallFrom/To16 routines.  Adapted dependent routines,
15592         16-bit snoop/relay debugging, and make rules.
15593
15594         * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
15595         Revert last change in window activation on mouse click.
15596
15597         * memory/global.c: Rein Klazes <rklazes@casema.net>
15598         Fixed a case when GlobalSize did not return zero after an error.
15599
15600 Sat Jul 10 13:16:56 1999  Alexandre Julliard  <julliard@winehq.com>
15601
15602         * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
15603         Renamed static global variable 'iovec' to 'myiovec'.
15604
15605         * 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:
15606         Howard Abrams <howard@cs.nps.navy.mil>
15607         Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
15608
15609         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15610         Create dialog window using CreateWindowEx16/W depending on template
15611         type, not dialog procedure type.
15612
15613         * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
15614         Made IShellFolder::fnParseDisplayName return a relative pidl.
15615
15616         * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
15617         Alex Priem <alexp@sci.kun.nl>
15618         First try at the month calendar common control. Main features
15619         basically OK.
15620
15621         * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
15622         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15623         Implemented GetPrinterA and GetPrinterDriverA.
15624
15625         * controls/button.c: Luc Tourangeau <luc@macadamian.com>
15626         Added BN_CLICKED notification in WM_SETFOCUS.
15627
15628         * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
15629         Juergen Schmied <juergen.schmied@metronet.de>
15630         Small fixes.
15631
15632         * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
15633         Juergen Schmied <juergen.schmied@metronet.de>
15634         Implemented StrToOleStrN.
15635         Fixed crash in ShellExecuteEx.
15636         Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
15637         Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
15638
15639         * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
15640         Juergen Schmied <juergen.schmied@metronet.de>
15641         IStream interface for file access.
15642
15643         * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
15644         Juergen Schmied <juergen.schmied@metronet.de>
15645         Fixed crash during second DLL_PROCESS_DETACH if the dll
15646         refcount reached zero after the second one (memory freed twice).
15647
15648         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
15649         Juergen Schmied <juergen.schmied@metronet.de>
15650         Some more pidl-types.
15651         Implementation of ILIsParent.
15652
15653         * dlls/shell32/shelllink.c:
15654         Juergen Schmied <juergen.schmied@metronet.de>
15655         Completely rewritten. IPersistStream interface implemented.
15656
15657         * dlls/shell32/shellole.c:
15658         Juergen Schmied <juergen.schmied@metronet.de>
15659         DLLGetClassObject/Classfactory: create objects by CLSID not IID.
15660
15661         * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15662         Bugfix: exit() replaced by ExitProcess().
15663
15664         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15665         Bugfix: correctly cope with end > 0xfffe.
15666
15667         * library/winestub.c:
15668         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15669         Call ExitProcess() after WinMain() returns.
15670
15671         * loader/ne/module.c:
15672         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15673         Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
15674         Don't try to call WEP of dummy modules in FreeLibrary16().
15675
15676         * include/winreg.h, misc/registry.c:
15677         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15678         Added `const's to some registry API functions.
15679
15680         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
15681         Added a couple of DirectX CLSID entries. This makes Unreal completely
15682         independent of a windows installation.
15683
15684         * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
15685         GetTimeFormat() should return LocalTime not SystemTime.
15686
15687         * 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:
15688         Dave Pickles <davep@nugate.demon.co.uk>
15689         FOR and IF commands added.
15690         MOVE command added, but no wildcard support.
15691         Redirection added.
15692         Fixed TIME (was reporting in GMT).
15693         More help text.
15694
15695         * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
15696         Sometimes the text on a tab control got truncated.
15697
15698         * controls/combo.c: Abey George <abey@macadamian.com>
15699         Fixed the height of the dropped list when there are few items in the
15700         list.
15701
15702         * 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:
15703         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15704         Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
15705         calling XFlush() instead.
15706
15707         * 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:
15708         Huw D M Davies <h.davies1@physics.ox.ac.uk>
15709         Added patterned brushes (level 2 PostScript only).
15710         Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
15711
15712         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
15713         Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
15714         to use the same code path.
15715
15716         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15717         Fix InitTask() to work if DGROUP was manually resized.
15718
15719         * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
15720         Ian Schmidt <irsman@iag.net>
15721         Added stub for SetThreadToken(), required by Office 2000.
15722
15723         * include/commdlg.h:
15724         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15725         Bugfix: COMMDLG hook procedures were not CALLBACK.
15726
15727         * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
15728         It is possible for a stream to have both small block and big block
15729         chain as NULL.
15730
15731         * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
15732         Made string compare case insensitive in GetModuleHandle16() as a
15733         quick fix for WinWord 6.
15734
15735         * misc/network.c, relay32/mpr.spec:
15736         Juergen Schmied <juergen.schmied@metronet.de>
15737         Added stub for WNetGetUniversalName[A|W].
15738
15739         * graphics/x11drv/palette.c:
15740         Juergen Schmied <juergen.schmied@metronet.de>
15741         Fixed crash due to invalid GDI_Obj.
15742
15743         * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
15744         Fixed crash due to invalid pointer.
15745
15746 ----------------------------------------------------------------
15747 Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
15748
15749         * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
15750         Converted to the new debug interface, using script written by Patrik
15751         Stridvall.
15752
15753         * 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:
15754         Patrik Stridvall <ps@leissner.se>
15755         Started on an implementation of Win64 for use on 64 bit platforms.
15756
15757         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
15758         Windows should be activated in these cases:
15759         1- when we click on non active window.
15760         2- when we cancel a moving or resizing of a non active window.
15761
15762         * documentation/distributors:
15763         Marcus Meissner <Marcus.Meissner@caldera.de>
15764         Added sample wine.conf.
15765
15766         * 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:
15767         Patrik Stridvall <ps@leissner.se>
15768         Moved code to the X11 driver.
15769
15770         * include/winuser.h, loader/resource.c, relay32/user32.spec:
15771         Joshua Thielen <thielen@netperson.net>
15772         Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
15773
15774         * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15775         WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
15776
15777         * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
15778         Fixed check for whether to call SetWindowPos when showing a window
15779         scroll bar.
15780
15781         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
15782         Check for complete lcid or just the primary language id in the
15783         registry lookups (fixes one FirstClassClient 32 problem).
15784
15785         * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
15786         Fixed a problem with apps that override the default behaviour on
15787         WM_MOUSEACTIVATE message (main window was not activated).
15788
15789         * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
15790         When enumerating resource, only use the lower 31 bit of the name as
15791         the offset (for the highest bit is '1'). Should fix wine-net/257.
15792
15793         * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
15794         Patrik Stridvall <ps@leissner.se>
15795         Fixes for compile on non-Intel platforms.
15796
15797         * 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:
15798         Patrik Stridvall <ps@leissner.se>
15799         Fixed/moved/added missing/wrong function prototypes.
15800
15801         * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
15802         Henrik Olsen <henrik@iaeste.dk>
15803         Cleanup of the Danish support.
15804
15805         * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
15806         Fix a bug in SetWindowPos to prevent parent from erasing its child
15807         painting area when parent window and child window don't have
15808         WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
15809
15810         * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
15811         Make defwndproc erase the correct location.
15812
15813 Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
15814
15815         * 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:
15816         Marcus Meissner <marcus@jet.franken.de>
15817         some small include fixes, some checks for NULL ptrs,
15818         loader/elf.c: fixed the "lib" insertion
15819         crtdll: added fsopen()
15820         dinput: return that we are attached.
15821
15822         * controls/button.c: Reverted previous change.
15823
15824         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
15825         Cancel pending notifications when EM_SETMODIFY is called.
15826
15827         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
15828         Fix a crash when doing sorted inserts at top level.
15829
15830         * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
15831         Reworked nonclient drawing code. Win31 look now works more like real
15832         Win31, so apps like Delphi 1.0 no longer go into infinite recursion
15833         etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
15834         (e.g. WS_EX_WINDOWEDGE is still not handled).
15835
15836         * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
15837         SM_C[XY]FRAME is BorderWidth + 1.
15838
15839         * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15840         Bugfix: LocalInit with start == 0 always places heap at end of segment.
15841
15842         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15843         Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
15844
15845         * 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:
15846         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15847         On NE process creation, move major part of NE EXE module loading and
15848         NE instance creation into the child process.
15849
15850         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
15851         Window style updates.
15852
15853         * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
15854         Some enhancements, and removal of C++ constructs.
15855
15856         * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
15857         Marcus Meissner <marcus@jet.franken.de>
15858         Implemented chains of surfaces. This allows an unlimited number
15859         of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
15860         whatever).
15861
15862         * files/file.c, relay32/kernel32.spec:
15863         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15864         Added UnlockFileEx stub.
15865
15866         * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
15867         Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
15868         Added missing 61762 entry on system resources in Spanish and
15869         Catalonian languages.
15870
15871         * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
15872         Make GetScrollInfo return scroll pos when program requests thumb pos
15873         outside drag operation.
15874
15875 Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
15876
15877         * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15878         Converted to the new debug interface.
15879
15880         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
15881         ReadConsoleA: use ir as pointer to (req+1).
15882
15883         * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
15884         Remove the  validated child area from the update region of parent for
15885         windows without WS_CLIPCHILDREN style.
15886
15887         * debugger/db_disasm.c:
15888         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15889         Bugfix: Grp8 instructions have *byte* BitOffset operand.
15890
15891         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15892         Bugfix: missing WINAPIs added.
15893
15894         * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
15895         OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
15896
15897         * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
15898         Return ERROR_DISK_FULL for WriteFile.
15899
15900         * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
15901         Fixed missing return after about dialog.
15902
15903 Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
15904
15905         * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
15906         Converted to the new debug interface, using script written by Patrik
15907         Stridvall.
15908
15909         * 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:
15910         Changed CONTEXT into CONTEXT86 everywhere we really want an i386
15911         context.
15912         Added #ifdef __i386__ around accesses to 386 registers in the generic
15913         CONTEXT structure.
15914
15915         * include/winnt.h: Added CONTEXT86 definition.
15916         Added PowerPC context as an example (not tested).
15917
15918         * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
15919         Fixes for non-i386 compiling.
15920
15921         * */*:
15922         Patrik Stridvall <ps@leissner.se>
15923         ANSI C fixes.
15924         Removed warnings.
15925         Made the include files self-sufficient.
15926         Some Solaris fixes.
15927
15928         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
15929         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15930         Fixed DPA_LoadStream and improved DPA_Merge.
15931
15932         * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15933         Added check for invalid parent item.
15934
15935         * dlls/shell32/shellord.c, relay32/shell32.spec:
15936         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15937         Added SHDoDragDrop() stub.
15938
15939         * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15940         Improved GetRandomRegion().
15941
15942         * misc/network.c, relay32/mpr.spec:
15943         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15944         Added WNetRemoveCachedPassword() stub.
15945
15946         * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15947         Store buddy window.
15948
15949         * include/tooltips.h, dlls/comctl32/tooltips.c:
15950         Eric Kohl <ekohl@abo.rhein-zeitung.de>
15951         Started WM_NOTIFYFORMAT support.
15952
15953         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15954         Better ComboBoxEx placement.
15955
15956         * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
15957         Ensure that the command-line passed to the various *CreateProcess
15958         functions contains the path to the program being invoked.
15959
15960         * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
15961         Prevent bad window X error.
15962
15963         * windows/mdi.c, windows/sysmetrics.c:
15964         Abey George <abey@macadamian.com>
15965         The system menu icon on a MDI child window was corrupted when the
15966         child frame window is maximized within the main frame when the wine
15967         look is Windows 95.
15968
15969         * controls/scroll.c, windows/defwnd.c:
15970         Slava Monich <Slava.Monich@netmanage.com>
15971         In case if scrollbar has the same background color as the window
15972         it belongs to, it needs to be filled with 0x55aa bitmap brush.
15973
15974         * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
15975         Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
15976
15977         * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
15978         Fix (well kludge around) FreeBSD's `Invalid address' errors.
15979
15980         * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
15981         James Abbatiello <abbeyj@wpi.edu>
15982         Draw a 3D border around edit controls when not in WIN31_LOOK.
15983
15984         * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
15985         James Abbatiello <abbeyj@wpi.edu>
15986         Only draw a black border around normal buttons when in WIN31_LOOK.
15987
15988         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15989         Fixed alignment and position when looking for mmio chunks.
15990
15991         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15992         No longer using global vars (shared data) for mm timers, but a
15993         specific structure for each attached process.
15994         Fixed alignment and position when looking for mmio chunks.
15995         Fixed WAVE mapper handling in waveGetCaps.
15996
15997         * include/multimedia.h, multimedia/time.c:
15998         Eric Pouech <Eric.Pouech@wanadoo.fr>
15999         No longer using global vars (shared data) for mm timers, but a
16000         specific structure for each attached process.
16001
16002         * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
16003         Wrote a small document on how to package WINE for distributors.
16004
16005         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
16006         SetCursorPos() function was called with a window coordinates
16007         parameter.
16008
16009         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16010         Fixed null ptr deref introduced in last patch.
16011
16012         * if1632/ole2.spec, ole/ole2.c:
16013         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16014         Kind of implemented OleMetaFilePictFromIconAndLabel.
16015
16016         * include/toolbar.h, dlls/comctl32/toolbar.c:
16017         Chris Morgan <cmorgan@wpi.edu>
16018         James Abbatiello <abbeyj@wpi.edu>
16019         Fixed various problems related to bitmaps and flat toolbars.
16020
16021         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16022         James Abbatiello <abbeyj@wpi.edu>
16023         Fixed problems with disappearing text.
16024
16025         * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
16026         James Abbatiello <abbeyj@wpi.edu>
16027         Complete rewrite of messaging code to implement/fix all input behaviors.
16028         Fixed a few fixmes.
16029
16030         * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
16031         Dave Pickles <davep@nugate.demon.co.uk>
16032         Added more batch functionality, including the CALL GOTO and SHIFT
16033         commands plus batch command arguments.
16034
16035         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
16036         Updated to reflect current status.
16037
16038         * loader/ne/module.c:
16039         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16040         NE_LoadFileModule: Free module when NE_LoadDLLs fails.
16041
16042         * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
16043         Thuy Nguyen <thuy@macadamian.com>
16044         Implemented the underline and strikeout text attributes for the Wine
16045         PostScript driver.
16046
16047         * windows/win.c: Pascal Lessard <pascal@macadamian.com>
16048         EnableWindow doesn't release the capture of a child window.
16049
16050         * Makefile.in: James Juran <jrj120@psu.edu>
16051         Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
16052         non-blank.
16053
16054         * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
16055         Remove the WM_LBUTTONUP message from the queue after selecting a mouse
16056         menu item.
16057
16058         * 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:
16059         Further server optimizations:
16060         - merged request and reply structures
16061         - build requests directly into the buffer to avoid a copy
16062
16063 Tue Jun 22 19:14:41 1999  Alexandre Julliard  <julliard@winehq.com>
16064
16065         * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
16066         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
16067         Standard dialog boxes resources and OLE strings are now in cp1251 encoding
16068         Font mapper does not anymore use fonts in -koi8-r encoding
16069         Font mapper now recognises fonts in -windows-* encodings (these are
16070         provided by xfstt TrueType server)
16071         Font mapper now sees max 16384 fonts (was 2048)
16072
16073         * relay32/builtin32.c:
16074         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16075         Share the HMODULE of built-in modules over all processes.
16076         Use the cached HMODULE to speed up relay debugging.
16077         Display the multi-instantiation warning only for 'dangerous' DLLs.
16078
16079         * scheduler/process.c:
16080         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16081         Load USER32.DLL before calling UserSignalProc.
16082
16083         * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16084         Use separate service for each windows timer.
16085
16086         * if1632/compobj.spec, ole/compobj.c:
16087         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16088         Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
16089
16090         * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
16091         Eric Pouech <Eric.Pouech@wanadoo.fr>
16092         Thou shalt not use C++ comments.
16093
16094         * include/driver.h, windows/driver.c:
16095         Eric Pouech <Eric.Pouech@wanadoo.fr>
16096         Moved to new trace interface.
16097         Fixed driver closing.
16098
16099         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16100         Better handling of double quotes in MCI string commands.
16101
16102         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16103         Fixed memory leak in mci structures.
16104
16105         * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16106         Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
16107
16108         * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16109         Added missing GDI heap unlock.
16110         Moved to new debug interface.
16111
16112         * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16113         Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
16114         OFN_EXPLORER bits set.
16115
16116         * dlls/comctl32/imagelist.c:
16117         Francois Boisvert <francois@macadamian.com>
16118         Modified ImageList_LoadImageA to check the case where cx is set to zero.
16119
16120         * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
16121         Added Swiss french keyboard layout.
16122
16123         * server/select.c: Dump server objects on SIGHUP.
16124
16125         * 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:
16126         Made server communication faster by using a shared memory block.
16127         A few other optimizations in request processing in the server.
16128         Moved automatically generated request definitions to server.h and
16129         removed include/server/request.h.
16130
16131         * 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:
16132         Merged THDB and TEB structures.
16133         Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
16134
16135         * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
16136         Added Wa.s
16137
16138 Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
16139
16140         * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
16141         Fixed Winelib compilation.
16142
16143 Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
16144
16145         * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
16146         Include instruction emulation in Winelib.
16147
16148         * include/wine/exception.h, win32/except.c: A few optimizations.
16149
16150         * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
16151
16152         * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
16153         Added DebugBreak.
16154
16155         * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
16156         Debugger is now called by exception handling.
16157         Added 'pass' command to pass exceptions to the app.
16158
16159         * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
16160         Moved signal handling to exception.c, generate exceptions on signals.
16161         Added hook for debugger in exception handling (temporary).
16162
16163         * 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:
16164         Pablo Saratxaga <srtxg@ping.be>
16165         Walloon language update.
16166
16167         * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
16168         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16169         - Do not call XConfigureWindow if SetWindowPos was called due to a
16170           received ConfigureNotify event (to avoid recursion).
16171         - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
16172           walking the tree.
16173         - Set XSizeHint.win_gravity to StaticGravity for managed windows.
16174
16175         * misc/version.c:
16176         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16177         Bug fix.
16178
16179         * loader/pe_image.c:
16180         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16181         Fix compiler warning.
16182
16183         * documentation/Makefile.in, Makefile.in:
16184         Alexander V. Lukyanov <lav@long.yar.ru>
16185         Install wine.man from current directory.
16186         Remove wine.man on distclean, not on clean.
16187
16188 ----------------------------------------------------------------
16189 Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
16190
16191         * dlls/comctl32/listview.c, include/listview.h:
16192         Chris Morgan <cmorgan@wpi.edu>
16193         James Abbatiello <abbeyj@wpi.edu>
16194         Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
16195
16196         * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
16197         James Abbatiello <abbeyj@wpi.edu>
16198         Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
16199
16200         * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
16201         James Abbatiello <abbeyj@wpi.edu>
16202         Adds some undocumented behavior to TREEVIEW_GetItemA().
16203
16204         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
16205         Fixed ambigous else/brace problem, moved "name" computation in
16206         CreateProcess _before_ outputting it in the FIXME_()s.
16207
16208         * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
16209         Do not reuse a passed CONST RECT * pointer.
16210
16211         * windows/x11drv/mouse.c:
16212         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16213         Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
16214         used with native USER ...
16215
16216         * loader/pe_image.c, scheduler/process.c:
16217         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16218         Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
16219         replaced it by a somewhat less broken hack :-/
16220
16221         * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
16222         Fixed small memory corruption.
16223
16224 Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
16225
16226         * include/*.h:
16227         Patrik Stridvall <ps@leissner.se>
16228         Mad the include files idempotent using a consistent macro naming
16229         scheme.
16230
16231         * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
16232         Avoid painting destroyed windows.
16233
16234         * dlls/*.c, if1632/*.c, loader/*.c:
16235         Converted to the new debug interface, using script written by Patrik
16236         Stridvall.
16237
16238         * 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:
16239         Patrik Stridvall <ps@leissner.se>
16240         Added missing/wrong includes.
16241
16242         * 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:
16243         Patrik Stridvall <ps@leissner.se>
16244         Removed direct references to CLASS internals.
16245
16246         * include/process.h, misc/version.c, scheduler/process.c:
16247         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16248         Rearrange winver detection code and cache the winver value we
16249         determined in the PDB to speed up.
16250
16251         * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
16252         Draws a border around windows with old win31 style (only ws_border) in
16253         win95 look.
16254
16255         * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
16256         Patrik Stridvall <ps@leissner.se>
16257         Added CINTERFACE and NONAMELESSUNION support.
16258
16259         * include/*.h:
16260         Patrik Stridvall <ps@leissner.se>
16261         Added extern "C" if __cplusplus is defined.
16262
16263         * include/combo.h, controls/combo.c, controls/listbox.c:
16264         Francis Beaudet <francis@macadamian.com>
16265         Fixed a few behaviors of the combobox that were broken.
16266
16267         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
16268         Guy Albertelli <galberte@neo.lrun.com>
16269         Add new "walk" command options to list processes and modref's.
16270
16271         * graphics/x11drv/dib.c:
16272         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16273         X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
16274         and negative lines.
16275
16276         * 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:
16277         Patrik Stridvall <ps@leissner.se>
16278         Changed xxx(VOID) to xxx(void).
16279
16280         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16281         - simplified internal data
16282         - thread safe access to internal structures
16283         - fixed bug on ONE_SHOT timers
16284         - deferred service thread call until really needed (no longer on WINMM
16285           or MMSYSTEM attachement)
16286
16287         * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
16288         Eric Pouech <Eric.Pouech@wanadoo.fr>
16289         Made the service thread instanciable in every process.
16290
16291         * Make.rules.in, Makefile.in, configure, configure.in:
16292         James Juran <jrj120@psu.edu>
16293         Use Autoconf to find path to ldconfig.
16294
16295         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
16296         Fixed a problem with the LoadTypeLib method.
16297
16298         * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
16299         Use @sysconfdir@ for the default registries in misc/registry.c too.
16300
16301         * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
16302         Added generic pixel converter for 8->24.
16303
16304         * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
16305         DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
16306         were expanded to WORD incorrectly.
16307
16308         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
16309         Ove Kaaven <ovek@arcticnet.no>
16310         Various DPMI fixes and preliminary DPMI raw mode switch handler.
16311
16312         * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
16313         Fixed imprecision in the MDI tiling functionality.
16314
16315         * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16316         Open files with more appropriate sharing mode.
16317
16318         * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16319         Small fixes for EnhMetaFile playback.
16320
16321         * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
16322         Fixed an error and an off-by-one bug in DSA_SetItem().  This
16323         eliminates some crashes with Win98 native SHELL32.
16324
16325         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
16326         Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
16327         with caps1==NULL.
16328
16329         * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
16330         dwDataSize needs to be reset before each RegQueryValueEx() call.
16331
16332         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
16333         Don't ignore application-requested primary buffer flags.
16334
16335         * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
16336         Clear high word of %esp when returning from CallFrom16.
16337
16338         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
16339         Implementation of EV_RXFLAG.
16340
16341         * windows/winpos.c, windows/x11drv/event.c:
16342         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16343         Better implementation of [GS]etForegroundWindow.
16344         Fixed focus handling on inter-thread activation.
16345         Adapted FocusIn/Out event handling to per-queue focus.
16346
16347         * loader/ne/module.c:
16348         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16349         Release Win16Lock during PROCESS_Create.
16350
16351         * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
16352         ImageList_GetIcon bug fix.
16353
16354         * win32/time.c: Rein Klazes <rklazes@casema.net>
16355         Corrected a problem in GetTimeZoneInformation() due a change to
16356         mktime() in glibc-2.1.1 when daylight saving time is in effect.
16357
16358         * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
16359         Changed K&R C function definition to ANSI C.
16360
16361         * graphics/psdrv/bitmap.c, include/psdrv.h:
16362         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16363         PSDRV_StretchDIBits should use logical co-ords.
16364         Some versions of ghostscript seem to eat one too many characters of
16365         image data. Add a '%' to the output file to work around this.
16366
16367         * relay32/wnaspi32.spec:
16368         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16369         Fixed WNASPI32 ordinals.
16370
16371         * include/winbase.h:
16372         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16373         Added the function definitions of GetStartupInfo*().
16374
16375         * documentation/status/dde, misc/ddeml.c:
16376         Keith Matthews <keith_m@sweeney.demon.co.uk>
16377         1st cut implementation of DdeNameService (omits monitor callback)
16378         1st cut implementation of DdeKeepStringHandle (probably complete)
16379         DdeInitializeW - minor changes to initialise service names structure
16380         DdeGetLastError - start of proper last error retrieval
16381         DdeCreateStringHandle16 - added code for default codepage where not
16382         supplied.
16383         Various documentary/comment corrections.
16384
16385 Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
16386
16387         * include/process.h, memory/environ.c, scheduler/process.c:
16388         Use the normal environment routines to build the env db of the initial
16389         process.
16390
16391         * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
16392         Return console handles in alloc_console request.
16393         Fixed read_console_input parameters to conform to the reply structure
16394         declaration.
16395
16396 Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
16397
16398         * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16399         Fixed CreateCompatibleBitmap when called with 0 width or height.
16400
16401         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16402         Fixed mmioDescend when called with a parent chunk.
16403
16404         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
16405         Trying to fix sigaltstack() problem reported by Debian users.
16406         SIGTRAP might be undefined (beos).
16407
16408         * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
16409         Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
16410         Fixed TLB_FindTlb (strstr on binary data will not work).
16411
16412         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
16413         Fixed >> and * operator precedence problem.
16414
16415         * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16416         Fixed order for entering critical sections (X11 vs. WndLock) when
16417         calling X11DRV_MOUSE_SetCursor.
16418
16419         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16420         Consult ne.operating_system field for NE files in GetBinaryType().
16421
16422         * server/process.c: Fixed initial process refcount.
16423
16424 Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
16425
16426         * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
16427         Forced commit to get rid of the vendor branch
16428
16429         * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
16430
16431         * programs/regapi/regapi.c:
16432         Avoid use of strncmpi (reported by Ron Cemer).
16433
16434         * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
16435         Moved inclusion of winestring.h to winebase.h.
16436         Added Winelib macros for lstrncmp functions.
16437
16438         * controls/scroll.c: Ron Cemer <roncemer@gte.net>
16439         Fixes for several bugs in which portions of the scrollbar were not
16440         being redrawn correctly, the focus rectangle was not being correctly
16441         removed from the thumb before redrawing, etc.; added complete Win9x
16442         and WinNT look and feel support.
16443
16444         * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
16445         Fixes for Win9x and WinNT look and feel.
16446
16447         * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
16448         James Abbatiello <abbeyj@wpi.edu>
16449         Fixed response of GetFullPathNameA when buffer==NULL.
16450
16451         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16452         CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
16453
16454         * 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:
16455         Dave Pickles <davep@nugate.demon.co.uk>
16456         Added Wine command-line interpreter.
16457
16458         * if1632/thunk.c, include/callback.h, misc/callback.c:
16459         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16460         Removed Callback.CallTaskRescheduleProc().
16461
16462         * include/main.h, miscemu/main.c, tools/build.c:
16463         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16464         Switch stacks in CALL32_Init().
16465
16466         * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
16467         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16468         16-bit scheduler reorganized: run all tasks in their own thread.
16469         Process creation sequence adapted to new scheduler.
16470
16471         * include/services.h, loader/main.c, scheduler/services.c:
16472         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16473         Removed SERVICE_Exit().
16474
16475         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16476         Release WND lock before calling PostEvent16().
16477
16478         * include/wnaspi32.h:
16479         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16480         Add some defines.
16481
16482         * dlls/wnaspi32/winaspi32.c:
16483         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16484         ASPI_ExecScsiCmd: better return value and verbose error when no device
16485         found.
16486
16487         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
16488         Use SearchPath to test for existance of programs in lpCmdLine
16489         processing. For lpApplName do not append ".exe" and use
16490         DOSFS_GetFullName to locate the program. Move module find process
16491         after flag testing and provide quick exit if not found.
16492
16493         * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
16494         Implemented dialog units -> pixels conversion very close to how it's
16495         actually done by Windows.
16496
16497 Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
16498
16499         * 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:
16500         Paul Quinn <paulq@corel.ca>
16501         Some non-threatening fixes to some headers, as well as some casting
16502         changes that make winelib more win32 code compatible.
16503
16504         * files/drive.c, include/winbase.h, relay32/kernel32.spec:
16505         <davep@nugate.demon.co.uk>
16506         Stub for SetVolumeLabel().
16507
16508         * windows/message.c:
16509         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16510         Add back lost treatment of HWND_TOPMOST.
16511
16512         * windows/x11drv/event.c:
16513         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16514         Try to improve ConfigureNotify event processing.
16515
16516         * objects/pen.c: Joshua Thielen <thielen@netperson.net>
16517         Allow pens with styles greater than PS_INSIDEFRAME to be created with
16518         ExtCreatePen.
16519
16520         * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
16521         Rein Klazes <rklazes@casema.net>
16522         Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
16523         ITypeLib2 and ITypeInfo2 methods.
16524
16525         * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
16526         Allow NULL as argument to SysFreeString in accordance with SDK.
16527
16528         * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
16529         - more up-to-date description of source tree
16530         - better example of required comments for an API implementation
16531         - replacement of WINE_PACKED by "pshpack1.h", etc.
16532         - naming conventions for non-api calls and types
16533         - location conventions for non-api header files and prototypes
16534
16535         * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
16536         Robert W Hall <bobh@n-cantrell.demon.co.uk>
16537         Added 2 stubs.
16538
16539         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16540         Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
16541
16542         * windows/x11drv/event.c, windows/x11drv/wnd.c:
16543         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16544         Fixed potential memory corruption in EVENT_QueryZOrder.
16545         Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
16546
16547         * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
16548         Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
16549
16550         * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
16551         o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
16552         o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
16553           CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
16554           parameter to ShowWindow(). Some apps (CALC.EXE for Win98
16555           is one of them) use this undocumented feature to create
16556           hidden window with WS_VISIBLE style set.
16557
16558         * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
16559         Ian Schmidt <irsman@iag.net>
16560         Added partial implementation for DPA_LoadStream and stub for
16561         DPA_SaveStream.  Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
16562         the partial implementation and parameter information.
16563
16564         * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
16565         Make it possible to link Wine statically (at least on RedHat 6.0).
16566
16567         * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16568         When looking into sys menu, check if items are present before
16569         dereferencing.
16570
16571         * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
16572         Autoconfigure the directories in the manpage.
16573
16574         * 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:
16575         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16576         Removed DummyMotionNotify EVENT driver routine.
16577
16578         * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
16579         Marcus Meissner <marcus@jet.franken.de>
16580         Autoconfigure the directories in the manpage.
16581
16582         * files/file.c, include/winbase.h, relay32/kernel32.spec:
16583         James Juran <jrj120@psu.edu>
16584         Add stub for LockFileEx (KERNEL32.513).
16585
16586         * documentation/status/internationalisation:
16587         Klaas van Gend <klaas@vangend.demon.nl>
16588         Current status of Wine on internationalisation.
16589
16590         * controls/button.c: Rein Klazes <rklazes@casema.net>
16591         Do not process WM_LBUTTONUP message in ButtonWndProc()
16592         when the mouse is not captured.
16593
16594         * graphics/psdrv/init.c, objects/dc.c:
16595         Noel Borthwick <noel@macadamian.com>
16596         From CreateCompatibleDC, pass the device name associated with the
16597         source DC in order to allow PSDRV_CreateDC to locate the printer info
16598         for the device.
16599
16600         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16601         Added some digital video interface
16602         Fixed a few bugs (device names are no longer converted to upper case,
16603         added call back window, all structures moved to 32 bit...).
16604
16605         * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16606         Workaroung gcc 2.7.2.x sig 11 issue.
16607
16608         * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
16609         Eric Pouech <Eric.Pouech@wanadoo.fr>
16610         Added (still incomplete) handling of MCI_BREAK command.
16611
16612         * documentation/no-windows: James Juran <jrj120@psu.edu>
16613         Updated documentation/no-windows.
16614
16615         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
16616         Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
16617         using a faster generic routine and some inline assembly for i386
16618         (cleanups by Ove).
16619
16620 Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
16621
16622         * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
16623         Made handle table a separate object.
16624         Global handle table is no longer bound to a process.
16625         Removed special handling of the initial process.
16626
16627         * server/main.c, server/object.c, server/object.h:
16628         Added optional debugging code in object management.
16629
16630 Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
16631
16632         * 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:
16633         Got rid of THREAD_InitDone.
16634         Made THREAD_Current() inline.
16635         Moved server tid into TEB.
16636
16637         * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
16638         Reimplemented the CheckRadioButton function.
16639
16640         * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
16641         James Abbatiello <abbeyj@wpi.edu>
16642         Fixed incorrect lookup of background color.
16643
16644         * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
16645         Chris Morgan <cmorgan@wpi.edu>
16646         James Abbatiello <abbeyj@wpi.edu>
16647         Fixed problems when using multiple style flags together.
16648
16649         * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
16650         James Abbatiello <abbeyj@wpi.edu>
16651         Fixed a problem when using string resources as tooltext.
16652
16653         * windows/win.c: Francis Beaudet <francis@macadamian.com>
16654         Fixed a behavior of the focus when a parent window is disabled.
16655
16656         * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
16657         Fixed a bug which causes the PolyBezier to not be updated on redraw
16658         (when you want them to be).
16659
16660         * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
16661         Remove unnecessary warning in TranslateAccelator.
16662
16663         * server/handle.c:
16664         Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
16665         Meissner).
16666
16667         * 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:
16668         Paul Quinn <paulq@corel.ca>
16669         ver.h is a legacy header. winver.h should be used instead.
16670
16671         * dlls/tapi32/phone.c, misc/crtdll.c:
16672         Marcus Meissner <marcus@jet.franken.de>
16673         Fixed some warnings.
16674
16675         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
16676         Luc Tourangeau <luc@macadamian.com>
16677         - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
16678         - Implemented LVM_FINDITEM message.
16679         - Added some new window styles.
16680         - Fixed some bugs and extended a number of existing functions.
16681         - Modified selection functions to support area selection (for group
16682           selection in LVS_ICON and LVS_SMALLICON).
16683
16684         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
16685         Fixed a couple of missing event notifications. Some more debugging
16686         messages.
16687
16688         * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
16689         Icelandic keyboard support.
16690
16691         * graphics/ddraw_private.h, graphics/ddraw.c:
16692         Lionel Ulmer <ulmer@directprovider.net>
16693         - better debug output for surface creation
16694         - added (experimental) DIBSection implementation of GetDC / ReleaseDC
16695
16696         * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
16697         Corrected warning.
16698
16699         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
16700         Support TPM_RETURNCMD in TrackPopupMenu.
16701
16702         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16703         Fix <return> key (somehow we get a control keystate).
16704
16705         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16706         Fixed compilation erros on non-Linux systems.
16707
16708         * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16709         Added missing TRACE define when NO_DEBUG_MSGS was defined.
16710
16711         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
16712         Added missing WINAPI for SHValidateUNC.
16713
16714         * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
16715         Adapted to the new dll resource handling by Bertho Stultiens.
16716
16717 Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
16718
16719         * misc/shell.c: Release the Win16Lock before calling WinExec.
16720
16721         * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
16722         Removed process argument to PROCESS_CallUserSignalProc.
16723
16724         * scheduler/process.c:
16725         Moved remaining initialisations to the new process context.
16726         Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
16727         Changed PROCESS_CallUserSignalProc to avoid accessing another process
16728         address space.
16729
16730         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
16731         Added support for dumping variable-size data of server replies.
16732         Added cmd_line and cmd_show in new_process request.
16733
16734         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
16735         fixed builtin mmsystem.dll init sequence
16736
16737         * multimedia/Attic/init.c, multimedia/Makefile.in:
16738         Eric Pouech <Eric.Pouech@wanadoo.fr>
16739         removed obsoleted init.c source file
16740
16741         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16742         removed unnecessary MCI drivers entry point
16743         added undocumented mmsystem functions
16744
16745         * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16746         moved to new trace interface
16747         now calling time init function from mmsystem and/or winmm entry point
16748
16749         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16750         included DLL init sequence (from obsoleted init.c)
16751         fixed builtin mmsystem.dll init sequence
16752         fixed PlaySound when used with an asynchronous audio driver
16753         fixed midiStream functions for Stop/Pause/Restart functions
16754         fixed error handling in waveOutOpen with QUERY_FORMAT flag
16755
16756         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16757         included midi init sequence (from obsoleted init.c)
16758         moved to new trace interface
16759         simplified code with using new configuration constant (HAVE_OSS_MIDI)
16760         fixed erroneous warnings
16761
16762         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16763         included mci init sequence (from obsoleted init.c)
16764         moved to new trace interface
16765
16766         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16767         output: better internal thread interface (orthogonalization of states and events)
16768         output: removed use of DSP_IOCTL_GETOSPACE
16769         output: fixed latency in reset messages handling
16770         output: replaced some polling mechanisms with blocking ones
16771         output: fixed get/set volume functions
16772
16773         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16774         moved to the new debug interface
16775         fixed bugs in pause/play/stop functions
16776         fixed signature of driver entry point
16777
16778         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16779         moved to the new debug interface
16780         fixed bugs in pause/play functions
16781         fixed signature of driver entry point
16782
16783         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16784         Updated traces.
16785
16786         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16787         Remove extraneous winuser16.h.
16788
16789         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16790         Changed printf into TRACE.
16791
16792         * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16793         Fixed a few typos.
16794
16795         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16796         Check when backtracking the stack if frames are correct (readable).
16797
16798         * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
16799         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16800         Moved WINSOCK network IO event handling to special thread.
16801         Removed EVENT_WaitNetEvent, introduced a global scheduler event.
16802
16803         * miscemu/main.c, scheduler/process.c:
16804         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16805         Wait until child initialized before returning from PROCESS_Create.
16806
16807         * relay32/kernel32.spec, win32/kernel32.c:
16808         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16809         Use register functions with arguments for LogApiThk...
16810
16811         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16812         James Abbatiello <abbeyj@wpi.edu>
16813         Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem.  Removed unused
16814         variable in LISTVIEW_GetNextItem.
16815
16816 Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
16817
16818         * 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:
16819         Use the new debug functions to send debug events at appropriate places.
16820         Pass the process creation flags to PROCESS_Create.
16821
16822         * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
16823         Implemented the Win32 debug API functions.
16824
16825         * 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:
16826         Added debug events support.
16827
16828 ----------------------------------------------------------------
16829 Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
16830
16831         * 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:
16832         Converted to the new debug interface, using script written by Patrik
16833         Stridvall.
16834
16835         * scheduler/process.c:
16836         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16837         Bugfix: dwFlags must describe target process in UserSignalProc.
16838
16839         * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
16840         Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
16841         Explorer.
16842
16843         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16844         James Abbatiello <abbeyj@wpi.edu>
16845         LISTVIEW_KeyDown: Invalidate the listview window only when the
16846         selected item changes.
16847
16848         * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
16849         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16850         Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
16851         (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
16852         and SSConfirmSmallStack (KERNEL.704).
16853
16854         * if1632/display.spec, windows/display.c:
16855         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16856         Fix typo (wrong DISPLAY.CheckCursor ordinal).
16857         Superfluous FIXME converted to TRACE in CheckCursor.
16858
16859         * relay32/relay386.c:
16860         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16861         Bugfix: syslevel relay check was too strict.
16862
16863         * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
16864         Do not use pagesize aligned size_low to grow mapped file, but original
16865         size_low. (fixes Heises Index Register)
16866
16867 Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
16868
16869         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16870         - added some more debug output
16871         - corrected a slight bug in DGA DirectDraw creation
16872
16873         * windows/win.c: Francis Beaudet <francis@macadamian.com>
16874         Fixed a major memory leak in the window management code.
16875
16876         * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16877         In SetWindowPos if changing Z order and child window not yet in its
16878         parent list, do not link it in WINPOS_ShowIconTitle, check for retval
16879         of WIN_FindWndPtr.
16880
16881         * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
16882         Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
16883         colormap is used.
16884
16885         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16886         Don't freeze other thread while it may hold the X critical section.
16887
16888         * include/display.h, loader/main.c, windows/display.c:
16889         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16890         Added UserRepaintDisable16().
16891
16892         * windows/dinput.c, windows/message.c:
16893         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16894         Removed EVENT_WaitNetEvent() calls.
16895
16896         * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16897         Added IsUserIdle16().
16898
16899         * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
16900         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16901         Adapted to EVENT_ driver changes.
16902
16903         * loader/task.c, scheduler/synchro.c:
16904         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16905         Adapted to event synchronization changes.
16906
16907         * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
16908         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16909         Moved X input event handling out of EVENT_WaitNetEvent and into
16910         service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
16911         driver.  Changed winContext to hold HWND instead of WND *.
16912
16913         * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16914         Don't change Z-order of child windows when activating.
16915
16916         * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
16917         Huw D M Davies <h.davies1@physics.ox.ac.uk>
16918         Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
16919         Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
16920
16921         * configure, configure.in, include/acconfig.h, include/config.h.in:
16922         Eric Pouech <Eric.Pouech@wanadoo.fr>
16923         Create a new configuration manifest constant HAVE_OSS_MIDI.
16924
16925         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
16926         Fixed silly EINTR bug with starting dosmod.
16927
16928         * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
16929         Should compare to X11 constant "None" since a colormap is an X
16930         Resource ID and not a pointer.
16931
16932         * controls/listbox.c: Paul Quinn <paulq@corel.ca>
16933         Stop a listbox bug that causes a div by zero when the item height
16934         is zero. Doesn't solve the root of the problem though.
16935
16936         * dlls/shell32/shell32_Pt.rc:
16937         Andre Malafaya Baptista <Malafaya@milenio3.pt>
16938         About dialog translated to Portuguese.
16939
16940         * if1632/thunk.c: James Juran <jrj120@psu.edu>
16941         task.h was included twice.  Removing one fixed a sig11 in gcc-2.7.2.3.
16942
16943         * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16944         Check if dc has been created before using it.
16945
16946         * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
16947         Add a few more 32->16 Escape conversions.
16948
16949         * relay32/relay386.c, if1632/relay.c:
16950         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16951         Check for syslevel violations while relay debugging.
16952
16953         * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
16954         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16955         Improved syslevel handling, store currently held syslevels in thread
16956         database, WIN_CritSection converted to syslevel.
16957
16958         * include/windows.h: Joshua Thielen <thielen@netperson.net>
16959         Added mmsystem.h include.
16960
16961         * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
16962         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16963         Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
16964         MapProcessHandle; stub for BUNNY_351.
16965
16966         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16967         Handle proc == NULL in THUNK_SetDCHook correctly.
16968
16969         * files/profile.c:
16970         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16971         Added support for the undocumented combination
16972         GetPrivateProfileStringA(section == NULL, entry == NULL, ...
16973
16974         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
16975         James Abbatiello <abbeyj@wpi.edu>
16976         Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
16977
16978         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
16979         James Abbatiello <abbeyj@wpi.edu>
16980         Implemented GetNextItem for the Listview control.
16981
16982         * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
16983         Expire timers on expiry time too, not just after.
16984
16985         * 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:
16986         Paul Quinn <paulq@corel.ca>
16987         Microsoft com vtable compatibility workaround for g++.  Basically adds
16988         an optional 8 bytes padding to COM objects where the RTTI would be.
16989
16990         * 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:
16991         Marcus Meissner <marcus@jet.franken.de>
16992         Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
16993         GetSystemMetrics(SM_xx), removed no longer needed includes of
16994         sysmetrics.h.
16995
16996         * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
16997         Added INT_Int16AddChar.
16998
16999         * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17000         Bugfix: Prevent null-pointer dereference in TRACE argument list in
17001         RES_FindResource
17002
17003         * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17004         Fixed wrong NE module registration so that resources work.
17005
17006         * if1632/thunk.c, tools/build.c, win32/kernel32.c:
17007         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17008         Set %ebx to point to real 16-bit stack in CBClientThunkSL.
17009         Pass %esi back-and-forth in CBClientThunkSL(Ex).
17010         Copy modified buffers back after return from FT_Thunk.
17011         Fix broken recognition of LS thunklets.
17012
17013         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
17014         Marcus Meissner <marcus@jet.franken.de>
17015         Removed use of win.h, sysmetrics.h and associated WINE USER internal
17016         variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
17017
17018         * 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:
17019         Eric Kohl <ekohl@abo.rhein-zeitung.de>
17020         Toolbar customization dialog (take one).
17021
17022         * windows/win.c: Francis Beaudet <francis@macadamian.com>
17023         Fixed GetTopWindow so it will correctly handle the NULL parameter.
17024
17025         * include/process.h, loader/module.c:
17026         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17027         Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
17028         Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
17029         FreeLibrary calls.
17030
17031         * if1632/mmsystem.spec, multimedia/mmsystem.c:
17032         Marcus Meissner <marcus@jet.franken.de>
17033         Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
17034
17035         * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
17036         Ove Kaaven <ovek@arcticnet.no>
17037         Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
17038         on the correct address space. Added DOSMEM_MovePointers() that
17039         relocates selectors when the DOS address space changes (i.e. when
17040         dosmod is spawned, particularly from Win16 apps that uses DPMI to
17041         execute real-mode code). More complete DOS device implementation.
17042
17043         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
17044         Ove Kaaven <ovek@arcticnet.no>
17045         Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
17046         (DOSVM idle message loop), and fields hConInput and hConOutput.
17047
17048         * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
17049         Add some null checking in the Get/SetBitmapBits functions.
17050
17051         * misc/crtdll.c, relay32/crtdll.spec:
17052         Marcus Meissner <marcus@jet.franken.de>
17053         Added init function for CRTDLL, allocate stdio/stderr/stdout on
17054         DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
17055         needs 1.3KB).
17056
17057         * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
17058         Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
17059
17060         * misc/winsock.c: James Juran <jrj120@psu.edu>
17061         Print a more effective (and visible) error message when an application
17062         can't create a socket with type == SOCK_RAW.
17063
17064         * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17065         Some more defines for multimedia.
17066
17067         * msdos/vxd.c, win32/device.c:
17068         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17069         Some stubs for pccard vxd to debug the native shell32.
17070
17071         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
17072         Use service thread for "true" multimedia timers.
17073         Removed implementation of fake multimedia timers.
17074         Set minimum resolution to 10 ms (the timing resolution of the Linux
17075         kernel). Fixed a couple of flaws.
17076
17077         * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17078         Implemented printing out of some structures.
17079
17080 Thu May 20 16:40:23 1999  Alexandre Julliard  <julliard@winehq.com>
17081
17082         * server/select.c, server/socket.c:
17083         Set only the client socket in non-blocking mode instead of all fds;
17084         should avoid problems with stdio handles.
17085
17086 Mon May 17 16:20:53 1999  Alexandre Julliard  <julliard@winehq.com>
17087
17088         * 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:
17089         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17090         Implement DocumentProperties, DeviceCapabilities, beginnings of
17091         Open/Get/ClosePrinter.  Additions to PSDRV_DeviceCapabilities.
17092         Split off WINSPOOL into its own directory.
17093         Several functions added to DC_Funcs.
17094         Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
17095
17096         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
17097         glide2x loadorder is "so,native".
17098
17099         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
17100         Improved shortcuts - follows jumps in trying to avoid switching to
17101         real mode unnecessarily.
17102
17103         * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
17104         Updated and improved instructions.
17105
17106         * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
17107         Made "Wine-dbg>set *seg:off = val" work (previously only
17108         "Wine-dbg>set *off = val" worked).
17109
17110         * multimedia/mcimidi.c, multimedia/mciwave.c:
17111         Jukka Kangas <jtkangas@nic.fi>
17112         When opening the file we don't need MMIO_EXCLUSIVE
17113         rights. MMIO_DENYWRITE should be sufficient.
17114
17115         * dlls/shell32/shellpath.c:
17116         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17117         Prevent crash in stub of SheGetDirW.
17118
17119         * dlls/shell32/shlmenu.c:
17120         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17121         Further implementation of the FileMenu.
17122
17123         * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17124         Set the default menu item of the window menu
17125
17126         * wine.ini: James Juran <jrj120@psu.edu>
17127         Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
17128         accordance with Linux 2.2 Changes file.
17129
17130         * if1632/kernel.spec, loader/module.c:
17131         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17132         Release Win16Lock when calling LoadLibrary32 from 16-bit code.
17133
17134         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17135         Fixed THUNK_SetDCHook when using native USER.
17136
17137         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17138         Bugfix: FT_PrologPrime was broken due to relay changes.
17139
17140         * misc/network.c, relay32/mpr.spec:
17141         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17142         Some stubs added.
17143
17144         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17145         Suspend window locks before calling hook procedure.
17146
17147         * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17148         Fixed window refcount handling in GetNextDlgGroupItem.
17149
17150         * controls/button.c:
17151         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17152         Removed superfluous WIN_ReleaseWndPtr.
17153
17154         * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
17155         Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
17156         previous one. (reported by Ove)
17157
17158 Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
17159
17160         * include/winbase.h, include/winnt.h:
17161         Added a few missing debug event definitions.
17162
17163         * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
17164         Adapted to new select interface.
17165         Fixed bug in *_signaled routines that could cause busy-waiting in the
17166         select loop.
17167
17168         * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
17169         Changed select interface, separated timeouts from file descriptors.
17170
17171         * server/handle.c, server/handle.h, server/process.c, server/process.h:
17172         Moved process structure definition to process.h.
17173         Added suspend/resume_process.
17174         Moved handle table back into the process structure.
17175
17176         * scheduler/client.c, server/trace.c, include/server.h:
17177         Added TEB in init_thread request.
17178
17179 Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
17180
17181         * miscemu/instr.c:
17182         Tried to add an error message when crashing on a selector load because
17183         of missing LDT sharing between threads (untested).
17184
17185         * 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:
17186         Server reorganization:
17187         - moved request handlers to the specific C files
17188         - moved handle management to handle.c
17189         - moved server private includes to server/ instead of include/server/
17190
17191         * Make.rules.in: Get include files from the current directory first.
17192
17193 Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
17194
17195         * 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:
17196         Marcus Meissner <marcus@jet.franken.de>
17197         Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
17198         removed unnecessary win.h includes, added syslevel.h to queue.c.
17199
17200         * controls/combo.c: Francois Boisvert <francois@macadamian.com>
17201         Changed CBGetDroppedControlRect to be compliant with Windows API.
17202
17203         * include/wine/exception.h, win32/except.c:
17204         Fixed a few bugs, and improved the exception macros (based on
17205         suggestions by Sergei Turchanov).
17206
17207         * 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:
17208         Converted to the new debug interface, using script written by Patrik
17209         Stridvall.
17210
17211         * 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:
17212         Converted to the new debug interface.
17213
17214         * windows/painting.c:
17215         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17216         Fixed invalid window refcount handling in RDW_Paint().
17217
17218         * windows/message.c: Noel Borthwick <noel@macadamian.com>
17219         Fix a deadlock with the system message queue by ensuring the system message
17220         queue is unlocked while the actual message is being processed.
17221
17222         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17223         Check if in depth-conversion mode before returning an error message
17224         in IDirectDrawPaletteImpl_GetEntries.
17225
17226 Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
17227
17228         * 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:
17229         Lionel Ulmer <ulmer@directprovider.net>
17230         Replaced all the Mesa specific code by GLX code. Should work now on
17231         any OpenGL implementation.
17232
17233         * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
17234         Added Italian keyboard support.
17235
17236         * graphics/enhmetafiledrv/graphics.c:
17237         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17238         Fixed a couple of memcpy errors.
17239
17240         * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17241         Small fix to help native win95 PrintDlg on the way.
17242
17243         * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
17244         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17245         Implemented InsertInASPIChain and fixed minor things.
17246
17247         * windows/x11drv/mouse.c:
17248         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17249         Fixed quite ill window locking code.
17250
17251         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
17252         Fixed an infinite loop in ChildWindowFromPointEx.
17253
17254         * controls/menu.c:
17255         Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
17256         - prevent crash when GetMenuDefaultItem is called on empty menu
17257         - set default item on system menu
17258
17259         * 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:
17260         Adapted for new register functions support (ESP_reg in register
17261         functions now points after the arguments).
17262
17263         * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
17264         Win32 register functions can now have arguments.
17265         Simplified relay debugging for register functions.
17266
17267         * relay32/kernel32.spec, win32/device.c:
17268         VxDCall functions do not need to be 'register'.
17269
17270 Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
17271
17272         * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
17273
17274         * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
17275         Added macros and definitions for using exception inside Wine or
17276         Winelib code.
17277
17278         * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
17279         Moved some exception definitions to winnt.h and ntddk.h.
17280
17281         * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
17282         Added missing WINAPI for the callback procs.
17283
17284         * include/sig_context.h: Added ERROR_sig.
17285
17286         * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
17287         Bug fix.
17288
17289         * misc/winsock.c, include/winsock.h:
17290         Marcus Meissner <marcus@jet.franken.de>
17291         WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
17292         replaced all pwsi->err references.
17293
17294         * loader/pe_image.c: Changed some error handling a bit.
17295
17296         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
17297         Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
17298
17299         * relay32/kernel32.spec, relay32/ntdll.spec:
17300         Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
17301         the ntdll one.
17302
17303         * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
17304         Added import declaration for Win32 built-ins.
17305
17306 Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
17307
17308         * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
17309         Added support for forwarded ordinals in built-in dlls.
17310
17311 Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
17312
17313         * win32/console.c:
17314         Fixed request size for alloc_console and free_console.
17315
17316         * 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:
17317         Improved exception handling.
17318         Based on the work of Sergey Turchanov <turchanov@usa.net>.
17319
17320         * loader/module.c:
17321         Use OpenFile() to test for file existence, so that the path gets
17322         searched.
17323
17324         * server/select.c: Ove Kaaven <ovek@arcticnet.no>
17325         Restart interrupted select() (happens with -pg).
17326
17327         * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
17328         Fixed off-by-one bug in memory access check.
17329
17330         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
17331         More debug output for RegQueryInfoKey.
17332
17333         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
17334         Fixed a couple of bugs (silent backtrace not totally silent, crashes
17335         when the stack is corrupted or similar).
17336
17337 ----------------------------------------------------------------
17338 Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
17339
17340         * 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:
17341         Jean-Louis Thirot <thirot@univ-brest.fr>
17342         Added graphical configuration tool wineconf.tcl.
17343
17344         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17345         Ignore ESC[%dc reports generated by 8bit control codes.
17346         Open console even if we already have one in the process.
17347
17348         * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
17349         Fixed off by 1 error in section code (did not return len-2 on buffer
17350         overflow in some cases, but len-1).
17351
17352         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
17353         Fixed warning.
17354
17355         * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
17356         Fixed palette handling for true/high-color X11.
17357
17358         * loader/ne/module.c:
17359         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17360         Fixed extension handling in LoadLibrary16.
17361
17362         * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
17363         Alex Korobka <alex@aikea.ams.sunysb.edu>
17364         Rearranged PAINT_RedrawWindow() so that it first recursively updates
17365         invalid regions and only then starts sending out messages. This should
17366         help with reentrancy during message processing and now it needs just
17367         one (or none) scratch region for all there is to do. Also, small fixes
17368         for SetWindowPos().
17369
17370         * configure, configure.in: Added check for missing __i386__ definition.
17371
17372         * 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:
17373         Patrik Stridvall <ps@leissner.se>
17374         ANSI C fixes.
17375
17376         * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
17377         Pass PROPSHEETPAGE to propertypage dialog as lParam.
17378
17379         * 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:
17380         Patrik Stridvall <ps@leissner.se>
17381         ANSI C fixes.
17382
17383         * 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:
17384         Huw D M Davies <h.davies1@physics.ox.ac.uk>
17385         Split off wingdi16.h from wingdi.h.  Add many more #defines/typedefs
17386         to bring wingdi.h almost upto a complete NT4.0 interface.
17387         Fix return value of SetRectRgn().
17388
17389         * 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:
17390         Michael Veksler <mveksler@techunix.technion.ac.il>
17391         Removed #include "wine/winuser16.h" and use "struct tag????" instead.
17392
17393         * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
17394         Improved Wine debugger backtrace. New features:
17395         - Displays ebp, in case you want to check stackframes manually
17396         - Detects far calls even when windows apps don't mark them
17397         - Tracks CallFrom16/CallTo16 relaying (thunking)
17398
17399         * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
17400         Bugfix: get_sobasename was off by one pointer increment.
17401
17402         * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
17403         Fixed implicit type warning.
17404
17405         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
17406         Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
17407
17408         * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
17409         Francis Beaudet <francis@macadamian.com>
17410         Second part of the OLE datacache implementation.
17411
17412         * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
17413         Ove Kaaven <ovek@arcticnet.no>
17414         Moved DOS List of Lists initialization, and added the beginnings of
17415         the DOS device structures.
17416
17417         * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
17418         Noomen Hamza <noomen@macadamian.com>
17419         Bug fixes.
17420
17421         * ole/hglobalstream.c, relay32/ole32.spec:
17422         Thuy Nguyen <thuy@macadamian.com>
17423         Implemented GetHGlobalFromStream.
17424
17425         * include/thread.h, scheduler/thread.c:
17426         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17427         Call THREAD_FreeTHDB as service thread callback.
17428
17429         * include/message.h, loader/task.c, windows/timer.c:
17430         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17431         Removed TIMER_SwitchQueue.
17432
17433         * debugger/memory.c:
17434         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17435         Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
17436         chars.
17437
17438         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
17439         Stop winelib programs on fault instead of endless faultlooping.
17440
17441         * Makefile.in: James Juran <jrj120@psu.edu>
17442         Run ldconfig in make install if using --enable-dll.
17443         Cleaned up uninstall_lib as well.
17444
17445         * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
17446         Thuy Nguyen <thuy@macadamian.com>
17447         Implementation of IStorage supported by an implementation of
17448         ILockBytes on top of an HGLOBAL.
17449
17450         * files/profile.c, relay32/kernel32.spec:
17451         Marcus Meissner <marcus@jet.franken.de>
17452         Return the correct value from GetPrivateProfileSectionA.
17453         Copy/convert back the buffer in GetPrivateProfileSectionW.
17454         Replace some output pointers str/wstr->ptr in kernel32.spec.
17455
17456         * loader/task.c, scheduler/process.c:
17457         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17458         Some initialization sequence bugfixes:
17459         - Initialize process crst for 16-bit processes.
17460         - Don't crash due to uninitialized stack frames in WineLib.
17461         - Map system DLLs before calling UserSignalProc.
17462         - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
17463
17464         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17465         Call Callout routines directly when using builtin USER.
17466
17467         * loader/pe_image.c:
17468         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17469         Bugfix: all PE modules were marked 'internal'.
17470
17471         * include/dce.h, objects/dc.c, windows/dce.c:
17472         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17473         Check for busy DCE moved to DCHook16().
17474
17475         * include/win.h, loader/main.c, windows/win.c:
17476         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17477         Initialize WIN_CritSection earlier.
17478
17479         * dlls/comctl32/trackbar.c, include/trackbar.h:
17480         Luc Tourangeau <luc@macadamian.com>
17481         Removed the timer that was used to queue TRACKBAR_Refresh calls.
17482         Removed all direct calls to TRACKBAR_Refresh (except from within the
17483         WM_PAINT handling section) and replaced them by calls to
17484         InvalidateRect.
17485         Fixed a bug in the TRACKBAR_SetPos function.
17486         Fixed the behavior for different types of mouse input.
17487
17488         * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
17489         Implemented toolbar multirow button layout.
17490
17491         * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
17492         Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
17493
17494         * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
17495         Implemented OleTranslateColor.
17496
17497         * include/winuser.h, windows/input.c:
17498         Francis Beaudet <francis@macadamian.com>
17499         Changed the return value of GetKeyboardState and SetKeyboardState from
17500         VOID to BOOL.
17501
17502         * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
17503         Prevented LISTBOX_RepaintItem from repainting a non visible item.
17504
17505         * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17506         Fixed typo.
17507
17508         * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17509         Bugfix for TRACE in UnregisterClass.
17510
17511 Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
17512
17513         * include/Attic/propsheet.h: No longer necessary.
17514
17515 Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
17516
17517         * objects/dc.c, windows/dce.c, include/dce.h:
17518         Francis Beaudet <francis@macadamian.com>
17519         Check if DC is busy before deleting it.
17520
17521         * win32/newfns.c:
17522         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17523         GetMailslotInfo is supposed to check for pointer validity.
17524
17525         * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17526         Possible crash in select_loop() fixed.
17527
17528         * include/services.h, loader/task.c, scheduler/services.c:
17529         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17530         Fixed various stupid bugs in services thread routines.
17531         Added SERVICE_Exit routine to kill the services thread.
17532
17533         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17534         Inverted class/channel in __(SET|GET)_DEBUGGING macros.
17535
17536         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17537         Correct implementation of GetWindowThreadProcessId().
17538
17539         * if1632/mmsystem.spec, multimedia/mmsystem.c:
17540         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17541         Added PlaySound16, sndPlaySound16.
17542
17543         * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
17544         Fixes winproc deadlock for win16.
17545
17546 Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
17547
17548         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17549         Fixed some deadlock(s) in message sending.
17550
17551         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17552         cleaned up debug channels to use default one (mmsys)
17553         more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
17554         fixed callback bug in midiStream functions
17555         fixed compilation bug with egcs
17556         changed to the new debug channel interface
17557
17558         * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17559         small range fixes for OSS driver
17560         changed to the new debug channel interface
17561
17562         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17563         first (working) shot at OSS mixer low level interface
17564         changed to the new debug channel interface
17565
17566         * misc/network.c, relay32/mpr.spec:
17567         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17568         Fixed off-by-one ordinals in MPR.
17569         Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
17570
17571         * loader/module.c, if1632/relay.c:
17572         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17573         Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
17574
17575         * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17576         Load system DLLs into WineLib applications.
17577
17578         * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17579         Small update to the PostScript encoding vector.
17580
17581         * loader/module.c, loader/task.c: Bug fixes.
17582
17583 Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
17584
17585         * scheduler/process.c:
17586         Moved a few more initialisations to the new process context.
17587
17588         * loader/task.c: Don't initialise the stacks for 32-bit processes.
17589
17590         * miscemu/main.c: Only check number of tasks after first message.
17591         Use a 16-bit module for creating the initial task.
17592
17593         * include/authors.h, AUTHORS:
17594         Updated authors list from the Changelog. Please let me know if you
17595         have been left out.
17596
17597         * loader/task.c, scheduler/process.c:
17598         Converted to the new debugging interface (done with the help of the
17599         script written by Patrik Stridvall).
17600         Some changes to the initialisation sequence for 32-bit processes.
17601
17602         * */*.c:
17603         Converted to the new debugging interface (done with the help of the
17604         script written by Patrik Stridvall).
17605
17606         * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
17607         Misc fixes and improvements.
17608
17609         * include/config.h.in, configure, configure.in:
17610         Added check for -lmmap for OS/2.
17611
17612         * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
17613         Francis Beaudet <francis@macadamian.com>
17614         Fixed a few bugs in the OLE storage implementation, added a new set of
17615         trace statements for the OLE storage related methods and introduced a
17616         new debug channel for the storage subsystem.
17617
17618         * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
17619         Michael Veksler <mveksler@techunix.technion.ac.il>
17620         Removed redundant include of winbase.h from winuser16.h.
17621         Moved types from winbase.h to winuser16.h .
17622
17623         * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
17624         - default item handling
17625         - small drawing fixes
17626
17627         * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
17628         Klaas van Gend <klaas@vangend.demon.nl>
17629         More implementation of PrintDlgA.
17630         Conversion of resource identifiers of Print32 window to comply to the
17631         M$ numbering.
17632
17633         * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17634         Don't crash if queuing an APC on a thread that doesn't wait.
17635
17636         * windows/timer.c, windows/x11drv/event.c, include/message.h:
17637         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17638         Use SERVICES callback to implement Windows timers.
17639         Timer expiration handling removed from EVENT_WaitNetEvent loop.
17640
17641         * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
17642         Call SetLastError in HeapCompact().
17643
17644         * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
17645         Added prototype for TryEnterCriticalSection.
17646
17647         * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
17648         Make all structures packed and removal of some WINE_PACKED.
17649
17650         * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
17651         Pushbuttons should only be rounded in Win31 look.
17652
17653         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
17654         - default item handling
17655         - small drawing fixes
17656
17657         * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
17658         Fixed an unbalanced windows lock/unlock sequence in
17659         WINPOS_ActivateOtherWindow.
17660
17661         * include/debugdefs.h: enhmetafile added
17662
17663         * 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:
17664         Eric Pouech <Eric.Pouech@wanadoo.fr>
17665         - got rid of all the internal MM tweaks to load builtin MCI
17666           drivers. They are all seen as drivers, loaded as DLLs and standard
17667           module loadorder is used to know which type to use (builtin vs
17668           native).
17669         - first full working implementation of mmThread??? functions (to
17670           support gracefully native MCI drivers).
17671         - support of mmShowMMCPLPropertySheet.
17672         - fix of some heap validate bugs (thanks to Ulrich for reporting them).
17673
17674         * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
17675         Fix CreateProcessA to implement correct actions on ambiguous command
17676         line names (try longer and longer strings).
17677
17678         * 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:
17679         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17680         Started implementing Enhanced MetaFile driver.
17681
17682         * 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:
17683         Francis Beaudet <francis@macadamian.com>
17684         Implemented the OLE object default handler and data cache.
17685
17686         * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
17687         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17688         Several improvements to Enhanced MetaFile playback.
17689
17690         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17691         Only try to append ".dll" if a library is loaded implicitely.
17692
17693         * dlls/shell32/shellord.c:
17694         Michael Veksler <mveksler@techunix.technion.ac.il>
17695         Fix TRACE formatting warnings.
17696
17697         * dlls/shell32/shlfolder.c:
17698         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17699         Fixed a small syntax problem.
17700
17701         * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
17702         - better stubs for Get/Set special (Progman/Taskman) window functions
17703
17704         * relay32/user32.spec, windows/message.c:
17705         Juergen Schmied <juergen.schmied@metronet.de>
17706         - new SendMessageCallbackW
17707         - some fixme's for missing A<->W conversion
17708
17709         * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
17710         Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
17711
17712         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
17713         Bugfix for EnumPrinters level 2.
17714
17715         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
17716         Correct logic in GetKeyNameText.
17717
17718         * documentation/bugreports:
17719         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17720         Removed +snoop from documentation/bugreports.
17721
17722 Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
17723
17724         * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
17725         LoadImageW fixed for hicolor displays.
17726
17727         * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
17728         Marcus Meissner <marcus@jet.franken.de>
17729         MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
17730
17731         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
17732         James Abbatiello <abbeyj@wpi.edu>
17733         Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
17734         to handle wide character strings properly.  Fix of our previous patch
17735         for null pointer checking.
17736
17737         * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
17738         Thuy Nguyen <thuy@macadamian.com>
17739         Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
17740         the ILockBytes interface based on an HGLOBAL.
17741
17742         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
17743         Fixed a bug in CoRegisterClassObject.
17744
17745         * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
17746         Removed some flickering when inserting or deleting buttons.
17747
17748         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
17749         James Abbatiello <abbeyj@wpi.edu>
17750         Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
17751         between lpItem and lpLVItem.  Now compares the pszText string of the
17752         lpItem and lpLVItem structs.  Fixes a bug where the old and new item
17753         have the same attributes but their text differs and GetItemChanges()
17754         compares them as equal.
17755
17756         * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
17757         Thuy Nguyen <thuy@macadamian.com>
17758         Added support for adding and removing pages dynamically from a
17759         property sheet.
17760
17761         * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
17762         Marcus Meissner <marcus@jet.franken.de>
17763         Removed the gotos from the WndProcs, always use a small wrapper that
17764         locks the window, calls the real wndproc, unlocks the window.
17765
17766         * dlls/shell32/contmenu.c:
17767         Juergen Schmied <juergen.schmied@metronet.de>
17768         Fixed default menu item.
17769
17770         * win32/code_page.c, misc/ddeml.c:
17771         Juergen Schmied <juergen.schmied@metronet.de>
17772         Fixed typo.
17773
17774         * windows/queue.c:
17775         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17776         Added a missing LeaveCriticalSection.
17777
17778         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
17779         Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
17780         TranslateMDISysAccel16.
17781
17782         * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
17783         Fixed off-by-one bug in async output buffers.
17784
17785         * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
17786         Fixed a little Drag and Drop bug.
17787
17788 ----------------------------------------------------------------
17789 Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
17790
17791         * include/config.h.in, configure, configure.in:
17792         Marcus Meissner <marcus@jet.franken.de>
17793         Added autoconf check for "inline". You can now use it, it will be
17794         defined to (empty) for compilers that do not have it.
17795
17796         * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17797         Don't include alloca.h.
17798
17799         * README, documentation/wine.man: James Juran <jrj120@psu.edu>
17800         Update to reflect recent changes and discussions.
17801
17802         * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
17803         The load order parser should not always complain about extensions.
17804
17805         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
17806         - align magic buttons right
17807         - shortcuts alignment working again
17808
17809         * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17810         Fixed loading of native NE dlls.
17811
17812 Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
17813
17814         * memory/heap.c: Fixed __builtin_return_address arg.
17815
17816         * */*:
17817         Patrik Stridvall <ps@leissner.se>
17818         Fixed ANSI compabillity.
17819
17820         * */*:
17821         Bertho Stultiens <bertho@panter.soci.aau.dk>
17822         Built-in dlls now have resources attached via the PE-header like
17823         normal dlls. This enables the use of the resource API.
17824
17825         * misc/registry.c:
17826         Use $HOME instead of getpwuid for user's home directory.
17827         Fixed messed up indentation.
17828
17829         * graphics/x11drv/xfont.c:
17830         Use $HOME instead of getpwuid for user's home directory.
17831
17832         * */*.h:
17833         Patrik Stridvall <ps@leissner.se>
17834         #pragma pack(?) changed to #include "*pack*.h"
17835
17836         * 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:
17837         Jim Aston <jima@corel.ca>
17838         Added some missing #defines I've run across.
17839
17840         * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
17841         Ignore trailing dots on file names.
17842
17843         * 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:
17844         Ove Kaaven <ovek@arcticnet.no>
17845         Added a possibility to let the internal debugger use a separate
17846         heap. Not enabled by default, change #if in include/debugger.h to use
17847         this (the heap allocator is very slow).
17848
17849         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17850         wine.conf should not overrule content of burned in data in
17851         loadorder.c.
17852
17853         * graphics/mapping.c: Karl Lessard <karll@corel.com>
17854         SetMapMode should not reset the window and viewport origins to 0.
17855
17856         * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
17857         Allow to automatically copy part of wine.ini into generated file.
17858         Small perl enhancement (work in strict mode).
17859         Small updates in heuristics.
17860
17861         * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
17862         Upgraded to have a decent multimedia DLLs configuration.
17863
17864         * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
17865         Bertho Stultiens <bertho@akhphd.au.dk>
17866         - Fixed a counting bug in the win32 count and sort routine.
17867         - Fixed sort order of resources (must be name before ordinal).
17868         - Shuffled a couple of global variables so that built-in dlls now can
17869           load resources through the proper PE interface.
17870
17871         * include/windef.h, include/winreg.h:
17872         Adrian Thurston <adriant@corel.ca>
17873         Added support for strict handles. Only works on machines where
17874         sizeof(UINT) == sizeof(void*).
17875
17876         * scheduler/process.c:
17877         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17878         Initialize process critical section in the correct process context.
17879
17880         * scheduler/critsection.c:
17881         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17882         Warn if wrong process tries to enter critical section.
17883         Better implementation of Reinitialize/UninitializeCriticalSection
17884         (still not quite correct).
17885
17886         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
17887         debug.h must be last in list of includes.
17888
17889         * loader/ne/module.c:
17890         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17891         Return 32-bit module in GetModuleHandle16() if appropriate.
17892
17893         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17894         Fixed crash when status was read with cd-rom tray open.
17895
17896         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17897         Fixed a bug in msg conversion.
17898
17899         * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17900         Prevent crash when nMinRange > nMaxRange.
17901
17902         * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
17903         Added some missing manifest constants for Queue Status functions (QS_????).
17904
17905         * controls/button.c, controls/edit.c, windows/mdi.c:
17906         Eric Pouech <Eric.Pouech@wanadoo.fr>
17907         Added missing WIN_ReleaseWndPtr.
17908
17909         * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
17910         James Abbatiello <abbeyj@wpi.edu>
17911         More appropriate default size for fonts with invalid sizes.
17912
17913         * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
17914         James Abbatiello <abbeyj@wpi.edu>
17915         Implemented SetColumnWidth for ListView control.
17916
17917         * documentation/config: Adam Sacarny <magicbox@bestweb.net>
17918         Added new documentation for the configuration file.
17919
17920         * misc/version.c:
17921         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17922         Improved VERSION_GetVersion.
17923
17924         * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
17925         Added Swedish keyboard layout.
17926
17927         * 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:
17928         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17929         General tidy up of the MetaFile driver - make sure that everything
17930         goes through the DCFuncs table.
17931
17932         * misc/toolhelp.c, if1632/kernel.spec:
17933         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17934         Add a stub for GlobalMasterHandle.
17935
17936         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
17937         Much nicer way to select wine's location.
17938         Option to disable creation of debugging output.
17939         Debugging output is now created in directory script was started in.
17940
17941         * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
17942         Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
17943         style were appearing with a title bar. According to the docs for
17944         WS_DLGFRAME a window with this style cannot have a title bar.
17945
17946         * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
17947         Use DllOverrides from wine.ini as defaults also in
17948         loadorder.c (merged in some MM dlls lines from Eric Poeuch).
17949
17950         * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17951         Fixed some bogus infinite expiration time.
17952
17953         * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
17954         - consolidate both cases of !pending in WaitNetEvent
17955         - select() returns -1 not 0 on error in WaitNetEvent
17956
17957         * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
17958         Made HeapValidate threadsafe, and added some macros to track callerEIP
17959         a little better.
17960         Added HEAP_xrealloc.
17961
17962 Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
17963
17964         * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
17965         Marcus Meissner <marcus@jet.franken.de>
17966         autoconf fixes and cleanups (check for dlopen() in libc too).
17967
17968         * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
17969         Francis Beaudet <francis@macadamian.com>
17970         Implemented CreateStreamOnHGLOBAL.
17971
17972         * ole/compobj.c:
17973         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17974         Let CoSetState() accept state == NULL.
17975
17976         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
17977         Juergen Schmied <juergen.schmied@metronet.de>
17978         Made internal format more compatible.
17979
17980         * dlls/shell32/shlfolder.c:
17981         Juergen Schmied <juergen.schmied@metronet.de>
17982         Small fixes.
17983
17984         * windows/class.c, windows/dce.c, controls/combo.c:
17985         Guy Albertelli <galberte@neo.lrun.com>
17986         Fix locking with proper calls to WIN_ReleaseWndPtr.
17987
17988         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
17989         Don't malloc/free for every mixing operation, use the same buffer over
17990         instead...
17991
17992         * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
17993         James Abbatiello <abbejy@wpi.edu>
17994         HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
17995         text strings as null strings, as Windows does.  Fixes wine crash on
17996         startup of CuteFTP.
17997
17998         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
17999         Set (when registry loaded) data to "\0" and length to 2 in empty
18000         string value case, in place of setting data to NULL and length to 0,
18001         and this is without initializing output buffer parameter of
18002         RegQueryValue*.
18003
18004         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18005         Added Panose defines and EXTLOGFONT[A|W].
18006
18007 Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
18008
18009         * */*:
18010         Patrik Stridvall <ps@leissner.se>
18011         Fixed ANSI compabillity.
18012
18013         * 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:
18014         Michael Veksler <mveksler@techunix.technion.ac.il>
18015         Removed some includes of 16 bit API.
18016
18017         * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
18018         Adrian Thurston <adriant@corel.ca>
18019         ICOMization of remaining interfaces.
18020
18021         * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
18022         Fixed bug with tooltips stealing focus whenever a tooltip was created,
18023         shown, hidden or tracked. The SetWindowPos calls needed to have the
18024         SWP_NOACTIVATE flag set additionally.
18025
18026         * objects/clipping.c: Karl Lessard <karll@corel.com>
18027         Fixed coordinates conversion in OffsetClipRgn.
18028
18029         * include/objbase.h: Adrian Thurston <adriant@corel.ca>
18030         Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
18031
18032         * relay32/kernel32.spec, scheduler/handle.c:
18033         Marcus Meissner <marcus@jet.franken.de>
18034         CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
18035
18036         * 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:
18037         Juergen Schmied <juergen.schmied@metronet.de>
18038         Moved stuff to the right place.
18039
18040         * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
18041         Fixed syscolors for win 3.1.
18042
18043         * files/profile.c, if1632/kernel.spec:
18044         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18045         Added missing profile KERNEL routines (call 32-bit versions).
18046
18047         * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18048         Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
18049         entry table layout.
18050
18051         * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18052         Add Enhanced MetaFile record structures.
18053
18054         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
18055         Thuy Nguyen <thuy@macadamian.com>
18056         First patch implementing property sheets.
18057
18058         * relay32/gdi32.spec:
18059         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18060         Bugfix: GDI32.100-104 are ordinal-only routines.
18061         Added stubs for some Win98 GDI32 routine.
18062         Re-numbered all named exports (lexicographically).
18063
18064         * graphics/driver.c:
18065         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18066         Added prototypes (stubs) for GDI32.100-104.
18067
18068         * 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:
18069         Juergen Schmied <juergen.schmied@metronet.de>
18070         - more checks for valid pidl formats
18071
18072         * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
18073         Juergen Schmied <juergen.schmied@metronet.de>
18074         - corrected parameter count for SHGetSettings
18075         - stub SHValidateUNC
18076
18077         * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18078         #else branch compile fix.
18079
18080         * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
18081         Bertho Stultiens <bertho@panter.soci.aau.dk>
18082         Change wine's dlopen search-patch strategy not using the environment
18083         and added #if:s to seperate the code out if libdl isn't availble.
18084
18085         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
18086         Added a check for a NULL pointer in CoFreeUnusedLibraries.
18087
18088         * relay32/builtin32.c:
18089         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
18090         Include debug.h last (ERR() macro problem on Solaris).
18091
18092         * controls/combo.c: Francis Beaudet <francis@macadamian.com>
18093         Fixed a sizing bug in the combobox control.
18094
18095         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18096         Bugfix: Internal NE entry point tables were bad (one huge bundle).
18097
18098         * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
18099         Initialize the output buffer parameters to 0 in RegQueryValue*
18100         functions. This is important specially when there's no data to return.
18101
18102         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18103         Do not increment module refCount if self is loaded from within
18104         DllEntryPoint during the attach notification.
18105
18106 Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
18107
18108         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
18109         - protect TRACE against NULL-ptr
18110         - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
18111
18112         * dlls/comctl32/toolbar.c:
18113         Juergen Schmied <juergen.schmied@metronet.de>
18114         Fixed typo.
18115
18116         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18117         Reimplementation of GetModuleHandle16 according to how win95 handles
18118         it (thanks to Marcus Meissner <marcus@jet.franken.de>).
18119
18120         * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18121         Corrected wrong return values of built-in loader to work with the
18122         loadorder stuff.
18123
18124 Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
18125
18126         * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
18127         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18128         Implemented recording of StretchDIBits and SetDIBitsToDevice and
18129         playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
18130
18131         * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
18132         Bertho Stultiens <bertho@panter.soci.aau.dk>
18133         Removed non-portable hacks and replaced them with more general
18134         versions.
18135
18136         * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
18137         Code added to re-evaluate stale DC information in DCE cache.
18138
18139         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18140         Attach notifications must be send after all recursive dependencies are
18141         loaded and not before.
18142
18143         * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
18144         Fixed typo.
18145
18146         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18147         Fixed playing position when required by track number.
18148
18149         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
18150         Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
18151
18152         * wine.ini: Marcus Meissner <marcus@jet.franken.de>
18153         Native toolhelp will not work (missing GLOBALMASTERHANDLE).
18154
18155         * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
18156         Updated.
18157
18158         * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
18159         Test for static was reversed.
18160
18161         * */*:
18162         Patrik Stridvall <ps@leissner.se>
18163         New debug scheme with explicit debug channels declaration.
18164
18165 Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
18166
18167         * loader/ne/module.c: Removed extra call to TASK_StartTask.
18168
18169         * include/acconfig.h, include/config.h.in, configure, configure.in:
18170         Removed check for union semun; cleaned up a bit.
18171
18172         * include/server.h, server/process.c, server/trace.c, tools/make_requests:
18173         Added env ptr to new_process request
18174
18175         * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
18176         Juergen Schmied <juergen.schmied@metronet.de>
18177         - use fonts/fontsizes given by SystemParametersInfo
18178         - drawing/alignment fixes, win98 style for menubar
18179         - ownerdrawn menus are working now for the first time
18180         - complete constants magic items
18181         - use right owner for popupmenus
18182         - new: Get/SetMenuInfo
18183         - implemented: Get/SetMenuContextHelpId
18184         - more flags for Get/SetMenuItemInfo
18185
18186         * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
18187         Make DOSFS_MatchLong match a search string ending in '*.' to a zero
18188         extension file name, allowing Mathcad to run.
18189
18190         * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18191         Fixed memory freeing.
18192
18193         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
18194         Renamed cmdlgr.h to cmdlgtst.h.
18195
18196         * scheduler/critsection.c: Added timeout to critical section waiting.
18197
18198         * include/thread.h, scheduler/sysdeps.c:
18199         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18200         Merged Linux/FreeBSD reentrant errno handler, added Solaris.
18201         Preliminary support for Solaris low-level threads (LWPs) added.
18202
18203         * configure, configure.in, include/acconfig.h, include/config.h.in:
18204         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18205         Reentrant libc check for Solaris added.
18206         Fixed reentrant X11 check for FreeBSD and Solaris.
18207         Added check for Solaris low-level thread routines.
18208
18209         * loader/ne/module.c:
18210         Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
18211         Stultiens).
18212
18213         * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
18214         Automatic install script, which automatically configures and compiles
18215         wine and regapi, runs tools/wineconf to generate a configuration file
18216         if one does not already exist, and uses regapi to install the default
18217         registry.
18218
18219         * documentation/gui, windows/win.c, windows/winpos.c:
18220         Eric Pouech <Eric.Pouech@wanadoo.fr>
18221         Properly handling cases like calling SetWindowPos while processing
18222         WM_NCCREATE.
18223
18224         * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18225         Fixed a few bugs (typos from cut & paste & invalid heap block
18226         freeing).
18227
18228         * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18229         Bug fix in GetLen.
18230
18231         * 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:
18232         Bertho Stultiens <bertho@panter.soci.aau.dk>
18233         Reorganization of the loader to correctly load and free libraries and
18234         implementation of load order to load different types of libraries.
18235
18236         * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
18237         Updated commandline changes of -dll option and wine.conf entries.
18238
18239         * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
18240         Updated the example with the new configuration entries.
18241
18242         * dlls/shell32/shell32_main.c:
18243         Bertho Stultiens <bertho@panter.soci.aau.dk>
18244         Bugfix: free loaded library not before exit.
18245
18246         * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
18247         Bertho Stultiens <bertho@panter.soci.aau.dk>
18248         New files to support load order and partial stubs for elfdlls.
18249
18250         * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
18251         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18252         Fixes for upside-down DIBs.
18253
18254         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18255         Changed 'GetDisplayMode' to return the mode previously set by
18256         'SetDisplayMode' (and not the current monitor mode).
18257
18258         * include/tab.h, dlls/comctl32/tab.c:
18259         Luc Tourangeau <luc@macadamian.com>
18260         -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
18261         TCM_SETITEMSIZE and TCM_DELETEITEM.
18262
18263         * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
18264         LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
18265         returns 0, it is interpreted as if it were 256.
18266
18267         * loader/module.c, scheduler/process.c:
18268         Kevin Holbrook <kwh@neosoft.com>
18269         Fix ambiguous else warning.
18270
18271         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
18272         Loading color values from the registry fixed.
18273
18274         * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
18275         - Removed all floating point math.
18276         - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
18277         - Implemented source and dest color-keying for 8, 16, and 32 bit color.
18278         - Implemented some trivial raster operations.
18279         - Minimized inner loops for maximum speed.
18280         - Use memcpy whenever possible.
18281
18282         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18283         Reduced fragment size.
18284         Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
18285         Fixed buffer underrun recovery.
18286         Fixed bug in wodReset()/wodClose().
18287
18288         * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
18289         Simplify propertyNameCmp() and fix a warning in the way by removing
18290         CRTDLL__wcsupr() calls.
18291
18292         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
18293         DdeNameService: expansion of stub to trap unused instanceids at start of run.
18294         DdeGetLastError: catch 'not initialized' situation and return correct response.
18295         DdeFreeStringHandle: complete test for error set by previous call of
18296         something and ignore it, also release handle table mutex on normal exit.
18297         DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
18298         handle table mutex on normal exit.
18299
18300         * include/wnet.h, misc/network.c:
18301         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18302         Don't announce the WNetDirectoryNotify capability WNetGetConnection.
18303         Change the return value for local files.
18304
18305         * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
18306         Add "win.h" to fix implicit function declaration warnings.
18307
18308         * console/interface.c, include/console.h:
18309         Marcus Meissner <marcus@jet.franken.de>
18310         Only declare console "driver" once, use external refs elsewhere.
18311
18312         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
18313         When the vertical scrollbar is removed, the background was not
18314         properly repainted.
18315
18316         * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
18317         Disable AC bit on receiving alignment exceptions.
18318
18319         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
18320         SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
18321
18322         * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
18323         While handling the WM_DELETEWINDOW client message check if a window
18324         has been disabled and if so prevent an SC_CLOSE message from being
18325         sent.
18326
18327         * windows/dce.c: Noel Borthwick <noel@macadamian.com>
18328         Make access to the DCE list thread safe by ensuring we have acquired
18329         the Windows lock before using it.
18330
18331 Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
18332
18333         * resources/.cvsignore: Changed for renamed files
18334
18335         * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
18336         Michael Veksler <mveksler@techunix.technion.ac.il>
18337         Fixed warnings.
18338
18339         * 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:
18340         Pablo Saratxaga <pablo.sarachaga@ping.be>
18341         Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
18342         -> Pt; to conform to standard names for those languages).
18343
18344         * configure, configure.in, relay32/Makefile.in:
18345         Marcus Meissner <marcus@jet.franken.de>
18346         Add -fno-builtin when compiling with gcc in relay32/ subdir.
18347
18348         * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
18349         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18350         - Implemented proper ("real", compressed) Win16 entry tables.
18351         - Fixed MyAlloc (AKA NE_AllocateSegment).
18352         - Implemented PatchCodeHandle16.
18353
18354         * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
18355         Robert Pouliot <krynos@clic.net>
18356         A few patches to help Wine to compile on OS/2.
18357
18358 Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
18359
18360         * 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:
18361         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18362         Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
18363         global memory handles).  Fixed disk-based MetaFiles.  Better
18364         separation between MetaFile playback and the metafiledrv.
18365
18366         * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
18367         _CIpow argument order was confirmed with Starcraft v1.05.
18368
18369         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
18370         Clarified a few points.
18371
18372         * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18373         Added IOCTL function 0x440d/0x72.
18374
18375         * relay32/kernel32.spec, scheduler/critsection.c:
18376         Bertho Stultiens <bertho@panter.soci.aau.dk>
18377         UnitializeCriticalSection partial stub implementation.
18378
18379         * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18380         Added missing proto for GetExitCodeThread.
18381
18382         * include/driver.h, include/wine/keyboard16.h:
18383         Michael Veksler <mveksler@techunix.technion.ac.il>
18384         Added missing windef.h includes.
18385
18386         * windows/input.c, include/winuser.h:
18387         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18388         ReleaseCapture() is supposed to return a BOOL value.
18389
18390         * configure, configure.in, include/config.h.in, loader/signal.c:
18391         Marcus Meissner <marcus@jet.franken.de>
18392         FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
18393         reentrant concerning errno. Revert unneeded FreeBSD hack to
18394         loader/signal.c from last patch.
18395
18396         * windows/x11drv/keyboard.c:
18397         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18398         index == 3 corresponds to Alt-Gr + Shift.
18399
18400         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
18401         More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
18402         and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
18403         DdeCreateStringHandleA.
18404
18405         * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
18406         Pavel Roskin <pavel_roskin@geocities.com>
18407         Fixed ugly disabled controls and black background in Write and Lotus
18408         Notes.
18409
18410         * controls/button.c, include/button.h, include/winuser.h:
18411         Pascal Lessard <pascal@macadamian.com>
18412         Implement the button with bitmaps.
18413
18414         * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
18415         Stephane Lussier <stephane@macadamian.com>
18416         Implementation of IStorage::CopyTo and IStream::CopyTo.
18417
18418         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18419         Bugfix: Always release the Win16Lock in TASK_Reschedule.
18420
18421         * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
18422         Solved a deadlock between global lock and wnd lock in event.c.
18423
18424         * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
18425         Typo that broke Solaris compile fixed.
18426
18427         * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
18428         Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
18429
18430         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
18431         Fix scancodes for NumLock and Num-/.
18432         Fix MapVirtualKey() (maptype=2) to return proper ascii code.
18433         Reworked GetKeyNameText() again.
18434
18435         * graphics/psdrv/font.c:
18436         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18437         Limit lastChar to 0xff in PSDRV_GetCharWidth.
18438
18439         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
18440         Missing WINAPI for RegisterSystemThread.
18441
18442 Sun Apr 11 18:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
18443
18444         * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18445         Fixed "Display Combination" call.
18446
18447         * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
18448         Fixed a crash due to invalid OpenComm return value for busy comm port.
18449         Cleaned up/fixed several things.
18450
18451         * windows/win.c: Francois Boisvert<francois@macadamian.com>
18452         Enabled thread safeness for wnd structure code.
18453
18454         * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18455         Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
18456
18457         * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
18458         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18459         Added new CLIENT_DebuggerRequest routine, implemented support for
18460         DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
18461         Run wine server in the main wine process.
18462         Bugfix: never free initial thread!
18463
18464         * scheduler/process.c, include/process.h:
18465         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18466         Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
18467
18468         * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
18469         Teached TIMER_GetNextExpiration that a timer that has already expired
18470         (but not processed yet) HAS already expired...
18471
18472         * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
18473         Default values for registry.
18474
18475         * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
18476         Optimized code for SetImageBits_X, making bitmap creation faster.
18477
18478         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
18479         The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
18480
18481         * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
18482         Marcus Meissner <marcus@jet.franken.de>
18483         - Started multithreading for FreeBSD (incomplete, but some
18484           applications now at least start up again).
18485         - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
18486         - CR2 on pagefault gets passed in sc_err (some kind of kludge in
18487           FreeBSD owns fault handling we can use)
18488
18489         * include/selectors.h, memory/global.c, memory/selector.c:
18490         Made SELECTOR_ReallocBlock preserve the current selector access rights
18491         (problem reported by Andreas Mohr).
18492
18493         * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18494         Use services thread instead of timer signals.
18495
18496         * server/thread.c, scheduler/synchro.c:
18497         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18498         Allow user APCs with NULL 'func' (just wake up the thread).
18499
18500         * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
18501         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18502         Implemented 'kernel services thread'.
18503
18504         * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
18505         Klaas van Gend <klaas@vangend.demon.nl>
18506         Added stub for PrinterProperties.
18507
18508         * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
18509         Juergen Schmied <juergen.schmied@metronet.de>
18510         Implemented NtTerminateProcess and NtDisplayString.
18511
18512         * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18513         FreeLibrary partial implementation.
18514
18515         * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
18516         Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
18517         Wars) now works perfectly with Wine's crtdll. Wrote a test
18518         implementation of _CIpow too, which those who do have Brood Wars can
18519         report on, so it can be implemented correctly.
18520
18521         * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
18522         Partial implementation for GetKeyNameText for new keyboard structure.
18523
18524         * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
18525         Fixed warning.
18526
18527         * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
18528         Added missing ReadClassStg prototype.
18529
18530         * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
18531         - Fix comments after the big renaming (xxxx32y --> xxxxy).
18532         - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
18533           Avoid ugly type casting, and fix compilation warnings of wsprintf.c
18534
18535         * documentation/status/dde:
18536         Keith Matthews <keith_m@sweeney.demon.co.uk>
18537         Status document for DDE/Ddeml.
18538
18539         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18540         Added event callback mechanism.
18541         Introduction of MCI yield procs.
18542         Updated (prepare|unprepare)header functions (wave, midi) to allow
18543         correct callback mechanisms.
18544         Made midiStreamXXX functions working.
18545         First try at mmThreadXXX functions.
18546
18547         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18548         Updated (prepare|unprepare)header functions to allow correct callback
18549         mechanisms.
18550
18551         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18552         Small enhancement.
18553
18554         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18555         New method for structure conversion (16 <-> 32).
18556         More MCI structures correctly mapped.
18557         Introduction of MCI yield proc and break facility.
18558
18559         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18560         Updated (prepare|unprepare)header functions to allow correct callback
18561         mechanisms.  Implemented waveOut playback as asynchronous.
18562
18563         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18564         Started implementation of mmThreadXXX functions.
18565
18566         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18567         Added a few missing defines (MIDI, WAVE, callbacks).
18568         Structures for midiStreamXXX functions.
18569
18570         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
18571         Updated (prepare|unprepare)header functions (wave, midi) to allow
18572         correct callback mechanisms. Added wine specific entry for mmThreadXXX
18573         functions thread starting point.
18574
18575         * include/wine/obj_storage.h:
18576         Michael Veksler <mveksler@techunix.technion.ac.il>
18577         Introduce STATSTG16 - a 16 bit variant of STATSTG.
18578
18579         * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
18580         Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
18581
18582         * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
18583         Fixed menu type setting in SetMenuItemInfo32_common().
18584
18585         * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
18586         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18587         Send USIG_PROCESS_CREATE signal.
18588         Bugfix: GetProcessDword offset -8 should return parent process ID.
18589
18590         * relay32/user32.spec, windows/user.c:
18591         Bertho Stultiens <bertho@panter.soci.aau.dk>
18592         Added RegisterSystemThread stub.
18593
18594         * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
18595         Francis Beaudet <francis@macadamian.com>
18596         Implemented the CoCreateInstanceEx method.
18597
18598         * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
18599         Fixed crash due to a value of name length 0, value length 0 at the end
18600         of the registry.
18601
18602         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
18603         Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
18604         QUEUE_Lock.
18605
18606         * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
18607         - updated because of the splitting of interface/implementation
18608         - updated to use ICOM_THIS
18609
18610         * include/dplay.h, include/dplobby.h, ole/guid.c:
18611         Francois Gouget <fgouget@psn.net>
18612         - use the latest ICOM macros
18613         - moved the IDirectPlayLobby interface to dplobby.h
18614         - removed all the implementation aspects since they need to be
18615         separate
18616
18617         * include/dsound.h, multimedia/dsound.c:
18618         Francois Gouget <fgouget@psn.net>
18619         ICOMisation of the DirectSound API.
18620
18621         * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
18622         Juergen Schmied <juergen.schmied@metronet.de>
18623         - reorganised icon extracing from files
18624         - made extracting from ne and ico files working
18625         - IPersistFile interface for IExtractIcon
18626
18627         * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
18628         Fixed buffer overrun.
18629
18630         * include/cursoricon.h, objects/cursoricon.c:
18631         Juergen Schmied <juergen.schmied@metronet.de>
18632         Changed ressource dir structures.
18633         Adapted FindBestIccon/FindBestCursor.
18634
18635         * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
18636         Loading the color schema for registry.
18637
18638 Sat Apr 10 16:58:55 1999  Alexandre Julliard  <julliard@winehq.com>
18639
18640         * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
18641         Marcus Meissner <marcus@jet.franken.de>
18642         Reimplemented winsock asynchronous DNS services. No longer use a
18643         fork()ed process, but either a service thread or inline blocking calls
18644         for non-threading architectures. (Makes Free Agent16 work again.)
18645
18646         * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
18647         <ewill@ncal.verio.com>
18648         - color and font dialogs now actually do something interesting,
18649           and force a redraw when successful.  Background color is adjustable.
18650           Text color is also adjustable, but the user has to set the CF_EFFECTS
18651           flag first.
18652         - text is output left-right centered, baseline, at the middle
18653           of the window, and moves with the window.  Text font is adjustable.
18654         - Success and failure MessageBox calls for Color, Font, Open,
18655           and Save have been removed or suppressed.  They annoyed me after
18656           awhile, and I suspect they annoyed others, too.  Use my tool! :-)
18657         - cmdlgtst now has the full pathname in the upper left corner; which may
18658           assist in debugging certain problems -- or it may not. :-)
18659         - usage dialog added
18660
18661         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
18662         Corrected debug output.
18663
18664         * windows/driver.c, relay32/winmm.spec:
18665         Eric Pouech <Eric.Pouech@wanadoo.fr>
18666         Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
18667         bit drivers.
18668         Added stub for GetDriverFlags.
18669
18670         * windows/user.c, relay32/user32.spec:
18671         Sergey Turchanov <turchanov@usa.net>
18672         Stubs for CloseDesktop and CloseWindowStation.
18673
18674         * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18675         GetModuleFromPath now checks for loaded modules via filenames which
18676         were specified without a path.
18677
18678         * misc/registry.c, include/winreg.h:
18679         Sylvain St.Germain <sylvain@macadamian.com>
18680         Implementation of HKU key saving and loading. Add new supported data
18681         type in debug_print_value.
18682
18683         * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
18684         Juergen Schmied <juergen.schmied@metronet.de>
18685         New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
18686         Small change how to get icons for listview.
18687
18688         * include/shlobj.h, relay32/shell32.spec:
18689         Juergen Schmied <juergen.schmied@metronet.de>
18690         ILLoadFromString and SHGetSettings implemented.
18691
18692         * dlls/shell32/shellord.c:
18693         Juergen Schmied <juergen.schmied@metronet.de>
18694         SHGetSettings implemented.
18695         ExitWindowsDialog() simulated by Messagebox.
18696
18697         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
18698         ILLoadFromString implemented.
18699
18700         * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
18701         Richard Mortimer <remitrom@my-dejanews.com>
18702         Added missing *IsDark entries into PALETTE_Driver instance
18703         initialisation.
18704
18705         * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
18706         Fixed X11DRV_MOUSE_WarpPointer initial value.
18707
18708         * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
18709         Ensure that the bitmap is properly initialized when created with the
18710         LR_CREATEDIBSECTION flag.
18711
18712         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
18713         Fixed the messaging problem of the edit box for node label edition.
18714         Substituted WM_PAINT for InvalidateRect.
18715         Some graphical fixes.
18716
18717         * misc/main.c: James Juran <jrj120@psu.edu>
18718         Check for drivers==NULL before trying to delete them at exit.  This
18719         could happen if the emulator initialization failed for some reason and
18720         the drivers hadn't been initialized yet.
18721
18722         * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
18723         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18724         Call InitApp16 (using Callout) for initial process.
18725
18726         * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18727         Clear invalid selectors also in CallTo16 relay code.
18728
18729         * programs/notepad/Es.rc:
18730         Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
18731         Revised Spanish resources.
18732
18733         * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
18734         Fixed window locking bug in CalcChildScroll.
18735
18736         * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
18737         Fixed fake multimedia timers. Grim Fandango is now able to start up
18738         when under favorable conditions. The preview movie on the Brood Wars
18739         disc now plays, too.
18740
18741         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
18742         Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
18743         instead of returning the right buffersize.
18744
18745 Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
18746
18747         * files/directory.c: galberte <galberte@neo.rr.com>
18748         Fixed SearchPathA return value.
18749
18750         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
18751         Lionel Ulmer <ulmer@directprovider.net>
18752         - clean-up of texture 'loading'
18753         - added SetColorKey callback for already loaded textures
18754
18755         * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
18756         Fixed a problem pointed out by Kevin Holbrook.
18757
18758         * include/commctrl.h: Francois Gouget <fgouget@psn.net>
18759         commctrl.h must include prsht.h.
18760
18761         * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
18762         Warning fix.
18763
18764         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
18765         Added a new implementation of the ICOM macros that use Microsoft style
18766         virtual methods to implement the COM interfaces in C++.
18767
18768         * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
18769         Correction of Mutex handling in DdeInitializeW for cases other than
18770         1st call. Addition of instance handling to DdeCreateStringHandleA,
18771         DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes.  1st
18772         cut implementation of DdeUnitialize, move of internal structure defs
18773         in from ddeml.h. Removed non-ANSI comment.
18774
18775         * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
18776         Moved internal structures to ddeml.c, also removed non-ANSI comments,
18777         and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
18778
18779         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
18780         James Abbatiello <abbeyj@wpi.edu>
18781         Fixed memory leaks in mixerOpen16/mixerClose,
18782         midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
18783         midiInOpen16/midiInClose16.
18784
18785         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
18786         Added sanity check for whitespace in file names, various other fixups.
18787
18788 Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
18789
18790         * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
18791         WM_MOUSEMOVE implementation bug fix.
18792
18793         * windows/x11drv/keyboard.c:
18794         José Marcos López <jose.lopez@upcnet.upc.es>
18795         Added Spanish keyboard layout.
18796
18797         * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
18798         Fixed the modem control part of EscapeCommFunction16.
18799
18800         * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
18801         Added missing goto.
18802
18803         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
18804         Marcus Meissner <marcus@jet.franken.de>
18805         EnumCalendarInfoA stub.
18806
18807 Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
18808
18809         * windows/mouse.c, windows/keyboard.c:
18810         Francois Boisvert <francois@macadamian.com>
18811         Suspend the window locks before DefKeybEventProc and
18812         DefMouseEventProc.
18813
18814         * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
18815         Joerg Mayer <jmayer@telesun2.telemation.de>
18816         More #pragma fixes (idea Ove Kaaven, mistakes are mine).
18817
18818         * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18819         No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
18820         WM_CREATE messages.
18821
18822         * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
18823         Added some SetLastError()s in GetProcAddress() and LoadLibrary().
18824
18825         * misc/crtdll.c, relay32/crtdll.spec:
18826         Christian Schlaile <up9n@rz.uni-karlsruhe.de>
18827         Implemented makepath, rand() returns correct range, fixed fputc.
18828
18829         * files/file.c, include/file.h, msdos/int21.c:
18830         Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
18831         Moved _lcreat16_uniq to int21.c
18832
18833         * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
18834         Pavel Roskin <pavel_roskin@geocities.com>
18835         Casts to (SEGPTR) removed. They did nothing anyway.
18836         Includes added or removed where necessary.
18837         Win16 functions replaced with their Win32 counterparts. Comments added
18838         where it was impossible.
18839         CALLBACK added where necessary. Some declarations fixed.
18840         Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
18841         DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
18842         Listbox enabled in hello3.
18843
18844         * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18845         Updated French keyboard.
18846
18847         * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
18848         Fancier version of hello.c courtesy of Huw Davies.
18849
18850         * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
18851         Fixed compilation of the Control panel.
18852
18853         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
18854         'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
18855         the dead key mapping stuff to the actual mapping code too.  Prettied
18856         up the fixme message. Added a check where if the keys of two layouts
18857         match exactly, the one with the best-matching keycode order is chosen,
18858         so that the QWERTY and Dvorak layouts can be distinguished.
18859
18860         * win32/device.c, relay32/kernel32.spec:
18861         Eric Pouech <Eric.Pouech@wanadoo.fr>
18862         Added (empty) stub for OpenVxDHandle.
18863
18864         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18865         mmioOpen() now handles correctly MMIO_PARSE flag.
18866
18867         * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
18868         Background color fix when disabled or read only.
18869
18870         * windows/win.c: Francois Boisvert <francois@macadamian.com>
18871         Transfered the window struct memory release from WIN_DestroyWindow to
18872         WIN_ReleaseWndPtr.
18873
18874         * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
18875         DLGITEMTEMPLATE structure had one too many member.
18876
18877         * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18878         Prevent crash in debugger.
18879
18880 Fri Apr  2 10:37:42 1999  Alexandre Julliard  <julliard@winehq.com>
18881
18882         * controls/combo.c, controls/listbox.c, include/combo.h:
18883         Francis Beaudet <francis@macadamian.com>
18884         Implemented the Win95 look and feel.
18885
18886         * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
18887         Wrote a basic implementation of the WM_PRINT message.
18888
18889         * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
18890         Francois Boisvert <francois@macadamian.com>
18891         Suspend all windows locks before the control is passed to the
18892         application.
18893         Also fixed some bugs in dce.c
18894
18895         * Make.rules.in, Makefile.in:
18896         Joerg Mayer <jmayer@telesun2.telemation.de>
18897         - Remove some old rc make stuff
18898         - "make clean" omitted some include subdirs
18899
18900         * relay32/ddraw.spec, graphics/ddraw.c:
18901         Lionel Ulmer <ulmer@directprovider.net>
18902         Added DllClassFactory to DirectDraw.
18903
18904 Thu Apr  1 12:05:44 1999  Alexandre Julliard  <julliard@winehq.com>
18905
18906         * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
18907         Split off keysym/deadchar -> char mapping, use it in DetectLayout.
18908
18909         * 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:
18910         Alex Korobka <alex@aikea.ams.sunysb.edu>
18911         Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
18912         mode go through window manager, small bugfixes for menu and window
18913         code, extended clipboard driver model to handle formats other than
18914         text.
18915
18916         * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
18917         EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
18918         true for multiline controls too, as my tests show.
18919
18920         * dlls/comctl32/listview.c, include/listview.h:
18921         Luc Tourangeau <luc@macadamian.com>
18922         Added support for icon and smallicon views.
18923
18924         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
18925         Made DOSVM_GetTimer survive EAGAIN errors...
18926
18927         * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
18928         Implemented async comm buffers (but probably not bugfree), and along
18929         with them, the functionality of async event notifications, mong them
18930         EnableCommNotification. Removed a previous hack that was faking the
18931         buffers, since we now have real buffers...
18932
18933         * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
18934         Added CN_* flags used in WM_COMMNOTIFY.
18935
18936         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18937         Implement the EnumAttachedSurface method.
18938
18939         * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
18940         Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
18941         OleDestroyMenuDescriptor along with a bunch of internally used methods
18942         and data structures.
18943
18944         * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
18945         Adrian Thurston <adriant@corel.ca>
18946         initguid.h should only contain the macro that defines the guids.
18947         Added olectl.h to guid.c so some needed guids get defined.
18948         Made GUID_NULL an actual guid set to 0,0,0...
18949
18950         * if1632/gdi.spec, objects/gdiobj.c:
18951         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18952         Added GdiSignalProc() stub.
18953
18954         * 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:
18955         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18956         Added USER32.UserSignalProc to Callout table.
18957         Implemented built-in UserSignalProc().
18958         Don't announce Win3.1-style USER handler any more.
18959
18960         * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
18961         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18962         Implemented PROCESS_CallUserSignalProc().
18963         Send USER signals at various appropriate places.
18964         Moved [GS]etProcessDword() to scheduler/process.c.
18965
18966         * 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:
18967         Juergen Schmied <juergen.schmied@metronet.de>
18968         All 19 FileMenu_* functions, some as stubs, some implemented.
18969
18970         * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
18971         Juergen Schmied <juergen.schmied@metronet.de>
18972         SHCLSIDFromString, StrToOleStr implemented.
18973         RLBuildListOfPaths stub.
18974
18975         * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
18976         Juergen Schmied <juergen.schmied@metronet.de>
18977         DllGetVersion (not yet exported).
18978         Small change to SHAppBarMessage.
18979
18980         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
18981         Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
18982
18983         * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
18984         Added StackEnter() and StackLeave() stubs
18985
18986         * multimedia/mci.c, multimedia/mmsystem.c:
18987         Eric Pouech <Eric.Pouech@wanadoo.fr>
18988         Starting implementation of MCI creator tasks
18989         Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
18990         Better implementation of mmTaskCreate16
18991
18992         * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
18993         Added creator task to MCI struct.
18994
18995         * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
18996         Replaced 0xC000 by symbolic constants.
18997
18998         * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
18999         Fixed small ==, != mixup.
19000
19001         * windows/defdlg.c, windows/defwnd.c:
19002         Luc Tourangeau <luc@macadamian.com>
19003         Implemented WM_NOTIFYFORMAT.
19004
19005         * loader/elf.c: Marcus Meissner <marcus@mud.de>
19006         "foo" was not translated to "foo.so" in elf loader.
19007
19008         * include/bitmap.h, objects/bitmap.c:
19009         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19010         LoadBitmap16()/LoadImage16() calling sequence simplified.
19011
19012         * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
19013         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19014         Allow NULL NE resource handler; call the default handler directly.
19015         Removed WPROCS / Callbacks support for WineLib resource handlers.
19016
19017         * include/process.h, relay32/utthunk.c:
19018         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19019         Made Universal Thunk list per-process, not system global.
19020
19021         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
19022         Additional macro definitions.
19023
19024         * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
19025         Implemented TCM_ADJUSTRECT.
19026
19027         * msdos/int09.c, msdos/ioports.c:
19028         Michael Veksler <mveksler@techunix.technion.ac.il>
19029         Removed "implicit declaration" warnings.
19030
19031         * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
19032         Fixed OpenGL devices implementation.
19033
19034         * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19035         In UserYield16, when current thread is a 32 bit one which hold the
19036         Win16Lock, must take care of a LockCount > 1.
19037
19038         * */*.c:
19039         Patrik Stridvall <ps@leissner.se>
19040         More code moved to the X11 driver (bitmap and palette and misc).
19041
19042 ----------------------------------------------------------------
19043 Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
19044
19045         * include/winbase.h, include/wingdi.h:
19046         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19047         Move DM* defines from winbase.h -> wingdi.h.
19048
19049         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19050         Fixed QueryInterface functions for IDirect3D 1 and 2.
19051
19052         * ole/nls/Attic/dnk.nls: Apparently no longer needed.
19053
19054         * 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:
19055         Dimitrie O. Paun <dimi@cs.toronto.edu>
19056         Changed some debug messages from one channel to another, to clean up a
19057         bit the debug channel usage.
19058
19059         * loader/module.c: Jess Haas <paranoid07@hotmail.com>
19060         Fixed CreateProcessA so it can handle commandlines with arguments and
19061         no .exe.
19062
19063         * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
19064         Fixed GetModuleHandle16.
19065
19066         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
19067         Added Russian keyboard support.
19068
19069         * include/winuser.h, relay32/user32.spec, windows/user.c:
19070         Lionel Ulmer <ulmer@directprovider.net>
19071         Added stub for SetSystemCursor.
19072
19073         * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
19074         SetFileAttributesA: "implemented" setting of directory flag as test of
19075         compatibility.
19076
19077         * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
19078         Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
19079         keyboard support.
19080
19081         * 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:
19082         Paul Quinn <paulq@corel.ca>
19083         Aaron Barnes <aaronb@corel.ca>
19084         Adrian Thurston <adriant@corel.ca>
19085         Bundle of new stubs.
19086
19087         * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
19088         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19089         Added missing WINAPIs.
19090
19091         * relay32/kernel32.spec, win32/newfns.c:
19092         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19093         Added CreateIoCompletionPort stub.
19094
19095         * windows/queue.c, windows/message.c:
19096         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19097         Call EVENT_Pending() to flush X11 output queue before blocking in
19098         MsgWaitForMultipleObjects().
19099         Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
19100         Protect system queue access in hardware_event().
19101
19102         * 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:
19103         Francois Boisvert<francois@macadamian.com>
19104         Fixed some bugs in thread safeness for wnd struct.
19105
19106         * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
19107         Pavel Roskin <pavel_roskin@geocities.com>
19108         Made libtest/hello3 work again, now with Windows-compatible resource
19109         loading.
19110
19111         * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
19112         Jiuming Luo <jiuming_luo@yahoo.com>
19113         Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
19114         then deleted the duplicated typedefs (in imm.h and mmsystem.h).
19115
19116         * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
19117         Rewrote EnumPrintersA, added CriticalSection around Registry reads and
19118         implemented PRINTER_INFO_2 request.
19119
19120         * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
19121         Added Swiss German keyboard layout.
19122
19123         * 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:
19124         Juergen Schmied <juergen.schmied@metronet.de>
19125         - adjusted printing of refcounts to be equal
19126         - cleaning up icon cache on PROCESS_DETACH
19127         - fixed ascii/unicode use in SH/ILCreateFromPath
19128         - fixed small memory leak in shellview
19129
19130         * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
19131         Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
19132
19133         * programs/cmdlgtst/cmdlgtst.c:
19134         Pavel Roskin <pavel_roskin@geocities.com>
19135         Fixed warnings.
19136
19137         * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
19138         Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
19139
19140         * 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:
19141         Alex Korobka <alex@aikea.ams.sunysb.edu>
19142         Moved hrgnUpdate from client to window coordinates, made nonclient
19143         painting depend on the update region, reworked SetWindowPos() and
19144         RedrawWindow() to speed up update region calculation, made -desktop
19145         work properly, added WM_CANCELMODE here and there, fixed several
19146         window activation bugs that crept in since the last time.
19147
19148         * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
19149         Fixed occasional loss of SendMessage() return value.
19150
19151         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19152         Added initialisation of the pixmap_depth field in
19153         Xlib_DirectDrawCreate.
19154
19155         * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
19156         Fixed a warning.
19157
19158         * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
19159         Added stub for int2f 4b.
19160
19161         * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
19162         James Abbatiello <abbeyj@wpi.edu>
19163         Fixed memory leak in waveOutOpen/waveOutClose.
19164
19165         * graphics/psdrv/escape.c:
19166         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19167         More Escapes for the PostScript driver.
19168
19169 Sat Mar 27 16:56:13 1999  Alexandre Julliard  <julliard@winehq.com>
19170
19171         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
19172         Francois Gouget <fgouget@psn.net>
19173         Adapted to the interface/implementation separation.
19174         Now uses ICOM_THIS to access the implementation structures.
19175         Replaced 'this' with 'This' for ICOM_THIS.
19176         Direct access to the virtual table has been eliminated too.
19177
19178         * graphics/d3d_private.h, graphics/ddraw_private.h:
19179         Francois Gouget <fgouget@psn.net>
19180         Updated to include all the implementation aspects that were previously
19181         in the public includes.
19182
19183         * graphics/vga.c: Francois Gouget <fgouget@psn.net>
19184         Removed direct access to the virtual table
19185
19186         * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
19187         Removed all implementation aspects.
19188         Modified to use the latest ICOM macros.
19189         Added the macros for use in C.
19190         Added the method parameter names (when I had them).
19191
19192         * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
19193         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19194         Fixed sequence of DLL_PROCESS_DETACH notification calls.
19195         Moved PE_MODREF flags to WINE_MODREF level.
19196         Better handling of LoadLibraryEx flags.
19197         PE_InitTls() changed to work only on the current thread.
19198
19199         * include/server.h, scheduler/process.c, server/trace.c:
19200         Added cmd line in new_process request.
19201
19202         * scheduler/thread.c:
19203         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19204         All threads created with CreateThread are 32-bit threads.
19205
19206         * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
19207         Juergen Schmied <juergen.schmied@metronet.de>
19208         Reading of binary streams implemented (SHOpenRegStream).
19209
19210         * msdos/int25.c, msdos/int26.c:
19211         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19212         Fixed int25 & int26 error code.
19213
19214         * loader/task.c, windows/queue.c:
19215         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19216         Allow UserYield16 to be called from 32-bit thread.
19217
19218         * include/oledlg.h, include/winbase.h:
19219         Albert Den Hann <albertd@corel.ca>
19220         Additional macro definitions.
19221
19222         * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
19223         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19224         Fixed {S|G}etBitmapBits in x11drv.  Removed BITMAP_GetPadding.
19225
19226         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19227         Fixed metafile recording of CreatePatternBrush.
19228
19229 Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
19230
19231         * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
19232         Pascal Lessard <pascal@macadamian.com>
19233         Change the AddBitmap function. Implement flat toolbar. Change
19234         CreateToolbarEx. Implement partially the hot buttons for toolbar.
19235
19236         * msdos/int16.c:
19237         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19238         Implemented Get Shift Flags function.
19239
19240         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
19241         Missing WINAPI.
19242
19243         * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
19244         Changed stdlib.h to string.h.
19245
19246         * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
19247         Added string.h.
19248
19249         * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
19250         David Luyer <luyer@ucs.uwa.edu.au>
19251         Changed "strings.h" to "string.h".
19252
19253         * graphics/x11drv/bitblt.c, windows/nonclient.c:
19254         Randy Weems <rweems@home.com>
19255         Fixed off-by-one error if bitblt width or height is negative.
19256
19257         * dlls/comctl32/tab.c, include/tab.h:
19258         Francis Beaudet <francis@macadamian.com>
19259         Implemented:
19260         - showing the selected tab as highlighted
19261         - support for drawing the focus rectangle
19262         - basic keyboard support
19263         - support for a tab with horizontal scrolling.
19264
19265         * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19266         Thread-safe implementation of profile functions (Windows and Wine).
19267
19268         * include/message.h, loader/main.c, windows/timer.c:
19269         Stephane Lussier <stephane@macadamian.com>
19270         Made the timer code thread safe.
19271
19272         * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
19273         Fixed possible endless loop.
19274
19275         * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
19276         Fixed LB_GETCURSEL message to return LB_ERR on empty list.
19277
19278         * 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:
19279         Juergen Schmied <juergen.schmied@metronet.de>
19280         Use the new header for COM definitions.
19281
19282         * dlls/shell32/shellord.c, relay32/shell32.spec:
19283         Juergen Schmied <juergen.schmied@metronet.de>
19284         New stub shell_654.
19285
19286         * include/treeview.h, dlls/comctl32/treeview.c:
19287         Sylvain St.Germain <sylvain@macadamian.com>
19288         Implementation of TVM_SORTCHILDRENCB.
19289         Implementation of TVI_SORT insertion.
19290         Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
19291         Fix problems related to TVIS_EXPANDEDONCE.
19292
19293         * dlls/comctl32/comctl32undoc.c:
19294         Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
19295         Fix problem in DPA_QuickSort where the sort order was inverted.
19296
19297         * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
19298         Ove Kaaven <ovek@arcticnet.no>
19299         Added infrastructure and definitions for general-purpose event and IRQ
19300         handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
19301         event message loop, message handling, CLI/STI handling, and minimal
19302         PIC support.
19303
19304         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
19305         Added handling of SIGUSR2 for the new event interruption handling,
19306         bumping up the protocol revision. Made some debug messages not be
19307         output when it's not necessary.
19308
19309         * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
19310         Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
19311
19312         * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
19313         Ove Kaaven <ovek@arcticnet.no>
19314         Added int 0x09 and int 0x33.
19315
19316         * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
19317         Implemented a int 0x33 handler, with a minimal implementation of the
19318         mouse routines, including callbacks.
19319
19320         * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
19321         Implemented a int 0x09 handler, and a scancode queue that simulates
19322         IRQ 1 in the dos box.
19323
19324         * include/docobj.h: Paul Quinn <paulq@corel.ca>
19325         Creation of docobj.h.
19326
19327         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19328         Allow depth of DIB to differ from depth of bitmap in GetDIBits.
19329
19330 Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
19331
19332         * debugger/editline.c: Abort on input error.
19333
19334         * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
19335         Population of oledlg.
19336
19337         * windows/x11drv/event.c, windows/painting.c:
19338         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19339         Add IsWindow() checks after SendMessage() returns.
19340
19341         * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
19342         Fixed a small bug in int10.
19343
19344         * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
19345         COMBO_Size: maintain the height of the RectCombo when the window is
19346         resized.
19347
19348         * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
19349         Paul Quinn <paulq@corel.ca>
19350         Added various definitions.
19351         Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
19352
19353         * include/windef.h: Jim Aston <jima@corel.ca>
19354         Added a few empty macros.
19355
19356         * include/cursoricon.h, objects/cursoricon.c:
19357         Marcus Meissner <marcus@jet.franken.de>
19358         CURSORICON_Destroy: missing WINAPI added.
19359
19360         * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
19361         Added translation for SO_RCVTIMEO (as seen by IE4).
19362
19363 Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
19364
19365         * server/process.c: Create startup info for the initial process.
19366
19367         * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
19368         Added server pid and tid in init_thread request, and use them in
19369         CLIENT_InitThread.
19370
19371         * 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:
19372         Noomen Hamza <noomen@macadamian.com>
19373         Implemented:
19374         - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
19375           GenericCompositeMoniker
19376         - IRunningObjectTable interface, and
19377         - IBindCtx interface.
19378
19379         * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
19380         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19381         Added StretchDIBits for the PostScript driver.
19382
19383         * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
19384         Added missing ending pragma pack.
19385
19386         * misc/comm.c: Rein Klazes <rklazes@casema.net>
19387         Corrected small bug in GetCommState16. Parity check can be disabled
19388         even when a parity bit is used. SetCommState16() can override baudrate
19389         setting in wine.conf.
19390
19391 Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
19392
19393         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19394         Bugfix: cope with quoted arguments for CreateProcess().
19395
19396         * loader/resource.c:
19397         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19398         Fixed typo in SizeofResource().
19399
19400         * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19401         lstrcpyA can't use strcpy.
19402
19403         * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
19404         Marcus Meissner <marcus@jet.franken.de>
19405         Added -dll option for winelib programs. (Note: will not print warnings
19406         on failure currently).
19407
19408         * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19409         Added strlwr.
19410
19411         * loader/pe_image.c, msdos/int21.c:
19412         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19413         Cosmetics.
19414
19415         * if1632/mmsystem.spec, relay32/winmm.spec:
19416         Eric Pouech <Eric.Pouech@wanadoo.fr>
19417         Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
19418
19419         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19420         Started calling mixer as a 32 bit low level driver (no longer 16 bit)
19421         Added support for yield proc in mci struct
19422         Added mmTaskXXX16 and mmThreadXXX16 functions
19423         Refreshed implementation of 16 bit native & asynchronous MCI driver
19424         command (through mmtask.tsk).
19425
19426         * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19427         Fixed a few bugs. Started implementing mixerMessage as a 32 bit
19428         function (no longer 16 bit).
19429
19430         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19431         Implemented mciExecute.
19432
19433         * include/multimedia.h, multimedia/mci.c:
19434         Eric Pouech <Eric.Pouech@wanadoo.fr>
19435         Added yield proc members to mci struct.
19436
19437         * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19438         Added mixer specfic error codes, fixed type in function name.
19439
19440         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19441         Fixed return codes for default driver proc.
19442
19443         * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
19444         Made LB_GETCURSEL return focus_item if no item has been selected.
19445
19446         * windows/x11drv/keyboard.c:
19447         Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
19448         Added Finnish keyboard layout.
19449
19450         * 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:
19451         Veksler Michael <mveksler@techunix.technion.ac.il>
19452         Removed winuser16.h from x11drv.h.
19453
19454         * include/winspool.h, misc/printdrv.c:
19455         Klaas van Gend <klaas@vangend.demon.nl>
19456         Implementation of EnumPrintersA, info level 4 and 5.
19457
19458         * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
19459         Check if the build is stripped, and die if it is.
19460         Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
19461         (thanks Ryan Cumming!).
19462
19463         * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
19464         Fixed "reached end of non void..." warnings.
19465
19466         * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
19467         MessageBox32A -> MessageBoxA
19468
19469         * loader/module.c, relay32/kernel32.spec:
19470         Sergey Turchanov <turchanov@usa.net>
19471         Implementation for FreeLibraryAndExitThread.
19472         Made GetBinaryType = GetBinaryTypeA.
19473
19474         * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
19475         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19476         Run Win32 processes in their own threads.
19477         Process exit sequence adapted.
19478
19479 Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
19480
19481         * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
19482         Changed process initialisation to use the new server requests.
19483         Started to move the process init to the right context, not finished yet.
19484
19485         * 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:
19486         Added new_process and init_process request.
19487         Split out process creation from thread creation.
19488         Changed server initialisation to ensure that we always have a current
19489         thread.
19490
19491         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
19492         One small error corrected and the 102th key...
19493
19494         * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
19495         Made commerror and eventmask local to each port (for win16), made the
19496         win16 routines use port indices instead of UNIX fds (this should make
19497         some Visual Basic stuff and similar garbage start working), moved some
19498         stuff around (win16 routines at top of file, win32 routines at
19499         bottom), made a couple of win32 routines use win32 handles, and added
19500         a few hints as to how to implement asynchronous buffers, based on
19501         which EnableCommNotification can eventually be implemented.
19502
19503         * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
19504         Fixed prototypes of a couple of comm routines.
19505
19506         * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19507         Fixed typo.
19508
19509         * windows/win.c: Francis Beaudet <francis@macadamian.com>
19510         Clear update region before WM_NCDESTROY.
19511
19512         * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
19513         Got rid of SYSTEM_LOCK macros.
19514
19515 Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
19516
19517         * misc/main.c: No longer need to delete system heap critical section.
19518
19519 Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
19520
19521         * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
19522         Added a check for desktop in SHGetFileInfo.
19523
19524         * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19525         Fixed some bugs in MCI message mapping (32A => 16).
19526
19527         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
19528         Fixed WIN_SendDestroyMsg.
19529
19530         * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
19531         Removed definitions for FIONREAD and FIONBIO.
19532
19533         * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19534         Fixes some return values for DefDriverProc.
19535
19536         * programs/regapi/regFixer.pl:
19537         Sylvain St.Germain <sylvain@macadamian.com>
19538         Removed the chop command that was there to get rid of dos ^M.
19539         The script now process only unix file format.
19540
19541         * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19542         Hide dialog windows created by CreateDialog* in EndDialog just as
19543         Windows does.
19544
19545         * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
19546         Set type of destination variant in VariantChangeTypeEx function.
19547
19548         * windows/x11drv/keyboard.c:
19549         Bertho Stultiens <bertho@panter.soci.aau.dk>
19550         Fixed Danish keyboard layout.
19551
19552 Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
19553
19554         * 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:
19555         Marcus Meissner <marcus@jet.franken.de>
19556         Lots of warning fixed, one missing WINAPI in ddraw.c added.
19557
19558         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
19559         Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
19560
19561         * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
19562         msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
19563
19564         * relay32/kernel32.spec, misc/toolhelp.c:
19565         Marcus Meissner <marcus@jet.franken.de>
19566         Added Module32* stubs.
19567
19568 Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
19569
19570         * windows/x11drv/keyboard.c:
19571         Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
19572         Added Portuguese keytable.
19573
19574         * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
19575         Added Canadian French keyboard layout.
19576
19577         * windows/x11drv/keyboard.c:
19578         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19579         Added UK keyboard layout.
19580
19581         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
19582         <paranoid07@hotmail.com>
19583         Fixed/implemented various interrupt functions.
19584
19585         * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
19586         Marcus Meissner <marcus@jet.franken.de>
19587         Fixed some warnings. removed some unneccessary includes, removed one
19588         direct WND* access in controls/menu.c.
19589
19590         * windows/win.c: Francis Beaudet <francis@macadamian.com>
19591         Implemented a more defensive version of WIN_SendDestroyMsg.
19592
19593         * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
19594         Install headers from $(SRCDIR).
19595
19596         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
19597         Removed the obsolete ICOM macros.
19598
19599         * include/vfw.h: Francois Gouget <fgouget@psn.net>
19600         Moved the APIs closer to the corresponding COM interface, removed two
19601         duplicates and added 2-3 macros for A/W APIs.
19602
19603         * msdos/int15.c: <paranoid07@hotmail.com>
19604         Added some stubs for int15 functions.
19605
19606         * windows/message.c, windows/queue.c:
19607         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19608         Inter-thread SendMessage() bugfixes:
19609         - Insert new message to be received at the *end* of the SM_PENDING_LIST.
19610         - Do *not* process received messages in ReplyMessage().
19611         - Clear the QS_SMRESULT flag only immediatedly before waiting.
19612
19613         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
19614         Return error if not a valid OLE compound file.
19615
19616         * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
19617         Fix crash if lpuCurDirLen or lpuDestDirLen==0.
19618
19619         * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
19620         Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
19621         strange).
19622
19623 Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
19624
19625         * 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:
19626         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19627         Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
19628
19629         * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
19630         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19631         Pass new arguments (suspend/inherit) to the server.
19632
19633         * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
19634         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19635         Handle suspend/resume_thread requests in phase STARTING correctly.
19636         Set initial suspend count for threads created with CREATE_SUSPENDED.
19637         Set 'inheritable' flag for process/thread handles.
19638
19639         * 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:
19640         Marcus Meissner <marcus@jet.franken.de>
19641         Removed no longer necessary win.h include, added now necessary other
19642         includes (win.h used only by UPDOWN now).
19643
19644         * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
19645         debug.h must be last, or we get ERR() macro problems again.
19646
19647         * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
19648         Fixed a slight bug that was included in the change from WND ptr to
19649         hwnd last week.
19650
19651         * loader/main.c, misc/callback.c:
19652         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19653         Fix compiler warnings.
19654
19655         * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
19656         Sylvain St.Germain <sylvain@macadamian.com>
19657         Fixed some graphical problems of the treeview and added support LMB
19658         click on +/- sign to open and close.
19659         Fixed a bug in imagelist where the last image could not be displayed.
19660
19661         * windows/x11drv/event.c:
19662         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19663         Avoid unnecessary error messages.
19664
19665         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19666         Ignore HIWORD of boolean return values of 16-bit hook procedures, to
19667         match buggy Windows behaviour.
19668
19669         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19670         Corrected bug in enumeration function.
19671
19672         * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
19673         Fixed bug introduced in WIN_FindWindow.
19674
19675         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
19676         0 is a valid index for a tab item.
19677         CreateSolidBrush takes a COLORREF as a parameter.
19678         Tab controls were always displayed in the top left corner.
19679
19680 Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
19681
19682         * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
19683         Francois Gouget <fgouget@psn.net>
19684         Updated the interfaces to use the latest ICOM macros.
19685
19686         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
19687         Updated.
19688
19689         * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
19690         Eric Pouech <Eric.Pouech@wanadoo.fr>
19691         Moved all MCI internal functions/variables/macros to mci.c.
19692         Changed some interface names.
19693
19694         * include/digitalv.h, multimedia/mciavi.c:
19695         Eric Pouech <Eric.Pouech@wanadoo.fr>
19696         Make use of digitalv.h file.
19697
19698         * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19699         Changed how list of loadable MCI drivers is obtained.
19700
19701         * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
19702         Describes in newbie terms how to add new keyboard layouts.
19703
19704         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
19705         Better comments, and added ANSI codepages in table.
19706         US keyboard contributed by Uwe Bonnes.
19707         French keyboard contributed by Eric Pouech.
19708         German keyboard contributed by Ulrich Weigand.
19709         Danish keyboard contributed by Bertho Stultiens.
19710
19711         * 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:
19712         Klaas van Gend <klaas@vangend.demon.nl>
19713         - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
19714         - Some header inclusion cleanup.
19715
19716         * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
19717         Eric Pouech <Eric.Pouech@wanadoo.fr>
19718         Cosmetic fixes.
19719
19720         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19721         Makes use of new CDAUDIO_Seek() function.
19722
19723         * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19724         Various fixes for MSCDEX traps.
19725
19726         * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
19727         Added new function CDAUDIO_Seek().
19728
19729         * include/driver.h, windows/driver.c:
19730         Eric Pouech <Eric.Pouech@wanadoo.fr>
19731         Better 16/32 bit driver messages mapping and handling.
19732         Better protection against bad handles.
19733
19734         * include/peexe.h, loader/resource.c:
19735         Marcus Meissner <marcus@jet.franken.de>
19736         Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
19737         code.
19738
19739         * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
19740         Fixed make install.
19741
19742 ----------------------------------------------------------------
19743 Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
19744
19745         * 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:
19746         Francois Boisvert <francois@macadamian.com>
19747         Made access to the wnd struct thread-safe.
19748
19749         * */*: Jim Aston <asto0001@algonquinc.on.ca>
19750         Renamed wintypes.h to windef.h.
19751
19752         * memory/heap.c: Make the system heap critical section global.
19753
19754         * Make.rules.in:
19755         Fixed Makefile up-to-date check to avoid relinking all the object
19756         files.
19757
19758         * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
19759         Reimplemented some code without using X11.
19760
19761         * graphics/ddraw.c, relay32/ddraw.spec:
19762         Patrik Stridvall <ps@leissner.se>
19763         Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
19764
19765         * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
19766         Added tracing for delayed imports and removed the fixme.
19767
19768         * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
19769         Better implementation of GetShortPathNameA/W.
19770
19771         * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
19772         Allow the file names and paths for the registry files (user.reg and
19773         system.reg) to be specified in a [Registry] section of wine.ini or
19774         other config file.
19775
19776         * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
19777         Fix OemToAnsiBuff for real Win31 behavior.
19778
19779         * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
19780         First attempt at supporting different keyboard layouts with their
19781         correct scancode mapping.
19782
19783         * 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:
19784         Sylvain St.Germain <sylvain@macadamian.com>
19785         Added command line tool to access the registry.
19786
19787         * rc/winerc.c: Fixed compilation.
19788
19789         * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
19790         Ignore generated files.
19791
19792         * programs/notepad/lcc.h: Fixed make depend.
19793
19794         * 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:
19795         Paul Quinn <paulq@linuxmaster.hungrycats.org>
19796         Many new defines, and structs to help compile MFC. As well as a few
19797         OLE corrections from earlier.
19798
19799         * loader/ne/module.c:
19800         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19801         Make GetModuleHandle16 only look for module names, not path names.
19802
19803         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
19804         Added some more vga video modes.
19805
19806         * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
19807         Prevent X11 errors when XCreateWindow is called with zero width or
19808         height.
19809
19810         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
19811         Added metafile support for ExtFloodFill.
19812
19813         * controls/button.c:
19814         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
19815         Paint gray text on gray background in checkboxes/radiobuttons by
19816         stippling. Also changed the brush used in this case to give better
19817         readability with X fonts.
19818
19819         * 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:
19820         Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19821         Implemented (nearly) all TAPI functions as stubs.
19822
19823         * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
19824         Michael McCormack <Michael.McCormack@alcatel.com.au>
19825         Basic support for WIN32 serial communications API.
19826         Modify DOSFS_OpenDevice to allow opening of COM ports.
19827         Change Win32 comm functions to accept file handle.
19828         Add declaration of COMSTAT32 structure.
19829
19830         * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
19831         Fixed a silly VGA-emulation palette bug.
19832
19833         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
19834         Fixed a couple of ugly warnings (caused by ugly errors).
19835
19836         * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19837         Bug fix.
19838
19839         * 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:
19840         Juergen Schmied <juergen.schmied@metronet.de>
19841         - IShellFolder and IEnumIDList are using the new COM headers
19842         - fixed sort order for folders and drives
19843
19844         * README: Ove Kaaven <ovek@arcticnet.no>
19845         Corrected location of FAQ.
19846
19847         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
19848         Fully implemented Direct Console Input.
19849
19850 Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
19851
19852         * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
19853         Marcus Meissner <marcus@jet.franken.de>
19854         Fixed newly introduced and some leftover warnings.
19855
19856         * include/wingdi.h: Francois Gouget <fgouget@psn.net>
19857         It is now possible to use the standard macros for GetTextExtentPoint
19858         and GetTextExtentPoint32.
19859
19860         * include/prsht.h: Francois Gouget <fgouget@psn.net>
19861         Fixed some SendMessage32A that escaped the renaming.
19862
19863         * include/ole2.h: Francois Gouget <fgouget@psn.net>
19864         On windows ole2.h includes oleauto.h and some programs depend on this.
19865
19866         * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
19867         Fixes in the SysAllocString functions prototypes. It's mostly 'const'
19868         problems that prevent regular code from compiling.
19869
19870         * 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:
19871         Pavel Roskin <pavel_roskin@geocities.com>
19872         File open dialog now uses icons instead of bitmaps.
19873
19874         * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
19875         Updated AVI* class interface to new ICOM_ methods.
19876
19877         * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
19878         Some fixes and additions.
19879
19880         * 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:
19881         Marcus Meissner <marcus@jet.franken.de>
19882         Started on avifil32 implementation (only stubs currently).
19883
19884         * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
19885         Reimplemented DrawFocusRect without using X11.
19886
19887         * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
19888         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19889         Implemented mode setting things as well as VESA additions and other
19890         things. Cleaned up DOSMEM_BiosData handling.
19891
19892         * include/wine/obj_olefont.h, ole/olefont.c:
19893         Francis Beaudet <francis@macadamian.com>
19894         Implemented the IPersistStream interface on the OLE font object.
19895
19896         * miscemu/emulate.c:
19897         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19898         Make function BX=6 round ST0 to integer.
19899
19900         * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
19901         Adrian Thurston <adriant@corel.ca>
19902         - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
19903                   LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
19904         - Added some missing structures and definitions to wingdi.h
19905         - Added proper defines for GetCharWidthsXXX
19906         - Added c++ protection to wingdi.h
19907
19908         * 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:
19909         Juergen Schmied <juergen.schmied@metronet.de>
19910         - mostly cleanup after the renaming
19911         - implemented SHILCreateFromPath
19912         - small changed to SHGetFileInfo
19913
19914         * include/prsht.h, include/winuser.h:
19915         Bertho Stultiens <bertho@panter.soci.aau.dk>
19916         Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
19917         structure for compatibility.
19918
19919         * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
19920         Bertho Stultiens <bertho@panter.soci.aau.dk>
19921         Moved error codes to cderr.h.
19922
19923         * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
19924         Fix CreateProcess to handle lpCommandline better.
19925
19926         * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
19927         Change GetStartupInfoA/W to return the real StartupInfo.
19928
19929         * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
19930         Handle null wndPtr for mdi window.
19931
19932         * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
19933         Fixed a couple of missing #defines for Win32 API functions with
19934         ASCII/Unicode versions.
19935
19936         * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
19937         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19938         Implemented UTRegister and UTUnRegister.
19939
19940         * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
19941         <keith_m@sweeney.demon.co.uk>
19942         Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
19943         bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
19944         DdeSetQualityOfService, DdeSetUserHandle.
19945         Corrected heap handling in DdeInitializeW, refined CreateMutex error
19946         handling.
19947         General tidying.
19948
19949         * if1632/olecli.spec, include/ole.h, ole/olecli.c:
19950         Pavel Roskin <pavel_roskin@geocities.com>
19951         Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
19952         OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
19953         OleRevertClientDoc, OleEnumObjects.
19954
19955         * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
19956         Definition for OleCreateLinkFromClip was incorrect.
19957
19958         * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
19959         Mask out the upper 12 bits from the resourceid, just like win95 does.
19960
19961         * BUGS: Ove Kaaven <ovek@arcticnet.no>
19962         Updated bug list by my knowledge of them.
19963
19964         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
19965         StgCreateDocfile accepts NULL as a file name.
19966
19967         * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
19968         Added support for alternate DIBBITBLT layout.
19969
19970         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
19971         Buffer size bug in LocateDebugInfoFile.
19972
19973         * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
19974         Improved "error" message readability.
19975
19976         * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
19977
19978         * dlls/comctl32/listview.c: Fixed make depend
19979
19980 Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
19981
19982         * 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:
19983         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19984         Replaced direct access to the WND structure by corresponding calls to
19985         Win32 functions.
19986
19987         * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
19988         Eric Kohl <ekohl@abo.rhein-zeitung.de>
19989         Fixed some bugs introduced by the automated renaming.
19990
19991         * resources/.cvsignore: Added sysres_Ru.s
19992
19993         * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
19994         Luc Tourangeau <luc@macadamian.com>
19995         Changed the listview control to add the report view and fix some bugs
19996         for the list view.
19997
19998         * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
19999         Removed use of WND struct.
20000
20001         * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
20002         Added #ifdef HAVE_WCTYPE_H.
20003
20004         * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
20005         Removed direct access to the WND struct.
20006
20007         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20008         Message translation for WM_WININICHANGE.
20009
20010         * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
20011         obm_closed_95 should not be drawn inverted.
20012
20013         * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
20014         Removed direct access to the WND struct.
20015
20016         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
20017         Thuy Nguyen <thuy@macadamian.com>
20018         Improved performance.
20019
20020         * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
20021         Create a new DC in GetDCEx when none are available.
20022
20023         * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
20024         Stephane Lussier <stephane@macadamian.com>
20025         Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
20026
20027         * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
20028         Changed the button state to "up" as soon as it is known that the
20029         selection has been cancelled, so the button is redrawn in the "up"
20030         state.
20031
20032         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
20033         Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
20034
20035 Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard@winehq.com>
20036
20037         * 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:
20038         Paul Quinn <paulq@corel.ca>
20039         Added a lot of new OLE interfaces.
20040
20041         * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
20042         Alexander Kanavin <ak@cave.hop.stu.neva.ru>
20043         Added support for Russian language.
20044
20045         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20046         Temporary fix: Activate 16-bit system timer callback routines, but
20047         skip calling them if timer signal occured while current thread was
20048         holding the Win16Lock (to prevent 16-bit stack corruption).
20049
20050         * include/syslevel.h, scheduler/syslevel.c:
20051         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20052         Implemented _ConfirmWin16Lock (KERNEL32.96).
20053
20054         * graphics/ddraw.c, include/ddraw.h:
20055         Lionel Ulmer <ulmer@directprovider.net>
20056         - some clean up in handling of depth
20057         - more depth conversion routines for X11 (15, 16 and 32 -> 8)
20058
20059         * include/queue.h, windows/message.c, windows/queue.c:
20060         Stephane Lussier <stephane@macadamian.com>
20061         Implemented SendMessageTimeout() functions.
20062
20063         * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
20064         Marcel Baur <mbaur@g26.ethz.ch>
20065         Added Boyer-Moore text search.
20066
20067         * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
20068         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20069         Added USER.DestroyIcon32 to Callout struct.
20070
20071         * include/module.h, loader/ne/convert.c:
20072         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20073         Deleted NE_FreePEResource().
20074
20075         * include/user.h, loader/main.c, loader/module.c, windows/user.c:
20076         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20077         Adapted to cursor/icon handling changes.
20078
20079         * loader/ne/resource.c, loader/resource.c:
20080         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20081         Allow accessing both NE and PE resources with both 16- and 32-bit API.
20082         Hook cursor/icon destruction into FreeResource (like Win95).
20083
20084         * include/cursoricon.h, objects/cursoricon.c:
20085         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20086         Implemented Win95-style shared cursor/icon cache.
20087         Merged NE and PE resource handling.
20088
20089         * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
20090         Pavel Roskin <pavel_roskin@geocities.com>
20091         Fixed folder bitmap colors for 8bpp.
20092
20093         * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
20094         Windows doesnt allow dashed and dotted lines > 1.
20095
20096         * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
20097         Fixed a reference-counting problem in the external lock mechanism.
20098
20099         * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
20100         Fixed a simple bug in the implementation of the ShellView objects.
20101
20102         * dlls/shell32/shell32_main.c, include/shell.h:
20103         Sergey Turchanov <turchanov@usa.net>
20104         Added some extra CSIDLs.
20105
20106         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20107         Bugfix: Allow lpCommandLine == NULL in CreateProcess().
20108
20109         * windows/x11drv/keyboard.c:
20110         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20111         Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
20112
20113         * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
20114         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20115         Avoid unnecessary GraphicsExpose events.
20116
20117         * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
20118         Fixed index calculations of the upper and lower bounds of a safearray.
20119         Fixed a wrong initialization of the VT sizes array.
20120
20121         * ole/ole2.c, relay32/ole32.spec:
20122         Francis Beaudet <francis@macadamian.com>
20123         Implementation of the ReleaseStgMedium method.
20124
20125 Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
20126
20127         * 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:
20128         Juergen Schmied <juergen.schmied@metronet.de>
20129         - sorted API by groups
20130         - new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
20131         - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
20132           RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
20133         - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
20134           RtlTimeFieldsToTime
20135
20136         * include/ntddk.h, include/ntdef.h, include/winnt.h:
20137         Juergen Schmied <juergen.schmied@metronet.de>
20138         Many new prototypes.
20139
20140         * loader/resource.c, include/module.h:
20141         Juergen Schmied <juergen.schmied@metronet.de>
20142         Fix use of wrong prototype from ntdll.h.
20143
20144         * dlls/advapi32/security.c:
20145         Juergen Schmied <juergen.schmied@metronet.de>
20146         Make more functions just calling down to ntdll.
20147         New: GetSecurityDescriptorSacl.
20148
20149         * graphics/psdrv/afm.c:
20150         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20151         Accept "Normal" as a valid AFM weight.
20152
20153         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
20154         Smarter way of searching for a free block.
20155
20156         * windows/message.c:
20157         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20158         Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
20159
20160         * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
20161         Corrected cast so hello5 compiles again.
20162
20163         * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
20164         Don't copy lpstrFileTitle if given NULL pointer for this.
20165         Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
20166
20167         * misc/winsock.c, include/winsock.h:
20168         Marcus Meissner <marcus@jet.franken.de>
20169         Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
20170
20171         * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
20172         __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
20173         removed additional "eax" from clobber list, so egcs-current likes it.
20174
20175         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
20176         CreateFileMapping SetLastError(0)s on newly created mappings.
20177
20178 Sun Feb 28 20:05:12 1999  Alexandre Julliard  <julliard@winehq.com>
20179
20180         * 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:
20181         Klaas van Gend <Klaas@vangend.demon.nl>
20182         Create a new subdirectory for the common dialog box DLL and move all
20183         code from /misc/commdlg.c to this directory.  Also made a start in
20184         documenting the API calls.
20185
20186         * 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:
20187         Marcus Meissner <marcus@jet.franken.de>
20188         More include optimizations.
20189
20190         * 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:
20191         Marcus Meissner <marcus@jet.franken.de>
20192         Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
20193         additional {}. Rewrote GetCreationModeFromSTGM so we don't get
20194         "possible use of uninitialized variable".
20195
20196         * include/mmsystem.h, include/multimedia.h:
20197         Marcus Meissner <marcus@jet.franken.de>
20198         MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
20199
20200         * files/directory.c, msdos/int21.c:
20201         Marcus Meissner <marcus@jet.franken.de>
20202         Changed CreateDirectory LastError returns to match Win32 (found out by
20203         experiment). Adapted int21 CreateDirectory call to still return the
20204         correct DOS error codes according to Ralph Brown.
20205
20206         * graphics/ddraw.c, relay32/ddraw.spec:
20207         Lionel Ulmer <ulmer@directprovider.net>
20208         - added function DirectDrawEnumerateEx
20209         - added (or corrected) check for the return value of the enumeration functions
20210
20211         * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
20212         Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
20213
20214         * multimedia/mcicda.c:
20215         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
20216         Added missing <sys/types.h>.
20217
20218         * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
20219         Added the button states as returned by IsDlgButtonChecked().
20220
20221         * loader/module.c:
20222         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20223         Added support for quoted file names in CreateProcess().
20224
20225         * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
20226         CLIENT_WaitReply: don't clear last error on success; fixed callers
20227         accordingly (based on a patch by Juergen Schmied).
20228
20229         * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
20230         Added some support and stubs for VESA to msdos/int10.c.
20231
20232         * 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:
20233         Marcus Meissner <marcus@jet.franken.de>
20234         More include optimisations and fixes.
20235
20236         * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
20237         open_object should return ERROR_FILE_NOT_FOUND when the named object
20238         is not found.
20239
20240         * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20241         Better error message.
20242
20243         * 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:
20244         Use server handles directly for Win32 handles. Removed use of K32OBJ.
20245
20246         * 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:
20247         David Luyer <luyer@ucs.uwa.edu.au>
20248         - fixed missing stdlib.h and string.h includes everywhere
20249         - removed a couple of unneeded stdlib.h and stdio.h includes
20250
20251         * 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:
20252         Process and thread id now use the server-side id instead of an
20253         obfuscated pointer.
20254
20255         * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
20256         Ove Kaaven <ovek@arcticnet.no>
20257         The Windows GUI behaviour tester used on the Windows computer.  It was
20258         used with Borland C++ 4.52, but should be easy to adapt to Winelib by
20259         whoever feels like it; I haven't, I just released this useful test app
20260         in case it would benefit other developers.
20261
20262         * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
20263         This file details the results (message traces) the GUI behaviour
20264         tester app gave under real Windows for various events. It was useful
20265         for some of my debugging at least, perhaps it could be of some use to
20266         other Wine GUI debuggers as well.
20267
20268         * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
20269         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
20270         Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
20271         needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
20272         defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
20273         needs "winuser.h".
20274
20275         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20276         GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
20277         and .PIF files.
20278
20279         * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
20280         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20281         Adapted to CreateProcess changes.
20282
20283         * loader/ne/module.c:
20284         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20285         NE modules adapted to CreateProcess changes.
20286         LoadModule16/LoadLibrary16 reorganization.
20287
20288         * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
20289         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20290         Process creation sequence reorganized:
20291         - Removed instance data segment for all but NE modules.
20292         - Check binary type in CreateProcess before loading module.
20293         - Unix process creation moved from WinExec to CreateProcess.
20294         - Bugfix: fill in thdb->teb.htask16 member correctly.
20295
20296         * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
20297         - Code to return default language code as keyboard layout.
20298         - Implemented other stubs associated with keyboard layout:
20299           GetKeyboardLayoutNameA, ActivateKeyboardLayout,
20300           LoadKeyboardLayout[AW], GetKeyboardLayoutList.
20301
20302         * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
20303         Klaas van Gend <klaas@vangend.demon.nl>
20304         Preliminary implementation of the PrintDlgA stub.
20305
20306         * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
20307         Now compliant to the Dutch standards.
20308
20309         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
20310         FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
20311
20312         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
20313         Fixed a couple of dosmem block resize bugs.
20314
20315         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20316         - no more 3D capabilities if Direct3D support is not compiled in
20317         - some debug messages clean-up (replaced fprintfs by DUMPs)
20318
20319         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
20320         We got passed a NULL Dialect ptr and accessed it unprotected.
20321
20322         * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
20323         Added support for mappings with no associated file.
20324
20325         * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
20326         Removed dst_handle in duplicate_handle request.
20327         Added inherit flag in create_mapping request.
20328
20329         * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
20330         Francis Beaudet <francis@macadamian.com>
20331         Implemented support for arrays and safe arrays in VARIANT data
20332         structures. Also moved the SAFEARRAY definition (yet again) to the
20333         obj_oleaut.h file.
20334
20335         * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
20336         Fixed Filesystem documentation.
20337
20338         * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
20339         Pavel Roskin <pavel_roskin@geocities.com>
20340         Made folder icons gray-yellow instead of blue.
20341
20342         * windows/message.c: Francis Beaudet <francis@macadamian.com>
20343         Order of send message processing was not respected and the message
20344         stacked last finished after the message stacked first.
20345
20346         * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
20347         Added checks to guard against NULL active window.
20348
20349         * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
20350         Don't check children of disabled or invisible controls for dialog
20351         keyboard accelerators. Fixes problems with dialogs with tab boxes.
20352
20353         * ole/compobj.c, relay32/ole32.spec:
20354         Francis Beaudet <francis@macadamian.com>
20355         Implemented the CoTaskMemRealloc API. Also clean-up around that API
20356         call.
20357
20358         * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
20359         Added a missing Release.
20360         STGM_CREATE should translate to CREATE_ALWAYS.
20361
20362 ----------------------------------------------------------------
20363 Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
20364
20365         * DEVELOPERS-HINTS: Updated for new naming conventions.
20366
20367         * */*: Large-scale renaming of all Win32 functions and types to
20368         use the standard Windows names.
20369
20370 ----------------------------------------------------------------
20371 Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
20372
20373         * misc/main.c: Albert den Haan <albertd@corel.ca>
20374         For various reasons some of our libwine executables must have a "." in
20375         their file names. The "." causes trouble when the file name is used as
20376         the class name for an X resource as wine does for command line parsing
20377         under X.
20378
20379         * windows/win.c:
20380         Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
20381         GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
20382
20383         * include/gdi.h, include/heap.h, include/wintypes.h:
20384         David Luyer <luyer@ucs.uwa.edu.au>
20385         Added __attribute__ ((unused)) on static inline functions declared in
20386         header files.
20387
20388         * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
20389         Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
20390         which uses my bug_report.pl script.
20391         Added info on a command that can be run on all shells to print debug
20392         msgs to a file and not to xterm.
20393
20394         * msdos/dpmi.c:
20395         Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
20396         Needs thread.h for non-Linux.
20397
20398         * include/win.h, windows/win.c:
20399         Francois Boisvert <francois@macadamian.com>
20400         Adding of new functions to make the wnd struct thread safe. Adding of
20401         irefCount in wnd struct.
20402
20403         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
20404         Michael Veksler <mveksler@techunix.technion.ac.il>
20405         Added configure check for getbkgd and define HAVE_GETBKGD.
20406
20407         * 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:
20408         Paul Quinn <paulq@corel.ca>
20409         Many interface declarations that originated from oleidl.h, oaidl.h and
20410         ocidl.h separated into somewhat relevant obj_* files.
20411
20412         * files/drive.c, ole/compobj.c, resources/sysres.c:
20413         Michael Veksler <mveksler@techunix.technion.ac.il>
20414         Fixed warning and compilation errors.
20415
20416         * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
20417         Removed includes of wine/* headers.
20418
20419         * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
20420         Made message "Resource not found" WARN.
20421
20422         * dlls/shell32/contmenu.c, include/shlobj.h:
20423         Adrian Thurston <adriant@COREL.CA>
20424         - Use the new COM definition macros in the header.
20425         - Put the implementation of the object in the contmenu.c.
20426         - Make appropriate name changes in contmenu.c.
20427
20428         * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
20429         Zygo Blaxell <zygob@corel.ca>
20430         Modifies parameter list of a couple of functions to comply with SDK.
20431
20432         * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
20433         ScrollDC32 modified to return rect in logical coordinate.
20434
20435         * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
20436         Adds C++ nameless union support to tagVARIANT.
20437
20438         * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
20439         Adrian Thurston <adriant@COREL.CA>
20440         Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
20441         Removed a redundant include.
20442         Added some c++ protection.
20443
20444 Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
20445
20446         * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
20447         Juergen Schmied <juergen.schmied@metronet.de>
20448         Changed pidl structure to match the pidl's used in lnk-files.
20449
20450         * dlls/shell32/shelllink.c:
20451         Juergen Schmied <juergen.schmied@metronet.de>
20452         Implemented reading of *.lnk-files.
20453
20454         * include/wine/obj_shelllink.h:
20455         Juergen Schmied <juergen.schmied@metronet.de>
20456         new file, including the IShellLink definition.
20457
20458         * 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:
20459         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20460         Modified process creation sequence: call PE_CreateModule in the
20461         context of the new process (in TASK_CallToStart).
20462         Changed all PE/Module routines so as to always operate on the current
20463         process; adapted all callers.
20464
20465         * 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:
20466         Marcus Meissner <marcus@jet.franken.de>
20467         Optimized away more includes, readded some #includes for necessary
20468         prototypes.
20469
20470         * msdos/int2f.c: <smil@mechatronika.hu>
20471         Added low-level Netware installation check.
20472
20473         * include/console.h, console/interface.c, console/ncurses.c:
20474         Joseph Pranevich <jpranevich@lycos.com>
20475         Added GetBackgroundColor call to the console struct. Will be used
20476         later.
20477
20478         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20479         Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
20480         (Interrupt list did not have correct.)
20481
20482         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
20483         Added stubs for two missing methods of DInput.
20484
20485         * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
20486         Fixed a bug.
20487
20488         * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
20489         Added support for larger files.
20490
20491         * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20492         Fixes buffer overrun problems with GetDIBits.
20493
20494         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
20495         Fixed some SendMessage bugs.
20496
20497         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
20498         Fix COM_ExternalLockFreeList to do not fail with an empty list.
20499
20500 Mon Feb 22 10:21:56 1999  Alexandre Julliard  <julliard@winehq.com>
20501
20502         * misc/Makefile.in, misc/string.c:
20503         Zygo Blaxell <zblaxell@furryterror.org>
20504         Implemented some CRTDLL string functions.
20505
20506         * 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:
20507         Marcus Meissner <marcus@jet.franken.de>
20508         Some more recursive include fixes/optimizations.
20509
20510         * 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:
20511         Juergen Schmied <juergen.schmied@metronet.de>
20512         - eliminated one element of the pidl struct (dwSFGAO)
20513         - changed some superflous FIXME
20514
20515         * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
20516         Juergen Schmied <juergen.schmied@metronet.de>
20517         - header uses the last macros now
20518         - rewrote IDropTarget according to the new COM headers
20519           (was local declared not using the already written prototypes)
20520         - corrected Drop method (wrong parameter count)
20521
20522         * windows/dinput.c: Francois Gouget <fgouget@psn.net>
20523         Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
20524         Added the interface implementation structures.
20525         I remembered from an email that even when asked for a
20526         IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
20527         considered that we would only implement the latter. The
20528         IDirectInputDeviceA_xxx methods have been renamed to
20529         IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
20530         implementation as before.
20531         Renamed the implementation structures to XxxImpl.
20532
20533         * include/dinput.h: Francois Gouget <fgouget@psn.net>
20534         Use latest COM macros
20535         Defined the IDirectInputDeviceA interface independently from
20536         IDirectInputDevice2A.
20537         Removed the 32 suffix of the interfaces. Hopefully this will not
20538         cause any problem with the renaming.
20539         Moved the implementation specific stuff to dinput.c (well, the
20540         interfaces at least).
20541
20542 Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
20543
20544         * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
20545         Changed initial process creation to avoid memory allocations.
20546         Removed a few unused fields in PDB and THDB.
20547
20548         * scheduler/client.c, scheduler/thread.c:
20549         Removed thread queue functions.
20550         Changed initial thread creation to avoid memory allocations.
20551         Moved server startup to THREAD_CreateInitialThread.
20552
20553         * scheduler/synchro.c:
20554         Removed use of per-thread wait_struct, cleaned up a bit.
20555
20556         * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
20557
20558         * include/winnt.h: Added a few exception codes.
20559
20560         * 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:
20561         Michael Veksler <mveksler@techunix.technion.ac.il>
20562         - Fix headers to include less or smaller header files.
20563         - Fix header and source files to include missing header files to avoid
20564           warnings and errors.
20565
20566         * loader/signal.c, memory/ldt.c, misc/port.c:
20567         Marcus Meissner <marcus@jet.franken.de>
20568         Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
20569         wine_sigaction __PIC__ cases, since "g" will not work with
20570         -fomit-frame-pointer ("g" is referenced using %esp which was
20571         invalidated before). Bug found and (other) fix suggested by
20572         <daniel@mat.utfsm.cl> Daniel Serpell.
20573
20574         * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
20575         Added missing WINAPIs.
20576
20577         * 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:
20578         Stephane Lussier <stephane@macadamian.com>
20579         Fix problem where you need mouse activity to unlock some 16 bits
20580         thread with multi-threaded apps.
20581
20582 Sat Feb 20 16:48:54 1999  Alexandre Julliard  <julliard@winehq.com>
20583
20584         * 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:
20585         Francis Beaudet <francis@macadamian.com>
20586         Implemented the OleCreateFontIndirect method and the associated COM
20587         object. That object supports the IFont and IDispatch interfaces.
20588
20589         * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
20590         Marcus Meissner <marcus@jet.franken.de>
20591         Problems reported by Donald Page, PR 105-107.
20592
20593         * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
20594         More commenting, better debugging of color problems, and support for
20595         the new TerminalType option in wine.ini. This allows us to select
20596         which terminal type we are really using so that we can, for example,
20597         use its color capabilities.
20598
20599         * console/interface.c, include/console.h:
20600         Joseph Pranevich <jpranevich@lycos.com>
20601         Support for the new InitialRows andf InitialColumns options in wine.ini
20602         (Generic replacement for XtermResolution option...)
20603
20604         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20605         Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
20606
20607         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
20608         Removal of obsolete XtermResolution option.
20609
20610         * documentation/console, wine.ini:
20611         Joseph Pranevich <jpranevich@lycos.com>
20612         Add information about the new wine.conf options.
20613
20614         * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20615         Fixed backtrack issue on 16bit code.
20616
20617         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20618         Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
20619
20620         * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20621         Fixed comment for Wine documentation.
20622
20623         * include/server.h, include/server/request.h, server/request.c, server/trace.c:
20624         Added get/set_handle_info request.
20625
20626         * graphics/x11drv/dib.c:
20627         Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
20628
20629         * 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:
20630         Bertho Stultiens <bertho@panter.soci.aau.dk>
20631         Fix a couple of 64bit platform problems and speed up compilation. See
20632         tools/wrc/CHANGES for details.
20633
20634         * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
20635         mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
20636         correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
20637
20638         * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
20639         Added a check for the existence of wine.sym before installing it.
20640
20641         * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
20642         Francis Beaudet <francis@macadamian.com>
20643         Added some new stubs for the OLE menu descriptor methods.
20644
20645 Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
20646
20647         * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
20648         Fixed message filtering check.
20649
20650         * 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:
20651         Juergen Schmied <juergen.schmied@metronet.de>
20652         - made the security functions consistent. advapi calls down to ntdll now
20653         - new SetSecurityDescriptorGroup,  SetSecurityDescriptorOwner,
20654           SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
20655         - nt-header cleanup
20656
20657         * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
20658         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20659         Fixed a few broken includes.
20660
20661         * windows/nonclient.c: Reverted broken close button change.
20662
20663         * 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:
20664         Jeff Garzik <jgarzik@pobox.com>
20665         Added missing string.h include.
20666
20667         * loader/ne/module.c:
20668         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20669         Only append .dll if no extension yet.
20670
20671         * windows/message.c: Francis Beaudet <francis@macadamian.com>
20672         Temporary fix suggested by Ulrich to allow the
20673         MsgWaitForMultipleObject method to be called from 16 bit threads.
20674
20675         * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
20676         Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
20677         case it's sent to a window that doesn't handle it (i.e. not MDI
20678         client).
20679
20680         * include/dce.h, windows/dce.c, windows/winpos.c:
20681         Ove Kaaven <ovek@arcticnet.no>
20682         Added extra child arguments to DCE_GetVisRgn() to be able to handle
20683         PARENTDC class style combined with CLIPCHILDREN window style, to
20684         prevent mis-redraws in Free Agent 16-bit.
20685
20686         * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
20687         Don't hang on the last child if it's not wanted.
20688
20689         * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
20690         Partial stub implementation of undocumented KERNEL routine PK16FNF,
20691         needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
20692
20693         * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
20694         Fix redraw problems for ChooseColor dialog.
20695
20696         * */*.c: Marcus Meissner <marcus@jet.franken.de>
20697         Removed a lot of occurences of windows.h (and added necessary other
20698         includes).
20699
20700         * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
20701         Francois Gouget <fgouget@psn.net>
20702         Small fixes.
20703
20704         * include/dsound.h, multimedia/dsound.c:
20705         Francois Gouget <fgouget@psn.net>
20706         Changed the first parameter from LPGUID (Windows headers) to REFGUID.
20707         This makes it a 'const GUID*' which means DirectSoundCreate must not
20708         change it.
20709
20710         * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
20711         Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
20712         include/wine/obj_base.h)
20713
20714 Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
20715
20716         * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
20717         Stephane Lussier <stephane@macadamian.com>
20718         - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
20719           to support thread-safeness, and nested SendMessage.
20720         - Addition of ReplyMessage32.
20721
20722         * windows/x11drv/wnd.c:
20723         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20724         Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
20725
20726         * misc/commdlg.c, resources/sysres_En.rc:
20727         Pascal Lessard <pascal@macadamian.com>
20728         Applied the changes of the resulting color of the choose color dialog.
20729         Initialize values in the choose color dialog.
20730
20731         * include/wine/obj_base.h, include/wine/obj_marshal.h:
20732         Francois Gouget <fgouget@psn.net>
20733         Removed references to ICOM_INHERITS.
20734
20735         * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
20736         Thuy Nguyen <thuy@macadamian.com>
20737         Fixed bug with read-only files.
20738
20739         * multimedia/mciavi.c, multimedia/mcimidi.c:
20740         Marcus Meissner <marcus@jet.franken.de>
20741         Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
20742
20743         * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
20744         dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
20745
20746         * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
20747         Francois Gouget <fgouget@psn.net>
20748         Modified so that they do not use the VTABLE_FUNC macros that performed
20749         casts of all methods put in the jump table. I find it too risky to use
20750         such macros because nothing guarantees that you actually put the right
20751         method at the right place or that the prototype is right.
20752
20753         * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
20754         Francois Gouget <fgouget@psn.net>
20755         Updated to use the latest COM macros. Defined more interfaces and API
20756         functions.
20757
20758         * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
20759         Francois Boisvert<francois@macadamian.com>
20760         Implementation of the pushed close button.
20761
20762 Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
20763
20764         * 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:
20765         Francois Gouget <fgouget@psn.net>
20766         Moved some definitions to their proper include file.
20767
20768         * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
20769         Francois Gouget <fgouget@psn.net>
20770         Fixed some ICOM_INHERIT stuff and added new related API functions.
20771
20772         * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
20773         Added new API. Part of it was in 'include/objbase.h' before and part
20774         of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
20775         perfect but it's better than having it in 'include/objbase.h'.
20776
20777         * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
20778         Francois Gouget <fgouget@psn.net>
20779         Fixed a number of warnings concerning the matching of the printf
20780         format string and the associated parameters (actually it's mostly
20781         TRACE and FIXMEs).
20782
20783         * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
20784         Marcus Meissner <marcus@jet.franken.de>
20785         mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
20786         mciLoadCommandResource32: second arg is wide string
20787         mciGetDriverData: spec has just one long argument
20788
20789         * 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:
20790         Francois Gouget <fgouget@psn.net>
20791         Changed ICOM_THIS definition.
20792
20793         * dlls/version/info.c, include/ver.h:
20794         Bertho Stultiens <bertho@panter.soci.aau.dk>
20795         Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
20796         The VS_VERSION_INFO is a simple define and would cause confusion.
20797         Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
20798
20799         * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
20800         "Configure finished" message suggests to call make when make depend
20801         was successful.
20802
20803         * */*: Marcus Meissner <marcus@jet.franken.de>
20804         Optimized include/*.h: (recursively) include all headers needed by
20805         this .h file, but only those. Necessary fixes to a lot of .c files,
20806         started optimizing "windows.h" away from some of them. Moved
20807         GetCurrentTask prototype to wine/winbase16.h.
20808
20809         * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
20810         Luc Tourangeau <luc@macadamian.com>
20811         Preliminary listview control implementation.
20812
20813         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
20814         Give the context menu its proper behaviour and modify TrackPopupMenu
20815         to comply with windows API.
20816
20817         * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
20818         GetUpdateRect should return client coordinates unless the window was
20819         created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
20820         in which case the result should be in logical coordinates.
20821
20822         * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
20823         Added the actual definitions of the interfaces.
20824
20825         * include/servprov.h: Francois Gouget <fgouget@psn.net>
20826         Converted to the new COM declaration 'standard' for better
20827         compatibility with C code implementating that interface.
20828
20829         * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
20830         Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
20831         able to modify it.
20832
20833         * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
20834         Defined IDropTarget for ShellFolder.  Implemented the Constructor,
20835         Destructor, AddRef, Release and QueryInterface methods.
20836
20837         * memory/selector.c, if1632/kernel.spec:
20838         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20839         Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
20840
20841 Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
20842
20843         * include/msacm.h, include/winuser.h:
20844         Douglas Ridgway <ridgway@winehq.com>
20845         c2man doesn't like extra semicolons.
20846
20847         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
20848         Resetting X focus should not be done with SetFocus32. Called
20849         the windowing (X11) driver's SetFocus routine directly instead.
20850         This apparently fixes a big heap of user interface problems.
20851
20852 ----------------------------------------------------------------
20853 Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
20854
20855         * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
20856         Eric Pouech <Eric.Pouech@wanadoo.fr>
20857         Changed some functions prototypes (were returning void).
20858
20859         * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
20860         Fixed some Winelib names.
20861
20862         * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
20863         Juergen Schmied <juergen.schmied@metronet.de>
20864         Corrected prototypes func() ->func(void).
20865
20866         * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
20867         Brian Joseph Czapiga <root@glacid.com>
20868         Fixed a few #ifdefs.
20869
20870         * windows/scroll.c, windows/x11drv/wnd.c:
20871         Jerome Vouillon <vouillon@claranet.fr>
20872         Make a correct use of clipping rectangles.
20873
20874         * include/bitmaps/ocr_cross:
20875         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20876         Added white border.
20877
20878         * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
20879         Implemented better output for indirect calls.
20880
20881         * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
20882         Fixed typo in winmm.spec.
20883
20884         * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
20885         Gavriel State <gavriels@COREL.CA>
20886         A few non-x86 Winelib fixes.
20887
20888         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
20889         Do not print 'wine: no executeable found' if we did execute something.
20890
20891         * programs/notepad/*:
20892         Marcel Baur <mbaur@g26.ethz.ch>
20893         - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
20894         - Improved printing support (not yet complete)
20895         - Improved file drag and drop (should now work)
20896         - General code cleanup
20897
20898         * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
20899         Eric Pouech <Eric.Pouech@wanadoo.fr>
20900         Fixed bugs on MCI notification (callback info are copied before
20901         asynchronous return) - make use of it in MCI wave and midi.
20902         Implemented mci(Set|Get)DeviceID(16|32) functions.
20903
20904         * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
20905         Since SetParent now hides/shows, explicitly invalidating DCs in the
20906         parent change operation should no longer be necessary.
20907
20908         * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
20909         Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
20910
20911         * msdos/ioports.c:
20912         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20913         Moved VGA port access check at the beginning in order to improve
20914         performance a little bit.
20915
20916         * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
20917         Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
20918
20919         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
20920         Added comments. Think I've fixed INT 10/08 (Get Character and
20921         Attribute at Cursor).
20922
20923         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
20924         Added configuration options XtermProgram and XtermResolution.
20925         Fixed a warning.
20926
20927         * documentation/console, wine.ini:
20928         Joseph Pranevich <jpranevich@lycos.com>
20929         New examples/documentation for console configuration options.
20930
20931         * 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:
20932         Joseph Pranevich <jpranevich@lycos.com>
20933         Moved initialization until later. Also moved around code a bit to be
20934         consistant.
20935
20936         * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
20937         Added possibility to load .stabs/.stabstr sections from PE dlls.
20938         Unfortunately my samples use currently typedefs which wine-dbg does
20939         not understand, so no actual parsing.
20940
20941         * 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:
20942         Bertho Stultiens <bertho@panter.soci.aau.dk>
20943         Change a couple of names that would conflict after all 32[AW] suffixes
20944         are removed. Structures defined in both mmreg.h and mmsystem.h are
20945         protected with #ifdef:s as in MS' headers.
20946
20947         * misc/imm.c: Patrik Stridvall <ps@leissner.se>
20948         Fixed wrong typecasts.
20949
20950         * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
20951         Compilation fix.
20952
20953         * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
20954         Fix for X11 includes detection.
20955
20956         * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
20957         Marcus Meissner <marcus@jet.franken.de>
20958         Added possibility to load .stabs/.stabstr sections from PE dlls.
20959         Unfortunately my samples use currently typedefs which wine-dbg does
20960         not understand, so no actual parsing.
20961
20962         * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
20963         Marcus Meissner <marcus@jet.franken.de>
20964         Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
20965
20966         * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
20967         Juergen Schmied <juergen.schmied@metronet.de>
20968         Implementation of ConvertDefaultLocale32.
20969
20970         * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20971         WIN31 Look still needs a close button on the left of the menu bar.
20972
20973         * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
20974         Changed SetWindowPos32 to force the update of the non-client area.
20975
20976 Sat Feb 13 17:56:28 1999  Alexandre Julliard  <julliard@winehq.com>
20977
20978         * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
20979         Bertho Stultiens <bertho@panter.soci.aau.dk>
20980         Fixed a couple of faulty names used in wine and typos so that it will
20981         compile again after conversion from 32[AW] naming to [AW] naming.
20982
20983         * 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:
20984         Marcus Meissner <marcus@jet.franken.de>
20985         Moved the if1632/signal.c stuff into loader/signal.c, adapted function
20986         pointers for wine_debug and INSTR_EmulateInstruction.
20987
20988         * ole/compobj.c: Francois Gouget <fgouget@psn.net>
20989         All guid 'REFxxx' types already have a 'const' inside them.
20990
20991         * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
20992         Marcus Meissner <marcus@jet.franken.de>
20993         Some warnings fixed, one useless VERSION warning removed (winelib).
20994
20995         * misc/registry.c:
20996         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20997         RegFlushKey: wrong error code.
20998
20999         * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21000         Adds a warning message if permissions not sufficient.
21001
21002         * 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:
21003         Eric Pouech <Eric.Pouech@wanadoo.fr>
21004         Added support for MCI AVI driver
21005         Added some fixes mixer functions
21006         Fixed MCI string comparison (thanks to Lionel ULMER)
21007         No longer using 16 bit USER functions (use their 32 bit counter part)
21008         Reindenting.
21009         Added function sndPlaySound32W
21010
21011         * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
21012         Francois Gouget <fgouget@psn.net>
21013         Added the actual interface definitions to the obj_marshal.h skeleton
21014         file. Also defined the associated C API.
21015
21016         * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
21017         Use global synchronization objects, to be able to use it in different
21018         processes (not only the process which create the synchro object).
21019
21020         * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
21021         Set hwndActiveChild when maximizing a mdi child window because it is
21022         not set when maximizing a window other than the active child.
21023
21024         * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
21025         Change the GetMenuItemRect to comply with windows API.
21026
21027         * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
21028         James Juran <jrj120@psu.edu>
21029         Created include/Makefile.in to separate header file installation from
21030         the top-level Makefile.
21031
21032         * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
21033         Thuy Nguyen <thuy@macadamian.com>
21034         - Fixed a small block depot bug.
21035         - Implemented converting from small blocks to big blocks.
21036         - Validated file attributes and flags.
21037         - Fixed a bug for larger files.
21038
21039         * resources/.cvsignore: added sysres_Nl
21040
21041         * 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:
21042         Francis Beaudet <francis@macadamian.com>
21043         Implemented the OLE Drag and Drop target registration mechanism and
21044         the DoDragDrop loop to perform the DnD operation.
21045
21046         * windows/mdi.c, controls/menu.c, include/menu.h:
21047         Francois Boisvert <francois@macadamian.com>
21048         Implemented the WIN31 Look mdi buttons and also some defines for the
21049         magic menu items.
21050
21051         * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
21052         Ian Schmidt <irsman@iag.net>
21053         Added entries for most Crypt* calls.
21054         Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
21055         to get farther.
21056
21057         * controls/edit.c:
21058         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21059         An app left junk in the undo buffer of an edit control upon creation.
21060
21061         * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
21062         Changed SetParent32 to adhere to Windows behaviour (mostly),
21063         which should also keep it from leaving garbage around.
21064
21065         * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
21066         Implementation of a simple linked list (static) that stores and counts
21067         references to COM objects.
21068
21069         * include/objbase.h, include/wtypes.h:
21070         Francois Gouget <fgouget@psn.net>
21071         Make the REFxxx types const even in C. Also add FMTID.
21072
21073         * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
21074         Don't call EVENT_DummyMotionNotify for hidden windows.
21075
21076         * windows/message.c: Stephane Lussier <stephane@macadamian.com>
21077         Fix some thread-safeness problem when accessing the system message
21078         queue.
21079
21080         * windows/input.c, include/winuser.h, relay32/user32.spec:
21081         Marcus Meissner <marcus@jet.franken.de>
21082         Implemented MapVirtualKeyEx (ticket 21).
21083         Ignore keyboard layout for now.
21084
21085         * include/objidl.h, include/wine/obj_clientserver.h:
21086         Francois Gouget <fgouget@psn.net>
21087         Added the actual interface definitions to the obj_clientserver.h
21088         skeleton file.
21089
21090         * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
21091         Juergen Schmied <juergen.schmied@metronet.de>
21092         - documented most of the undocumented functions in nt.c
21093         - implemented RtlGetDaclSecurityDescriptor
21094         - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
21095         - stubs for NtRaiseException, RtlRaiseException (this both will crash)
21096
21097 Fri Feb 12 17:47:07 1999  Alexandre Julliard  <julliard@winehq.com>
21098
21099         * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
21100         Juergen Schmied <juergen.schmied@metronet.de>
21101         Small fixes to compile with the headers (mostly nt-security).
21102
21103         * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
21104         Juergen Schmied <juergen.schmied@metronet.de>
21105         Made nt-related types compatible, throw out wine-specific types.
21106
21107         * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21108         Use MONITOR_... instead of DESKTOP_... routines to get screen
21109         dimensions; these work also with native USER.
21110
21111         * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
21112         WM_ACTIVATE default processing should set window focus.
21113         Should fix focus problems in non-managed mode.
21114
21115 Thu Feb 11 16:32:17 1999  Alexandre Julliard  <julliard@winehq.com>
21116
21117         * 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:
21118         Klaas van Gend <klaas@vangend.demon.nl>
21119         Added support for the Dutch language.
21120
21121         * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
21122         Adrian Thurston <adriant@corel.ca>
21123         Zygo Blaxell <zblaxell@corel.ca>
21124         Move property sheets from commctrl.h into into prsht.h.
21125
21126         * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
21127         Lionel Ulmer <ulmer@directprovider.net>
21128         Added 'objbase.h' to prevent compiler warnings.
21129
21130         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
21131         Better detection of XShm errors (should now run on remote displays).
21132
21133         * multimedia/mmsystem.c:
21134         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21135         Fixes mixerGetID16/32 problems/errors.
21136
21137         * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
21138         IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
21139         declarations must surrender or prepare to be met with deadly force :-)
21140
21141         * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
21142         Added new functions (from Win98)
21143         Added comments with the parameter types for future use with dllglue
21144
21145         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21146         Set the flags for GetVolumeInformation32A.
21147
21148         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
21149         FindWindow failed for 32 bit windows with style != WS_CHILD.
21150
21151 Wed Feb 10 06:52:58 1999  Alexandre Julliard  <julliard@winehq.com>
21152
21153         * 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:
21154         Paul Quinn <paulq@corel.ca>
21155         Albert Den Haan <albertd@corel.ca>
21156         Moves files from print.h to winspool.h for better SDK header compliance
21157         for Winelib programs.
21158
21159         * 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:
21160         Albert Den Haan <albertd@corel.ca>
21161         Adrian Thurston <athursto@corel.ca>
21162         Paul Quinn <paulq@corel.ca>
21163         Zygo Blaxell <zygob@corel.ca>
21164         Miscellaneous patches to header files.  All of these are supposedly there
21165         to help build Winelib applications.
21166
21167         * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
21168         Adrian Thurston <athursto@corel.ca>
21169         Paul Quinn <paulq@corel.ca>
21170         Zygo Blaxell <zygob@corel.ca>
21171         More types we need for compiling Winelib/MFC applications.
21172
21173         * include/commctrl.h: Paul Quinn <paulq@corel.ca>
21174         Adrian Thurston <adriant@corel.ca>
21175         More types for common controls.  Needed for Winelib.
21176
21177         * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
21178         Francois Gouget <fgouget@psn.net>
21179         Better set of macros for defining the COM interfaces.
21180
21181         * dlls/advapi32/security.c, relay32/advapi32.spec:
21182         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21183         Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
21184
21185         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
21186         Fixed debug output to follow '-debugmsg' flags.
21187
21188 Tue Feb  9 15:49:39 1999  Alexandre Julliard  <julliard@winehq.com>
21189
21190         * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
21191         Michael Veksler <mveksler@techunix.technion.ac.il>
21192         Added missing includes to avoid warnings/errors.
21193
21194         * 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:
21195         Michael Veksler <mveksler@techunix.technion.ac.il>
21196         Moved everything out of windows.h.
21197
21198         * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
21199         Brad Pepers <brad@linuxcanada.com>
21200         WinG fixes.
21201
21202         * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
21203         Stephane Lussier <stephane@macadamian.com>
21204         -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
21205         So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
21206         with this patch. Unicode version of those functions is currently only
21207         calling the ASCII version.
21208         -Fixed queue signaling using a new EVENT object in the queue for 32 bits
21209         thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
21210         right EVENT.
21211
21212         * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21213         GetMetaFileBitsEx should work in bytes not words.
21214
21215         * include/shlobj.h: Francois Gouget <fgouget@psn.net>
21216         DllGetClassObject should take a REFCLSID not an LPCLSID.
21217
21218         * objects/dib.c, include/global.h, memory/virtual.c:
21219         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21220         Change fault handler 'addr' argument to LPCVOID.
21221
21222         * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21223         Call VIRTUAL_HandleFault if read/write returns EFAULT.
21224
21225         * dlls/comctl32/treeview.c:
21226         Bertho Stultiens <bertho@panter.soci.aau.dk>
21227         Fix typo to map GetTextExtentPoint to the correct 32A version.
21228
21229         * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
21230         Marcus Meissner <marcus@jet.franken.de>
21231         Some small bugfixes, added more PE relocation types (for WinCE mostly),
21232         some console prototypes, -dll is useful for winelib too, regtest
21233         compile fixed.
21234
21235         * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
21236         Paul Quinn <paulq@corel.ca>
21237         GetCursorPos is actually a BOOL.
21238
21239         * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
21240         Adrian Thurston <adriant@corel.ca>
21241         More types, C++ protection, and a typo correction for mmsystem.h.
21242
21243         * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21244         Move the #define of DUMMYUNIONNAME* to before they are used.
21245         Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
21246         Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
21247         Define "TV_ITEM" to agree with you-know-who's documentation.
21248
21249         * dlls/version/info.c:
21250         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21251         NULL is a valid argument as handle for GetFileVersionInfoSize32A.
21252
21253         * include/dinput.h, windows/dinput.c:
21254         Lionel Ulmer <ulmer@directprovider.net>
21255         Added buffered device access for DInput's mouse driver.
21256
21257         * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
21258         Wrong access on server handle was demanded (GENERIC_READ instead of
21259         GENERIC_WRITE).
21260
21261         * dlls/shell32/shellord.c:
21262         Juergen Schmied <juergen.schmied@metronet.de>
21263         Better implementation (takes strings or res-id's now).
21264
21265         * dlls/version/resource.c:
21266         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21267         Bugfix: NULL pointer check for output parameters.
21268
21269         * dlls/shell32/brsfolder.c:
21270         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21271         Fixed two pointer/integer mismatch warnings.
21272
21273         * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21274         Spelling fixes.
21275
21276         * console/xterm.c, win32/console.c:
21277         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21278         wine_openpty is not properly declared (either missing or mismatched
21279         declarations) in both places where it is used.
21280
21281         * include/wingdi.h, objects/dib.c:
21282         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21283         Fix types of GetDIBits functions (LPSTR should be LPVOID).
21284
21285         * graphics/x11drv/dib.c:
21286         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21287         Fixes several problems with SetDIBitsToDevice if xSrc != 0.
21288         Thanks to Ian Schmidt for the logs.
21289
21290         * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
21291         The systems buttons (minimize/restore/close) now appear on the menu
21292         bar of mdi application.
21293
21294         * controls/menu.c: Francois Boisvert <francois@macadamian.com>
21295         Implemented the magic menu items id's used by windows when inserting
21296         the minimize/maximize/close buttons in the menu bar of an application.
21297
21298         * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
21299         Adds support for EMR_STRETCHDIBITS in EMFs.
21300
21301         * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
21302         Fixed image size and line size, added 8bit color/palette handling.
21303
21304         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
21305         Fixed formatting of code
21306         Now changes to directory of program to be run before starting wine
21307
21308         * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
21309         Stephane Lussier <stephane@macadamian.com>
21310         - Cleaned up the message queue when a thread exit (but not the process).
21311         - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
21312           queue link list is corrupted.
21313
21314         * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
21315         Sounds were cut off due to integer overflow. Fixed.
21316
21317         * include/windowsx.h: Paul Quinn <paulq@corel.ca>
21318         Added windowsx.h for Winelib.
21319
21320 Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
21321
21322         * 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:
21323         <ewill@ncal.verio.com>
21324         Added common dialogs test program.
21325
21326         * 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:
21327         Noel Borthwick <noel@macadamian.com>
21328         Added management and allocation of the PERQUEUEDATA structure.
21329
21330         * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
21331         Lionel Ulmer <ulmer@directprovider.net>
21332         - added a dump of the palette creation flags
21333         - changed palette creation code in vga.c to prevent useless error
21334           message
21335
21336         * documentation/wine.man, files/drive.c, wine.ini:
21337         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21338         Use vfat/win95 as default.
21339
21340         * 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:
21341         Marcus Meissner <marcus@jet.franken.de>
21342         Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
21343         aviinfo and aviplay programs.
21344
21345         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
21346         Continued hack to win32/console.c, so that the IDA Pro Disassembler
21347         works again. Needs much more work however.
21348
21349         * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
21350         Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
21351         problems).
21352
21353         * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
21354         Added missing ULONG to static const OFFSET_xx.
21355
21356 Thu Feb  4 16:45:40 1999  Alexandre Julliard  <julliard@winehq.com>
21357
21358         * documentation/wine.man: James Juran <jrj120@psu.edu>
21359         Various manpage updates, including the incorrect statement about glibc
21360         and clone().
21361
21362         * documentation/debugging: James Juran <jrj120@psu.edu>
21363         Fix pointer to the Windows Disassembler 32.  Thanks to Herbert
21364         Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
21365
21366         * dlls/msacm32/driver.c:
21367         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21368         Another usage of non-portable functions...
21369
21370         * msdos/dosmem.c:
21371         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21372         Some values of pBiosData added/fixed.
21373
21374         * 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:
21375         Patrik Stridvall <ps@leissner.se>
21376         Moved some more code to the X11 driver.
21377
21378         * 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:
21379         Patrik Stridvall <ps@leissner.se>
21380         TTY driver changes.
21381
21382         * 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:
21383         Patrik Stridvall <ps@leissner.se>
21384         X11 driver changes.
21385
21386         * 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:
21387         Patrik Stridvall <ps@leissner.se>
21388         Non-X11 compile fix for generated code.
21389
21390         * include/monitor.h, windows/multimon.c:
21391         Patrik Stridvall <ps@leissner.se>
21392         Implementation of the new monitor abstraction.
21393
21394         * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
21395         Patrik Stridvall <ps@leissner.se>
21396         New TTY driver for GDI.
21397
21398         * configure, configure.in, include/acconfig.h, include/config.h.in:
21399         Patrik Stridvall <ps@leissner.se>
21400         - Added the graphics/ttydrv directory.
21401         - Don't search for reentrant X when X doesn't exist.
21402         - Added config options HAVE_LIBXXPM
21403         - Added checks if the header files also exist for some libraries
21404
21405 Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
21406
21407         * 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:
21408         Francois Gouget <fgouget@psn.net>
21409         Replaced references to interfaces.h by wine/obj_xxx.h headers instead
21410         since these headers already provide the necessary definitions.
21411
21412         * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
21413         Eric Pouech <Eric.Pouech@wanadoo.fr>
21414         Removed references to obsolete msdos/cdrom.c file.
21415         Make use of new Wine internal CD ROM interface.
21416
21417         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21418         Fixed tracks indexing in mcicda.c
21419         Make use of new Wine internal CD ROM interface.
21420
21421         * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
21422         Eric Pouech <Eric.Pouech@wanadoo.fr>
21423         New Wine internal interface for handling CD Rom (especially audio CD
21424         ROM).
21425
21426         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
21427         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21428         Change a few types to match you-know-who's declarations.
21429         HTREEITEM is a struct _TREEITEM FAR*
21430         GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
21431         Adjustment of Wine C code to match the new types included.
21432
21433         * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21434         Fixed GET_LZ_STATE macro.
21435
21436         * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
21437         Lionel Ulmer <ulmer@directprovider.net>
21438         Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
21439
21440         * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
21441         Albert den Haan <albertd@corel.ca>
21442         Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
21443
21444         * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
21445         reslen could be used uninitialised in GetFileResource32 (fixes some
21446         strange VerQueryValue crashes).
21447
21448         * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
21449         Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
21450         LOCALE_IINTLCURRDIGITS.
21451
21452         * memory/selector.c, relay32/kernel32.spec:
21453         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21454         Bugfix: Preserve EAX in UnMapSLFixArray().
21455
21456         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21457         Fixes little pointer bug in DPA_DeletePtr().
21458
21459         * if1632/kernel.spec, memory/string.c:
21460         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21461         Implemented KERNEL.434 (UnicodeToAnsi).
21462
21463         * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21464         GetDiskFreeSpaceEx32A can get null pointers and still not crash.
21465
21466         * graphics/psdrv/driver.c:
21467         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21468         Clear up args to PSDRV_AdvancedSetupDialog.
21469
21470         * graphics/x11drv/xfont.c:
21471         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21472         Reduce MAX_FONT_SIZE to 1000.
21473
21474 Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
21475
21476         * 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:
21477         Added input queue to server-side console object,
21478         read/write_console_input requests, and use them for
21479         Read/WriteConsoleInput.
21480
21481         * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
21482         Fix to allow for recvmsg() returning less data than is needed.
21483
21484         * include/toolhelp.h, include/windows.h:
21485         Attempt at fixing the MAX_PATH multiple definition problem.
21486
21487 ----------------------------------------------------------------
21488 Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
21489
21490         * include/module.h, loader/ne/resource.c:
21491         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21492         Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
21493         usable by the VERSION code.
21494
21495         * include/pe_image.h, loader/pe_resource.c:
21496         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21497         Added GetResDirEntryA for use by the VERSION code.
21498
21499         * misc/Attic/ver.c, misc/Makefile.in:
21500         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21501         Removed old VER.DLL code.
21502
21503         * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
21504         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21505         Implementation of VERSION.DLL. Based on old misc/ver.c.
21506         - Accessing PE version info resources should work correctly now.
21507         - Fixed memory leaks.
21508         - Clean separation of 16- and 32-bit parts.
21509         - Minor bugfixes.
21510
21511         * Makefile.in, configure, configure.in, dlls/Makefile.in:
21512         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21513         Add new subdirectories dlls/ver and dlls/version.
21514
21515         * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
21516         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21517         Implementation of VER.DLL. Thunks up to VERSION.DLL.
21518
21519         * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
21520         IsCharAlpha32A: use look-up table from ole2nls.c.
21521
21522         * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
21523         LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
21524         NORM_IGNORESYMBOLS in string mapping mode.
21525
21526         * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
21527         Create X window for child windows reparented to be top level windows.
21528
21529         * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
21530         Juergen Schmied <juergen.schmied@metronet.de>
21531         Stub for PathQualify32[A|W].
21532
21533         * graphics/d3dmaterial.c, graphics/ddraw.c:
21534         Lionel Ulmer <ulmer@directprovider.net>
21535         Babrian Viktor <v@ulysses.sch.bme.hu>
21536         - added support for ColorKeying during blits
21537         - miscellaneous fixes
21538
21539         * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
21540         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
21541         Added an implementation of MRSW locks.
21542
21543         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
21544         Added missing includes (the PSP handling was incorrect, as the
21545         MZ_SUPPORTED definition was missing). Added a simple handler for
21546         direct console input, which needs to be improved.
21547
21548         * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
21549         Small fix.
21550
21551         * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
21552         List handles WaitForMultipleObjects is waiting for when running with
21553         -debugmsg +win32.
21554
21555         * dlls/advapi32/security.c, relay32/advapi32.spec:
21556         Juergen Schmied <juergen.schmied@metronet.de>
21557         Stub for GetSecurityDescriptorControl.
21558
21559         * relay32/user32.spec, windows/user.c:
21560         Juergen Schmied <juergen.schmied@metronet.de>
21561         Stub for GetUserObjectSecurity.
21562
21563         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
21564         Implemented handling of REG_MULTI_SZ and fixed small bug in
21565         RegSetValue.
21566
21567         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
21568         Every EM_GETLINE send between a 32W to a 32A window returned
21569         incomplete values before (the first 2 chars where cut away).
21570
21571         * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21572         Fix typo in SetWindowPos32.
21573
21574 Sat Jan 30 15:55:28 1999  Alexandre Julliard  <julliard@winehq.com>
21575
21576         * include/builtin32.h, misc/main.c, relay32/builtin32.c:
21577         Marcus Meissner <marcus@jet.franken.de>
21578         Enable/disable relay32 debugging on the fly. Start app with
21579         -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
21580
21581         * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
21582         Lionel Ulmer <ulmer@directprovider.net>
21583         Added check for the presence of Mesa's header files.
21584
21585         * multimedia/audio.c, multimedia/dsound.c:
21586         Andreas Mohr <a.mohr@mailto.de>
21587         Fixed error messages.
21588
21589         * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
21590         Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
21591
21592         * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
21593         SetParent should link the window at the start of the list.
21594
21595         * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
21596         In Window SetWindowPos with SWP_HIDEWINDOW does not remove
21597         the focus from the focus window; ShowWindow with SW_HIDE does.
21598         So move the code that does this from SetWindowPos to ShowWindow.
21599
21600         * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
21601         Check for NULL in lstrcpy* (Windows uses real exception handlers).
21602
21603         * Makefile.in: James Juran <juran@cse.psu.edu>
21604         Don't install include files when --disable-lib is used.
21605
21606         * relay32/winmm.spec:
21607         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21608         Added WINMM joy* .spec entries.
21609
21610         * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21611         XMS fix.
21612
21613         * msdos/dosmem.c:
21614         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21615         Spelling fix.
21616
21617         * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21618         Doc update.
21619
21620         * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
21621         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21622         Some interrupt enhancements.
21623
21624         * msdos/ioports.c:
21625         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21626         implemented timer latching
21627         trace message fix
21628         temporary "fix" for Linux's coarse timer resolution
21629
21630         * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
21631         Francis Beaudet <francis@macadamian.com>
21632         Implemented the startup-shutdown mechanism for the COM subsystem.
21633         Implemented the Class object registration mechanism.
21634
21635         * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
21636
21637         * 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:
21638         Francis Beaudet <francis@macadamian.com>
21639         Added an implementation of the OLE structured storage. The main
21640         features of this implementation are:
21641         - Can open storages created in Windows.
21642         - Can create new storages that the windows libraries can
21643           read.
21644         - Provides all the functionality to create/open/remove and
21645           rename streams and storages inside the main storage object.
21646
21647         * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
21648         Ove Kaaven <ovek@arcticnet.no>
21649         Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
21650         through a function pointer instead. Added a few traces. Fixed the
21651         "Memory corruption !" message in DGA mode. Commented out an
21652         unnecessary TSXF86VidModeSetViewPort that caused my X server to
21653         act up, relying on TSXF86DGASetViewPort instead.
21654
21655         * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
21656         Marcus Meissner <marcus@jet.franken.de>
21657         Some more warnings and bugs fixed.
21658
21659         * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
21660         Small update.
21661
21662         * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
21663         Alex Priem <alexp@sci.kun.nl>
21664         - The usual bugfixes.
21665         - Better unicode support (only defines, currently)
21666         - Drag & drop implemented.
21667         - LPSTR_TEXTCALLBACK should work now.
21668         - First start at custom draw code.
21669
21670         * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
21671         Make sure that the keystate received by the WM_XBUTTONUP and
21672         WM_XBUTTONDOWN matches the message. In X, the keystate is changed
21673         after the message is processed.  In Windows, it is changed before.
21674
21675         * dlls/advapi32/security.c, dlls/advapi32/service.c:
21676         Matthew Becker <mbecker@glasscity.net>
21677         Doc updates.
21678
21679         * win32/file.c: Berend Reitsma <berend at asset-control.com>
21680         SetFileAttributes32A changed to make file writeable when
21681         FILE_ATTRIBUTE_READONLY is not set.
21682
21683         * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
21684         Joseph Pranevich <jpranevich@lycos.com>
21685         Preliminary color console support.
21686
21687         * 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:
21688         Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
21689         Updated Finnish language support.
21690
21691 Fri Jan 29 15:12:11 1999  Alexandre Julliard  <julliard@winehq.com>
21692
21693         * 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:
21694         Marcus Meissner <marcus@jet.franken.de>
21695         Updated msvideo. New program 'icinfo [-about] [-configure]' to
21696         query installed (win32) compressors. Started on AVIFILE support.
21697
21698 Thu Jan 28 17:56:14 1999  Alexandre Julliard  <julliard@winehq.com>
21699
21700         * 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:
21701         Noomen Hamza <noomen@macadamian.com>
21702         Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
21703         classes.
21704
21705         * debugger/dbg.y, debugger/debug.l:
21706         NF Stevens <norman@arcady.u-net.com>
21707         Implemented the symbolfile command (as mentioned by the help
21708         command). This reads a symbol file in the format generated by nm.
21709
21710         * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
21711         - Small bug fix.
21712         - Added direct play ascii interfaces.
21713         - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
21714
21715         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21716         Fixed FILE_VIEW struct initialisation.
21717
21718         * include/dosexe.h:
21719         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21720         Fixed non-i386 compile.
21721
21722         * 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:
21723         James Juran <jrj120@psu.edu>
21724         Commented out unused variables to prevent needless compiler warnings.
21725
21726         * include/ddeml.h, misc/ddeml.c:
21727         Keith Matthews <keith_m@sweeney.demon.co.uk>
21728         1st cut implementation of DdeInitialize32W and supporting code.
21729
21730         * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
21731         Matthew Becker <mbecker@glasscity.net>
21732         Documentation standardizations.
21733
21734         * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
21735         Stephane Lussier <stephane@macadamian.com>
21736         - Made the message queue access to be thread safe. (Using two new
21737           functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
21738           instead of GlobalLock16()).
21739         - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
21740           wine-debugger).
21741
21742         * 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:
21743         Marcus Meissner <marcus@jet.franken.de>
21744         Fixed a lot of warnings for possible problems.
21745
21746         * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
21747         Fixed typo.
21748
21749         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
21750         Fixed various bugs.
21751         Made newbie mode easier.
21752
21753         * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
21754         Marcus Meissner <marcus@jet.franken.de>
21755         Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
21756
21757         * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
21758         Switch ncurses.h/curses.h include (works better for FreeBSD).
21759
21760         * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
21761         Fixed loading of win32 drivers.
21762
21763 Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
21764
21765         * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
21766
21767         * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21768         Temporary #if 0'ed part for builtin modules in MSACM to make it
21769         compile with the patch for loadable drivers.
21770
21771         * include/driver.h, relay32/winmm.spec, windows/driver.c:
21772         Eric Pouech <Eric.Pouech@wanadoo.fr>
21773         Added support for loading drivers in Wine.
21774
21775         * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
21776         A perl script to produce a bug report with little hassle.
21777
21778         * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
21779         Added (dummy) Death/Resurrection calls to DisplayDib.
21780
21781         * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
21782         Allocate a DOS handle if we open a normal file with LZOpenFile16.
21783
21784         * graphics/ddraw.c, include/ddraw.h:
21785         Lionel Ulmer <ulmer@directprovider.net>
21786         - added depth conversion routines (only 8bpp -> 16 bpp for now)
21787         - added support of DEPTH_FILL for Blits
21788         - added some flags in GetCaps to get some games working
21789
21790         * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
21791         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21792         Implemented GetIconInfo16 -> call to GetIconInfo32.
21793
21794         * scheduler/client.c: Commented out EXEC_SERVER
21795
21796         * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
21797         3 missing WINAPI added.
21798
21799         * 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:
21800         Juergen Schmied <juergen.schmied@metronet.de>
21801         Small fixes.
21802
21803         * dlls/comctl32/treeview.c, include/commctrl.h:
21804         Juergen Schmied <juergen.schmied@metronet.de>
21805         Changed some treeview related definitions.
21806
21807         * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
21808         Juergen Schmied <juergen.schmied@metronet.de>
21809         Implemented SHBrowseForFolder() dialog.
21810
21811         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
21812         Fixed typo in type (removed quite a few warnings).
21813
21814         * dlls/advapi32/security.c, relay32/advapi32.spec:
21815         Marcus Meissner <marcus@jet.franken.de>
21816         Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
21817         Return NULL from OpenThreadToken.
21818
21819         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
21820         Do not endlessly loop in CONSOLE_get_input after EOF.
21821         Create xterm even if stdin is not a terminalhandle.
21822         SetConsoleCursorPosition: Only make complex console on row change,
21823         ignore interline positioning (so the cygwin cmdline tools do not
21824         create xterms unnecessary)
21825
21826         * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21827         Make sure DrvGetPrinterData returns the correct data if cbData <= 1
21828
21829         * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
21830         Stephane Lussier <stephane@macadamian.com>
21831         - Changing MESSAGEQUEUE structure according to Ulrich proposition.
21832         - One message queue for every thread needing it.
21833         - Messages in the message queue are now stored in a linked list
21834         - Messages are allocated in the system heap.
21835         - Messages in the message queue are 32 bits (MSG32).
21836         - All read/write operations regarding messages in the message queue are
21837           thread safe.
21838
21839 Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
21840
21841         * 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:
21842         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21843         Fixed several bugs and typos.
21844
21845         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21846         Updates and fixes.
21847
21848         * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
21849         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21850         New drag list control.
21851
21852         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21853         Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
21854
21855         * dlls/comctl32/progress.c, include/progress.h:
21856         Eric Kohl <ekohl@abo.rhein-zeitung.de>
21857         Added WM_[G/S]ETFONT handling.
21858
21859         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21860         Added WM_COMMAND and WM_NOTIFY handling.
21861
21862         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21863         Fixed redraw bug for tracking tooltips.
21864
21865         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21866         Added some messages to the rebar control.
21867
21868         * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
21869         Several internal functions won't compile when the conditional
21870         #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
21871         comes out false.  I moved the conditionals around so that
21872         the file would at least compile.  Not sure if it does the
21873         right thing on non-linux/FreeBSD/NetBSD systems.
21874
21875         * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
21876         Moved process.h higher up the include list, to avoid a problem with
21877         "ERR" being redefined in sys/regset.h.
21878
21879         * misc/comm.c: Geoff Clare <gwc@root.co.uk>
21880         The B57600 and B115200 symbols are not defined in Unixware.
21881
21882         * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
21883         Change SW_??? options on list box scrolling so that they match what
21884         Windows does.
21885
21886         * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
21887         Moved DOS handle allocation slightly, to fix potential memory
21888         leaks and lost handles. Also removed some useless init code.
21889
21890         * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
21891         Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
21892         Internal PostScript printer driver improvements.
21893
21894         * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
21895         Changed EDIT_EM_CharFromPos to return line number.
21896
21897         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
21898         Free the private data pointer, THEN set it to NULL.
21899
21900         * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
21901         Missing WINAPI.
21902
21903         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
21904         Sylvain St.Germain <sylvain@macadamian.com>
21905         Implementation of the SafeArray family functions.
21906
21907         * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
21908         Guy Albertelli <galberte@neo.lrun.com>
21909         Added stub for SetThreadLocale.
21910
21911         * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
21912         Finished GetTextCharsetInfo routine.
21913
21914         * ole/nls/enu.nls, ole/ole2nls.c:
21915         Guy Albertelli <galberte@neo.lrun.com>
21916         Fixed FIXME in EnumTimeFormats32W
21917         Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
21918         GetLocaleInfo32W.
21919
21920         * documentation/internal-dll, documentation/shell32, documentation/wine.man:
21921         Pascal Cuoq <Pascal.Cuoq@inria.fr>
21922         Fixed typos.
21923
21924         * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
21925         Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
21926         searching for DBG and PDB files.
21927
21928         * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
21929         Fix for files which do not contain exports (fg, EXE) to get processed
21930         for debug information.
21931
21932         * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
21933         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21934         Implemented KERNEL.621 (CBClientThunkSLEx).
21935
21936         * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
21937         Marcus Meissner <marcus@jet.franken.de>
21938         Allow switching off/on of debugmsgs in the debugger.
21939
21940         * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
21941         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21942         Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
21943         data.
21944
21945 Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
21946
21947         * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
21948         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21949         Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
21950         DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
21951         WIN16_PeekMessage32 and WIN16_TranslateMessage32.
21952
21953         * 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:
21954         Juergen Schmied <juergen.schmied@metronet.de>
21955         - some fixes, cleaned up includes, fixed leaks
21956         - clean DllReferenceCount, better DllMain()
21957         - dynamically linking LookupIconIdFromDirectoryEx32 and
21958           CreateIconFromResourceEx32 to USER32
21959         - moved guid's instances to new file shellguid.c
21960         - implemented  ShellExecuteEx32W
21961
21962         * ole/Makefile.in, ole/compobj.c, ole/guid.c:
21963         Juergen Schmied <juergen.schmied@metronet.de>
21964         Moved the instance creation of GUID's to a new file.
21965         Size of compobj.o goes down to 1/3; should prevent more sig11's.
21966
21967         * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
21968         New file to instantiate GUID's ms-like.
21969
21970         * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
21971         Set private data struct to NULL to expose problems in other code
21972         better. Fixes the XUnmapWindow problems reported by replacing them
21973         with NULL ptr dereferences.
21974
21975         * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
21976         Zygo Blaxell <uj22kfbc@umail.furryterror.org>
21977         Fixed typos.
21978
21979         * files/file.c, include/file.h, loader/dos/dosvm.c:
21980         Marcus Meissner <marcus@jet.franken.de>
21981         DOS programs use handles 0-4 without opening/closing any of those
21982         handles first. Split up Init from AllocDosHandle and call it from
21983         the DOSVM.
21984
21985         * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
21986         Remove configure.in->configure rule (we might not have autoconf).
21987
21988         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
21989         Added "user-friendly" warning for missing X.
21990
21991         * include/ole.h: Fixed GetObject macro problem.
21992
21993         * documentation/status/direct3D:
21994         Lionel Ulmer <ulmer@directprovider.net>
21995         - updated documentation to be in sync with current code
21996
21997         * graphics/d3dmaterial.c, graphics/d3dviewport.c:
21998         Lionel Ulmer <ulmer@directprovider.net>
21999         - various warning and bug fixes
22000
22001         * graphics/d3ddevices.c, graphics/d3dtexture.c:
22002         Lionel Ulmer <ulmer@directprovider.net>
22003         - added more texture formats using OpenGL's packed pixel formats
22004
22005         * graphics/d3dexecutebuffer.c, include/d3d.h:
22006         Lionel Ulmer <ulmer@directprovider.net>
22007         - better support for ExecuteBuffers
22008
22009         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22010         - corrected bug in Z Buffer allocation
22011         - put VIDEOMEMORY flag for all primary surfaces
22012         - put something in a surface after a ReleaseDC
22013
22014         * misc/printdrv.c: Morten Welinder <terra@diku.dk>
22015         Missing WINAPI.
22016
22017         * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
22018         Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
22019
22020         * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
22021         Check opened enhmetafile for magic values.
22022
22023         * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
22024         Fixed duplicate sound buffer handling. Updated status.
22025
22026         * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
22027         New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
22028         REG_MULTI_SZ (including \0x00)
22029         Better debug output for REG_BINARY and REG_MULTI_SZ
22030         Rewritten RegQueryValueEx32[A|W]
22031
22032         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
22033         Implemented CreateHalftonePalette.
22034         Fixed 3 crashes (1 real, 2 potential).
22035
22036         * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
22037         Marcus Meissner <marcus@jet.franken.de>
22038         Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
22039
22040         * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
22041         Sylvain St.Germain <sylvain@macadamian.com>
22042         DoDragDrop and OleIsCurrentClipboard stub implementation.
22043
22044         * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
22045         Make LoadTypeLib stub return failure instead of success.
22046
22047 Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
22048
22049         * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
22050         Marcus Meissner <marcus@jet.franken.de>
22051         Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
22052         API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
22053
22054 Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
22055
22056         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
22057         Francis Beaudet <francis@macadamian.com>
22058         There were two copies of the DdeCmpStringHandles (A and W) and that
22059         API does not have 2 versions. Removed the extra version.
22060
22061 Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
22062
22063         * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
22064         Small patch.
22065
22066         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22067         Win32 console needs SYNCHRONIZE access.
22068
22069         * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
22070         Marcus Meissner <marcus@jet.franken.de>
22071         autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
22072         fixed includers.
22073
22074         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
22075         LCMapStringA: if dstlen is insufficient, return
22076         ERROR_INSUFFICIENT_BUFFER (verified).
22077
22078         * objects/enhmetafile.c, relay32/gdi32.spec:
22079         Marcus Meissner <marcus@jet.franken.de>
22080         Some small fixes to enhmetafiles.
22081
22082         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
22083         Do not call ownerdraw for invalid items (empty focusrects).
22084         Fixes Eudora 16bit empty Inbox problem.
22085
22086         * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
22087         Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
22088         these functions with the same logic as the NC_DrawCloseButton function.
22089
22090         * windows/win.c: Noel Borthwick <noel@macadamian.com>
22091         Reparenting a window with SetParent in Windows should cause the child
22092         window being re-parented to be moved up to the topmost in the z-order,
22093         and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
22094
22095         * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
22096         Use external DirectPlay DLLs by default.
22097
22098         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22099         Allow passing task handles to GetThreadQueue() and SetFastQueue().
22100
22101         * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22102         Handle (console) applications that never created a queue correctly
22103         in USER_AppExit(); call InitThreadInput() in InitApp().
22104
22105         * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22106         - Fixed creation of message queue in hook API routines.
22107         - Some preparations for thread-local message queues.
22108
22109         * loader/ne/module.c:
22110         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22111         Check module name length in ModuleNext().
22112
22113         * windows/x11drv/event.c:
22114         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22115         Use Callout to call RedrawWindow32.
22116
22117         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
22118         Clear DOS extended error only for funcs >=0x2f (thanks to Dave
22119         Pickles).
22120
22121         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22122         Unified palette create, do allocate colorcells on init for DGA.
22123
22124 Tue Jan 19 17:48:25 1999  Alexandre Julliard  <julliard@winehq.com>
22125
22126         * 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:
22127         Hacked server-side device support
22128         Added user APCs support.
22129         Many changes to the xterm console to make use of the server (not
22130         finished yet).
22131         Moved some other small stuff to the server.
22132
22133         * tools/make_requests: Added long type format.
22134
22135         * server/Makefile.in, server/device.c:
22136         Added server-side device support (only a hack for now).
22137
22138 Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
22139
22140         * ChangeLog:
22141         Recovered log entries from CVS mailing list.
22142
22143         * relay32/ntdll.spec, dlls/ntdll/rtl.c:
22144         Marcus Meissner <marcus@jet.franken.de>
22145         Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
22146
22147         * files/file.c
22148         Marcus Meissner <marcus@jet.franken.de>
22149         Handle ERROR_WRITE_PROTECT too in readonly fallback open.
22150
22151         * dlls/advapi32/security.c, relay32/advapi32.spec:
22152         Marcus Meissner <marcus@jet.franken.de>
22153         Added GetSecurityDescriptorLength stub for regedt32.exe.
22154
22155         * debugger/Makefile.in, files/Makefile.in:
22156         Marcus Meissner <marcus@jet.franken.de>
22157         Add "" around -D defines for paths with spaces in them.
22158
22159         * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
22160         Lionel Ulmer <ulmer@directprovider.net>
22161         Cleaned up ColorKey handling.
22162
22163         * objects/metafile.c:
22164         Paul Quinn <paulq@COREL.CA>
22165         METARECORD member rdParam should be rdParm (in win32 sdk)
22166         lots of changes in this source file to reflect this change.
22167
22168         * 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,
22169         relay32/gdi32.spec:
22170         Paul Quinn <paulq@COREL.CA>
22171         Fixed bad defines, added a few types 'n defines.
22172
22173         * windows/dinput.c:
22174         Marcus Meissner <marcus@jet.franken.de>
22175         Disable broken callbacks which lead to crashes.
22176
22177         * multimedia/mcistring.c:
22178         Eric Pouech <Eric.Pouech@wanadoo.fr>
22179         Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
22180         internal structures).
22181
22182         * misc/toolhelp.c:
22183         Marcus Meissner <marcus@jet.franken.de>
22184         debug.h needs to be included last since it #undefs ERR for Solaris.
22185
22186         * debugger/debug.l, debugger/memory.c:
22187         Marcus Meissner <marcus@jet.franken.de>
22188         Added /u format to debugger display for UNICODE strings.
22189
22190         * loader/pe_image.c:
22191         Marcus Meissner <marcus@jet.franken.de>
22192         Remove irritating FIXME line no longer needed.
22193
22194         * msdos/int2f.c:
22195         Eric Pouech <Eric.Pouech@wanadoo.fr>
22196         Added missing '\n' in FIXME message.
22197
22198         * graphics/ddraw.c:
22199         Robert Riggs <rriggs@tesser.com>
22200         objbase.h needed for WINE_StringFromCLSID(), fix C function
22201         declarations, install a colormap if we are not managed, release
22202         backbuffers in DGA mode, fix video mode switching logic to avoid
22203         possible NULL pointer dereference.
22204
22205         * msdos/dpmi.c:
22206         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22207         Small fix.
22208
22209         * 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:
22210         Better DOS file handle management.
22211
22212         * documentation/common_controls:
22213         Francis Beaudet <francis@macadamian.com>
22214         This should help prevent duplicate work.
22215
22216         * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
22217         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22218         Implemented Death() and Resurrection(), two functions needed by some
22219         TPWin (?) command line tool.
22220
22221         * windows/winproc.c:
22222         Juergen Schmied <juergen.schmied@metronet.de>
22223         Added 32->16 translation for WM_ACTIVATEAPP.
22224
22225         * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
22226         Juergen Schmied <juergen.schmied@metronet.de>
22227         New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
22228         Implementation for SHGetSpecialFolderPath32[A|W].
22229         Many bugfixes.
22230
22231         * console/xterm.c, misc/port.c, win32/console.c:
22232         Joseph Pranevich <jpranevich@lycos.com>
22233         Change all Wine openpty() implementations to match the "standard" and
22234         then make them both call the same code leaving the option to change
22235         that code to call the "standard" openpty() at a later date.
22236
22237         * relay32/kernel32.spec, scheduler/process.c:
22238         Marcus Meissner <marcus@jet.franken.de>
22239         Added SetProcessAffinityMask stub.
22240
22241         * graphics/ddraw.c, include/ddraw.h:
22242         Marcus Meissner <marcus@jet.franken.de>
22243         Fixed the other union misuse too (one less mem corruption)
22244         Re-added XInstallColormap (or non managed does not change palette)
22245
22246         * if1632/kernel.spec, scheduler/synchro.c:
22247         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22248         Added an implementation for KERNEL.495.
22249
22250         * 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:
22251         Lionel Ulmer <ulmer@directprovider.net>
22252         - added bitmask to store which ColorKey structures are valid
22253         - handle many new rendering states, some optimizations in state changes
22254         - 8bit palettized textures now support ColorKeying
22255         - some miscellaneous bug fixes and code rewrite
22256
22257         * controls/menu.c:
22258         Noomen Hamza <noomen@macadamian.com>
22259         Fixed the look of the menu so it would be compliant with Win95: modified
22260         the mouse tracking code so it would change the selection every time the
22261         mouse moved over a menu item.
22262
22263         * documentation/how-to-port:
22264         Mike Castle <dalgoda@shell.rt66.com>
22265         Small fix.
22266
22267         * dlls/comctl32/updown.c:
22268         Noel Borthwick <noel@macadamian.com>
22269         Fixed bugs:
22270         - When an edit control buddy was used single digit values were not
22271         being displayed.
22272         - Comma values were not displayed correctly when thousands separation
22273         was requested.
22274
22275         * win32/newfns.c:
22276         Tom Bech <tomb@ii.uib.no>
22277         While the debug event messages are not implemented, WaitForDebugEvent
22278         should return FALSE.
22279
22280         * if1632/user.spec, objects/bitmap.c:
22281         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22282         Implemented CopyImage16.
22283
22284         * documentation/bugreports 
22285         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22286         Small fix.
22287
22288         * console/generic.c, msdos/int21.c:
22289         Marcus Meissner <marcus@jet.franken.de>
22290         Changed 0x01 to use generic console, fixed 0x0b.
22291         Fixed CONSOLE_GetCharacter (two args swapped).
22292
22293         * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
22294         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22295         Allow specifying module name for NE dummy module.
22296
22297         * loader/pe_image.c 
22298         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22299         Set module name of dummy module equal to module name of PE module.
22300
22301         * controls/scroll.c, controls/uitools.c:
22302         Marcus Meissner <marcus@jet.franken.de>
22303         Missing include wine/winuser16.h added.
22304
22305         * graphics/vga.c:
22306         Marcus Meissner <marcus@jet.franken.de>
22307         Create an actual primary surface for screenbuffer.
22308
22309 ----------------------------------------------------------------
22310 Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
22311
22312         * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
22313         Andreas Mohr <a.mohr@mailto.de>
22314         Added config.sys parser.
22315
22316         * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
22317         Small change in LB_SETCURSEL32 handling (the caret should be moved as
22318         well).
22319
22320         * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
22321         Marcus Meissner <marcus@jet.franken.de>
22322         Use autoconf check for presence of sys/file.h.
22323
22324         * dlls/ntdll/rtl.c, relay32/ntdll.spec:
22325         Marcus Meissner <marcus@jet.franken.de>
22326         Implemented DbgPrint, added ultoa.
22327
22328         * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
22329         PeekConsoleInput & ReadConsoleInput need to return 0 records read in
22330         the case of an invalid handle.
22331
22332         * console/ncurses.c, loader/main.c:
22333         Joseph Pranevich <jpranevich@lycos.com>
22334         More verbose debugging output.
22335         Remove compilation warning.
22336
22337         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
22338         Fix up some interrupt calls to return at the data that they are supposed
22339         to. Also increase comment verbosity to help debug things later.
22340
22341         * include/options.h, misc/main.c, misc/version.c:
22342         Andreas Mohr <a.mohr@mailto.de>
22343         Added switch -dosver.
22344         Cleanup for OaBuildVersion().
22345
22346         * libtest/.cvsignore: Added vartest and volinfo
22347
22348         * 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:
22349         Juergen Schmied <juergen.schmied@metronet.de>
22350         Many bugfixes, code cleanup.
22351         Removed a few glitches from the COM patch.
22352
22353         * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
22354         Only destroy window once.
22355
22356         * graphics/ddraw.c, include/ddraw.h:
22357         Marcus Meissner <marcus@jet.franken.de>
22358         - moved drawable to common since it is used by both DGA and Xlib.
22359           (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
22360         - added BltFast sanity checks.
22361
22362         * windows/queue.c, loader/task.c:
22363         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22364         InitApp() call removed from 32-bit application startup;
22365         create task message queue in InitThreadInput() instead.
22366
22367         * loader/ne/convert.c:
22368         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22369         Added accelerator table PE->NE resource conversion.
22370
22371         * debugger/editline.c:
22372         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22373         Restart read() in case of EINTR in TTYget().
22374
22375         * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
22376         Ptr ref wrong.
22377
22378         * 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:
22379         Bertho Stultiens <bertho@panter.soci.aau.dk>
22380         Wrc version 1.0.8. Toolbar resources are now supported. A couple of
22381         other fixes are also included. See file tools/wrc/CHANGES for details.
22382
22383         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
22384         Missing WINAPI.
22385
22386         * 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:
22387         James Juran <jrj120@psu.edu>
22388         Add missing #includes and prototypes to eliminate some implicit
22389         function declaration warnings and 'extern's in .c files.
22390
22391         * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
22392         Ove Kaaven <ovek@arcticnet.no>
22393         Check for resizeterm in ncurses.
22394
22395         * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
22396         Francis Beaudet <francis@macadamian.com>
22397         New test program for VARIANT functions.
22398
22399         * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22400         Some debug information (PDB) was not mapped when loading a module,
22401         which caused a core in the debugger when it tried to access it.
22402
22403         * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
22404         Links libwine.so.1.0 to libwine.so in Wine's main directory.
22405         Makes Wine compile with --enable-dll again.
22406
22407 Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
22408
22409         * 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:
22410         Francois Gouget <fgouget@multimania.com>
22411         Added a lot of COM interfaces definitions.
22412         Restructured COM header files for better compatibility and clarity.
22413
22414 Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
22415
22416         * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
22417         Make GetFileType work for all handle types.
22418
22419         * win32/device.c: Avoid crash on NULL dev->info.
22420
22421         * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
22422         Alex Priem <alexp@sci.kun.nl>
22423         Added stubs and defines for the flat scrollbar common control.
22424
22425         * include/commctrl.h, dlls/comctl32/datetime.c:
22426         Alex Priem <alexp@sci.kun.nl>
22427         Added some defines needed for custom draw'ing and datetime common
22428         controls.
22429
22430         * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
22431         Fixed a small bug in function ExtractIconEx32A.
22432
22433         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
22434         HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
22435
22436         * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
22437         Make DeleteFile fail for empty path.
22438
22439         * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
22440         Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
22441
22442         * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
22443         Fixed wrong buffer which caused fixups to fail.
22444
22445         * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
22446         Lionel Ulmer <ulmer@directprovider.net>
22447         - added all the Direct3D error codes
22448         - added 8bit palettized texture support
22449
22450         * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
22451         ifdefs for defines not in linux 2.0.
22452
22453         * relay32/winspool.spec, misc/printdrv.c:
22454         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22455         Added two stubs for AddPrinterDriver.
22456
22457         * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
22458         Ove Kaaven <ovek@arcticnet.no>
22459         Queue SIGALRM to reduce the "signal 14 lost" complaints.
22460         Added support for reprogramming the DOS timer, and reading back the
22461         current value.
22462
22463         * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
22464         Wine hangs when registry (corrupted) has lone \ at end of file.
22465
22466         * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
22467         Kostya Ivanov <kostya@warmcat.excom.spb.su>
22468         Small patch that enables Clarion for Windows not to trap while
22469         loading.
22470
22471         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
22472         Replace troublesome assignments by memset for whole struct.
22473
22474         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22475         Added handling of the 'palent' field of the CreatePalette procedure.
22476
22477         * documentation/wine.man:
22478         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22479         Added description about including/excluding functions from relay
22480         trace.
22481
22482         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22483         Read at least 1 input record in ReadConsoleInputA.
22484
22485         * memory/virtual.c:
22486         Fixed CreateMapping when a mapping with the same name already exists.
22487
22488 Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
22489
22490         * server/file.c: Fixed file destruction when file has no name.
22491
22492 Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
22493
22494         * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22495         Warns user if multiple -dll switches are used on command line.
22496
22497         * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
22498         Fixed a leftover HeapFree in the trackbar common control.
22499
22500         * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
22501         Alex Priem <alexp@sci.kun.nl>
22502         Fixed some problems with the tab common control (with thanks to Anders
22503         Carlsson <anders.carlsson@linux.nu>).
22504
22505         * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
22506         Alex Priem <alexp@sci.kun.nl>
22507         Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
22508         and some missing defines.
22509
22510         * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
22511         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22512         Use MakeCriticalSectionGlobal on all critical sections used across
22513         process boundaries.
22514
22515         * include/winbase.h, include/windows.h:
22516         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22517         Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
22518
22519         * documentation/wine.man:
22520         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22521         Added environment variables in the man page.
22522
22523         * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
22524         Fixed args of MZ_CreateProcess.
22525
22526         * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
22527         Andreas Mohr <a.mohr@mailto.de>
22528         Fixed string bug in programs/.
22529
22530         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
22531         Added stupid "action" emulation for hardware timers in ioports.c.
22532
22533         * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
22534         Again a small DOSASPI patch.
22535
22536         * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
22537         Andreas Mohr <a.mohr@mailto.de>
22538         Documentation updates.
22539
22540         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
22541         - check if palette is not null when setting a palette
22542         - check if window handle is valid before getting its 'drawable'
22543
22544         * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
22545         Prevent core dump with some TTF (when X11 runs with a true type
22546         server).
22547
22548         * server/console.c: Marcus Meissner <marcus@jet.franken.de>
22549         Use stdout for default console output.
22550
22551 ----------------------------------------------------------------
22552 Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
22553
22554         * 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:
22555         Lionel Ulmer <ulmer@directprovider.net>
22556         - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
22557         - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
22558         - added stretching to Blt function
22559
22560         * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
22561         Try to autodetect NT4.
22562
22563         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22564         0 means success, all else failure for WaitForSingleObject.
22565
22566         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
22567         Do not advance the cursor in certain routines. This cleaned up the
22568         implementation quite a bit.
22569
22570         * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
22571         Set console video mode when loading DOS app. (Eventually, I want to
22572         mimic Windows 9x's behavior by setting the video mode only when non
22573         INT 21 calls are used to allow for arbitrary-sized consoles).
22574
22575         * console/interface.c, console/xterm.c:
22576         Joseph Pranevich <jpranevich@lycos.com>
22577         Xterm driver can now resize the terminal when a mode change is
22578         detected.
22579
22580         * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
22581         Long standing scroll bug fixed!
22582
22583         * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
22584         Joseph Pranevich <jpranevich@lycos.com>
22585         Rewrite of configuration system to support "regular" curses as well as
22586         eliminating the --with-ncurses option. Now, ncurses support will be
22587         built in if a compatible library is detected.
22588
22589         * include/wintypes.h, windows/defdlg.c:
22590         NF Stevens <norman@arcady.u-net.com>
22591         Fix the return type of DLGPROC type and mask out the unset highword of
22592         the return when a 16 bit dialog proc is called.
22593
22594         * include/interfaces.h: Rein Klazes <rklazes@casema.net>
22595         Add interface ID's for upcoming ITypeLib implementation.
22596
22597         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
22598         Bugfix for trailing slashes, repetition of '/' or '\' and
22599         SetLastError() in GetFullPathname.
22600
22601         * 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:
22602         Juergen Schmied <juergen.schmied@metronet.de>
22603         Moved ADVAPI32 files to dlls/advapi32.
22604         Added stubs for eventlog functions.
22605
22606         * 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:
22607         Juergen Schmied <juergen.schmied@metronet.de>
22608         New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
22609         Cleanup, some more functions UNICODE ready.
22610
22611         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
22612         SHCloneSpecialIDList implemented.
22613         SHGetDataFromIDListA corrected.
22614
22615         * dlls/shell32/iconcache.c:
22616         Juergen Schmied <juergen.schmied@metronet.de>
22617         Shell_GetCachedImageIndex32[A|W] implemented.
22618
22619         * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
22620         Andreas Mohr <a.mohr@mailto.de>
22621         Implemented raw device access calls for ioctlGenericBlkDevReq()
22622         and therefore moved the core functionality of int2[56].c into files/drive.c.
22623
22624         * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
22625         Added automatic CMOS RAM checksum calculation.
22626
22627         * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
22628         Andreas Mohr <a.mohr@mailto.de>
22629         SendASPI32Command32 has to be __cdecl.
22630         Updated documentation/aspi and reverted an ERR back to WARN.
22631
22632         * documentation/bugreports: James Juran <jrj120@psu.edu>
22633         Of course we want the last 100 lines, not the first 100 lines.
22634         Use 'tail' instead of 'head'. Also fix text alignment from
22635         previous patch.
22636
22637         * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
22638         Reading joystick 5 when we only support 4 should fail instead of
22639         hang.
22640
22641         * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
22642         Playing a non-existent CD should fail instead of crash.
22643
22644         * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
22645         Check for necessary configure reruns for Makefile and Make.rules
22646         generation.
22647
22648         * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
22649         Emulates ins/outs correctly for DOS programs.
22650
22651         * 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:
22652         Implemented file sharing checks in the server.
22653         Added set file time server request.
22654         Overall clean up of the file handling (DOS device handling is now
22655         broken, should be redone).
22656
22657 Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
22658
22659         * memory/virtual.c:
22660         Fixed bug in CreateFileMapping when name is not NULL.
22661
22662         * server/request.c: Fixed CHECK_STRING display.
22663
22664 Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
22665
22666         * if1632/kernel.spec, memory/local.c:
22667         Richard A Lough <ralough.ced@dnet.co.uk>
22668         Put return value of LocalAlloc in CX too.
22669
22670         * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
22671         Protect against multiple includes.
22672
22673         * dlls/shell32/iconcache.c: Use proper system directory.
22674
22675         * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
22676
22677         * 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:
22678         Michael Veksler <mveksler@techunix.technion.ac.il>
22679         Moves more stuff from windows.h.
22680         - include/winuser.h - interface relevant to user32.spec
22681         - include/wine/winuser16.h - the old 16 bit interface (internal use)
22682         - include/winbase.h - some minor updates to keep things coherent.
22683         - Lot of other files made to include wine/winuser16.h, which is no
22684           longer included from windows.h
22685
22686         * scheduler/handle.c: Fixed CloseHandle() on global handles.
22687
22688         * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
22689         James Juran <jrj120@psu.edu>
22690         Add some information to the man page and README file.
22691         Make documentation/win95look say [Tweak.Layout] instead of
22692         [Tweaks.Layout].
22693         Fix incorrect command given in documentation/bugreports.
22694         Standard error was not being redirected, so most of the
22695         output was lost.
22696
22697         * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
22698         Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
22699
22700         * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
22701         Initialize lpdwNeeded.
22702
22703         * if1632/snoop.c:
22704         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
22705         Include stuff even if not on __i386__ for debug defines.
22706
22707         * ole/variant.c:
22708         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
22709         Another // comment fixed.
22710
22711         * server/file.c:
22712         Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
22713         Need <errno.h> for errno decl. on Solaris.
22714
22715         * include/wingdi.h, include/x11font.h, objects/font.c:
22716         Douglas Ridgway <ridgway@winehq.com>
22717         Implement TranslateCharsetInfo, change charset type to BYTE.
22718
22719         * controls/combo.c, controls/listbox.c, include/combo.h:
22720         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
22721         Better CB_SETCURSEL message handling.
22722
22723         * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
22724         Moved MsgWaitForMultipleObject implementation to USER routines, using
22725         a normal Win32 event.
22726
22727         * tools/make_requests: Send debugging output to stderr.
22728
22729         * 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:
22730         Cleaned up and removed some no longer used code.
22731
22732         * memory/virtual.c: Use server file mapping objects.
22733
22734         * 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:
22735         Added server-side file mapping object support.
22736
22737         * misc/crtdll.c:
22738         Hacked stdio functions to use Win32 file handles. Still needs a proper
22739         stdio emulation.
22740
22741         * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
22742         Use Win32 file handles instead of Unix ones.
22743
22744         * 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:
22745         Take into account handle inheritance flag.
22746
22747 Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
22748
22749         * debugger/db_disasm.c:
22750         Changed db_task_printsym to always print a full address, no matter
22751         what the operand size is.
22752
22753         * scheduler/critsection.c: Re-implemented using a real semaphore.
22754
22755         * 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:
22756         Removed client-side wait functions; all waiting is now done through
22757         the server.
22758
22759         * 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:
22760         Added change notifications.
22761         Added global handle support.
22762
22763 Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
22764
22765         * include/thread.h, scheduler/synchro.c:
22766         Changed server wait logic a bit.
22767
22768         * win32/console.c:
22769         Hacks to support server-side console. Should be redone properly
22770         some day.
22771
22772         * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
22773         Reimplemented Read/WriteFile to use server file descriptors.
22774         Removed file position hack as it is wrong for Win32 (should be redone
22775         for Win16 only).
22776
22777         * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
22778         Added anonymous pipe support
22779
22780         * 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:
22781         Added several file server requests
22782         Added server-side pipes and consoles
22783
22784 Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
22785
22786         * 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:
22787         Added beginnings of server-side file handling.
22788         Added -debugmsg +server support.
22789         Better server request dumping for varargs requests.
22790
22791         * windows/x11drv/wnd.c:
22792         Fixed SetFocus that was broken when moved to x11drv.
22793
22794         * 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:
22795         Added add_queue/remove_queue to server object operations.
22796         Moved select() loop functions to select.c.
22797
22798 Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
22799
22800         * programs/regtest/regtest.c:
22801         Renamed ERR macro to avoid confusing the make_debug script.
22802
22803         * 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:
22804         Juergen Schmied <juergen.schmied@metronet.de>
22805         Fixed tons of incomplete prototypes, assignment's of pointer with
22806         different signedness, superflous ',' and ';' in structures, wrong
22807         return-types, lose of digits and some small glitches.
22808
22809         * graphics/x11drv/xfont.c, include/x11font.h:
22810         Alex Korobka <korobka@galaxy.ams.sunysb.edu>
22811         Cleaned up font encoding handling. Added 'Ignore#' option to the
22812         [fonts] section. Also, file with cached metrics now has the value of
22813         $DISPLAY appended to the filename.
22814
22815         * 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:
22816         Marcus Meissner <marcus@jet.franken.de>
22817         Changed // comments to /* */ so WINE compiles with non-gcc compilers
22818         again.
22819
22820         * 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:
22821         Patrik Stridvall <ps@leissner.se>
22822         Moved more things to the X11 driver.
22823
22824         * include/wingdi.h, objects/brush.c:
22825         Francois Gouget <fgouget@multimania.com>
22826         Fixed the prototype of CreateDIBPatternBrushPt
22827
22828         * include/windows.h: Francois Gouget <fgouget@multimania.com>
22829         Removed the CN_xxx macros since they are not used, do not correspond to
22830         any Windows define and conflict with MFC defines.
22831         windows.h must provide all the definitions contained in winbase.h
22832         Some Xxx32 functions did not have the associated Xxx macro.
22833
22834         * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
22835         Added a typedef for __int64 which is a builtin Visual C++ type
22836         Added a typedef for PUINT
22837
22838         * include/objbase.h: Francois Gouget <fgouget@multimania.com>
22839         REFIID was not defined.
22840
22841         * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
22842         Pavel Roskin <pavel_roskin@geocities.com>
22843         configure first checks whether it is possible to compile IPX code with
22844         Glibc headers. If it fails, next check determines whether direct inclusion
22845         of <linux/ipx.h> works.
22846
22847         * include/tchar.h: Francois Gouget <fgouget@multimania.com>
22848         Provides the mappings. MBCS and Unicode functions are not implemented.
22849         Standard (SBCS) functions may exist or not, with the same or a different
22850         semantics.
22851
22852         * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
22853         Alex Priem <alexp@sci.kun.nl>
22854         IPaddress common control implementation. First try; needs more work to
22855         remove boring bugs.
22856
22857 Fri Dec 25 08:55:15 1998  Alexandre Julliard  <julliard@winehq.com>
22858
22859         * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
22860         Juergen Schmied <juergen.schmied@metronet.de>
22861         Fixed the TEXT redefined warnings.
22862
22863         * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
22864         Hook into the (stubbed) resize code in msdos int10.
22865
22866         * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
22867         Joseph Pranevich <jpranevich@lycos.com>
22868         Add support for selection of console mode drivers to use using the
22869         -console option. Currently "tty", "ncurses", and "xterm" are
22870         supported.
22871         Add stubs for resizing the screen on mode changes.
22872
22873         * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
22874         Jean-Claude Cote <jean-claude@macadamian.com>
22875         Partial implementation for the following DDE APIs:
22876         DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
22877         DdeQueryString, DdeUninitialize.
22878
22879 Thu Dec 24 16:59:17 1998  Alexandre Julliard  <julliard@winehq.com>
22880
22881         * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
22882         Jean-Claude Cote <jean-claude@macadamian.com>
22883         Added VarDateFromStr API.
22884
22885         * dlls/comctl32/trackbar.c, include/trackbar.h:
22886         Alex Priem <alexp@sci.kun.nl>
22887         - Tooltip support
22888         - Vertical trackbars supported now
22889         - TBS_BOTH support (goes along with partial cleanup of drawing code)
22890         - Use COMCTL32 heap instead of system heap
22891
22892         * graphics/ddraw.c, include/ddraw.h:
22893         Peter Hunnisett <hunnise@nortelnetworks.com>
22894         Added all clipper&3d stubs.
22895         Starting ColorKey support.
22896         Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
22897         Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
22898         Added SurfaceEnum dwFlags.
22899
22900         * include/dplay.h, multimedia/dplay.c:
22901         Peter Hunnisett <hunnise@nortelnetworks.com>
22902         Added macros to header file for easier function calling.
22903         Changed implementation a little bit.
22904         Added stubs for dplay3. Still need to break into A and W versions.
22905
22906         * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
22907         CreateFile32A was only allowing console opens on CONIN$/OUT$. This
22908         has been changed to have a case insensitive compare.
22909
22910         * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
22911         Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
22912
22913         * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
22914         Jean-Claude Cote <jean-claude@macadamian.com>
22915         Implemented the GetBinaryType API function.
22916
22917         * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
22918         Ove Kaaven <ovek@arcticnet.no>
22919         Added some new dosmod communication possibilities, including
22920         activating a dosmod-specific setitimer(), and the capture of some
22921         common signals, which is returned to Wine (previously a SIGILL
22922         would just cause a "dosmod sync lost" without explanation, now it
22923         invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
22924         SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
22925         be reported by -debugmsg +relay instead of -debugmsg +int. And
22926         fixed non-i386 compilation of dosmod. (Anything else?!)
22927
22928         * loader/main.c, windows/win.c:
22929         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22930         Desktop window queue handling adapted.
22931
22932         * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
22933         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22934         Queue handling adapted to new queue routines.
22935
22936         * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
22937         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22938         Implemented stub for InitThreadInput.
22939         Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
22940
22941         * loader/task.c, miscemu/main.c:
22942         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22943         Use Callout table instead of direct GetProcAddress.
22944         UserYield moved to USER.
22945
22946         * include/callback.h, misc/callback.c, if1632/thunk.c:
22947         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22948         Callout table (for KERNEL->USER calls) added.
22949         Callbacks->CallPostAppMessageProc removed.
22950
22951         * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
22952         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
22953         Handle non-hardware X events correctly with native USER
22954         (removed reference to MESSAGEQUEUE from KERNEL code).
22955         Handle Expose events with native USER.
22956
22957         * misc/crtdll.c:
22958         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
22959         Better _ultoa().
22960
22961         * win32/time.c: Rein Klazes <rklazes@casema.net>
22962         Fix small problem in GetTimeZoneInformation().
22963
22964         * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
22965         Lowest scan code seems to be 1, not zero.
22966
22967         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22968         Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
22969
22970         * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
22971         Juergen Schmied <juergen.schmied@metronet.de>
22972         New stubs.
22973
22974         * dlls/shell32/iconcache.c:
22975         Juergen Schmied <juergen.schmied@metronet.de>
22976         Fixes crash when running without external shell32.dll.
22977
22978         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
22979         More messages [LB_*,EM_*] translated 32A from/to 32W.
22980
22981         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
22982         Dest buffer was printed out as str.
22983
22984         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
22985         Getting strings with VerQueryValue32W was broken. Complete
22986         reconstruction of the function.
22987
22988         * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
22989         Fix number and type of args in debugging statements.
22990
22991         * ole/storage.c: Marcus Meissner <marcus@mud.de>
22992         IStorage32 vtable was missing 3 stub entries.
22993
22994 Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
22995
22996         * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
22997         Douglas Ridgway <ridgway@winehq.com>
22998         Documentation for TranslateCharsetInfo.
22999
23000         * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
23001         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23002         Make the DOSASPI part use the excellent DPMI RMCB implementation done
23003         by Ove Kaaven, which makes the code _much_ cleaner.
23004
23005         * Make.rules.in, Makefile.in, configure, configure.in:
23006         Todd Vierling <tv@pobox.com>
23007         Use -lwine for linking.
23008
23009         * windows/message.c, windows/queue.c:
23010         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23011         Bugfix: always clear QS_... from *both* changeBits and waitBits.
23012         Bugfix: queue->hSendingTask is *queue* handle, not task handle.
23013
23014         * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
23015         François Gouget <gouget@metaintegration.net>
23016         First step to make it possible to call COM interfaces from C++ code in
23017         Winelib.
23018
23019         * dlls/comctl32/treeview.c, include/treeview.h:
23020         Alex Priem <alexp@sci.kun.nl>
23021         Preliminary tooltip support.
23022         WM_SETFONT/GETFONT added.
23023         Some bug fixes.
23024         Use COMCTL32 heap instead of system heap.
23025
23026         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23027         Implemented PolylineTo.
23028
23029         * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
23030         The Zw... Functions in ntdll.dll are just alternate entry
23031         points for the same functions as the Nt... function of the
23032         same names.  Changed ntdll.spec to match this.
23033
23034         * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
23035         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23036         Reorganized PE module loading to prepare for elf-dll loader.
23037         WINE_MODREF creation moved to one central location.
23038         Bugfix: correctly select native/built-in version if .DLL
23039         extension is missing in LoadLibrary call.
23040
23041         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23042         Changed error values MCI_INTERNAL to their correct values.
23043
23044         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23045         Removed warning.
23046
23047         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23048         No longer sending directly messages to DriverProc but rather go through
23049         MCI layer (required for open/close).
23050
23051         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23052         Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
23053         for pointing out the bug, see the fix in mcistring.c)
23054         Fixed MCI seeking on CD audio.
23055
23056         * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
23057         Stubs for WaitNamedPipe[A|W].
23058
23059         * 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:
23060         Juergen Schmied <juergen.schmied@metronet.de>
23061         Small fixes.
23062
23063         * dlls/shell32/shellord.c:
23064         Juergen Schmied <juergen.schmied@metronet.de>
23065         Stub Control_FillCache_RunDLL.
23066
23067         * dlls/shell32/shell32_main.c:
23068         Juergen Schmied <juergen.schmied@metronet.de>
23069         SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
23070
23071         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
23072         ILAppend seems to work now.
23073
23074         * relay32/kernel32.spec, win32/kernel32.c:
23075         Juergen Schmied <juergen.schmied@metronet.de>
23076         Stubs for WaitNamedPipe[A|W].
23077
23078 Tue Dec 15 18:04:58 1998  Alexandre Julliard  <julliard@winehq.com>
23079
23080         * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23081         Fix GetTempPath32 if count=0.
23082
23083         * 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:
23084         Todd Vierling <tv@pobox.com>
23085         - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
23086           (run autoconf after this).  Note that the check has been altered to break
23087           out of the AC_CHECK_HEADERS after the first match - this is so
23088           <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
23089           with the emulated ossaudio.
23090         - check for <soundcard.h> along with the other two in a mutually-exclusive
23091           manner in the various *.c files that need it; change include of
23092           "mmsystem.h" to "multimedia.h" so this logic is all in one place
23093         - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
23094           includes:
23095           * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
23096             ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
23097             neither splitting with #-directives nor a two-arg ioctl work;
23098           * changing the #if logic to allow both FreeBSD and NetBSD to share the
23099             appropriate code blocks
23100         - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
23101           (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
23102         Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
23103
23104         * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
23105         Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
23106         Set the class hints for managed windows.
23107
23108         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
23109         Bugfix: GetFullPathName sets lpFilePart only when the last element
23110         does not end with '\'.
23111
23112         * 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:
23113         Paul Quinn <paulq@COREL.CA>
23114         Lots of new defines and stubs.
23115
23116         * Make.rules.in, Makefile.in, configure, configure.in:
23117         Todd Vierling <tv@pobox.com>
23118         These patches add support for --enable-dll on NetBSD, and may even do so for
23119         FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
23120         mycroft@netbsd.org for doing this work!
23121
23122         * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
23123         Global constructors using `.section .ctors' are bogus for NetBSD's
23124         assembler. Use the appropriate `.stabs' when on NetBSD.
23125
23126         * ole/variant.c: Todd Vierling <tv@pobox.com>
23127         Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
23128         Fixed some constants that are too big for a plain `int'.
23129
23130         * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
23131         Check for MAXFLOAT if FLT_MAX isn't there.
23132
23133         * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
23134         graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
23135         using --enable-dll.
23136
23137         * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
23138         Veksler Michael <mveksler@techunix.technion.ac.il>
23139         Move declarations from windows.h to wingdi.h and winuser.h.
23140
23141 Mon Dec 14 18:15:11 1998  Alexandre Julliard  <julliard@winehq.com>
23142
23143         * 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:
23144         Marcus Meissner <marcus@jet.franken.de>
23145         Made async IO (SIGIO) stuff from WINSOCK generic useable.
23146         Added async IO support to FILE and CONSOLE objects.
23147
23148         * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
23149         Prevent segfault in setsockopt when optname is SO_LINGER and optval is
23150         null.
23151
23152         * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
23153         Juergen Schmied <juergen.schmied@metronet.de>
23154         Some cleanup.
23155
23156         * dlls/shell32/iconcache.c:
23157         Juergen Schmied <juergen.schmied@metronet.de>
23158         SHMapPIDLToSystemImageListIndex try's to determine and load the exact
23159         icon for files (by type) now.
23160
23161         * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
23162         New HCR_GetDefaultIcon (internal).
23163
23164         * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
23165         Ove Kaaven <ovek@arcticnet.no>
23166         Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
23167         RMcall shortcuts independent of dosmod. SS had been left out of
23168         the REALMODECALL copy routines for some reason, fixed now. Also
23169         cleaned up a few compiler warnings.
23170
23171         * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
23172         Added ability to specify X fonts used for Helv and Tms Rmn typefaces
23173         with DefaultSerif and DefaultSansSerif INI keys.
23174
23175         * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
23176         Bertho Stultiens <bertho@panter.soci.aau.dk>
23177         - Added a global label for elf-dll linking and a long with the resource
23178           size and a long with the directory size.
23179         - Killed an annoying warning since version 1.0.0 in parser.y about a
23180           var being used before init.
23181
23182         * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
23183         Juergen Schmied <juergen.schmied@metronet.de>
23184         Adds the IPersistFile Interface to IShellLink[W] and gave both own
23185         IClassFactorys.
23186
23187         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
23188         (ReadConsole32A): small and stupid bug fixed
23189         (WriteConsoleOutput): bug fixed (attributes may change within lines)
23190         and enhanced speedwise by using buffering.
23191         (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
23192
23193         * misc/crtdll.c, relay32/crtdll.spec:
23194         Marcus Meissner <marcus@jet.franken.de>
23195         _ultoa implemented.
23196
23197         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
23198         Small hack to get rid of annoying err:resource: message for
23199         MessageBoxes.
23200
23201         * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
23202         Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
23203         the pointer.
23204
23205         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
23206         Save the original video mode before going fullscreen and restore it
23207         when the last DirectDraw_Release is called. Also fix a problem where
23208         the viewport wasn't set to 0,0.
23209
23210         * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
23211         Made more cross-platform by changing ->_fileno to fileno().
23212
23213         * windows/win.c: NF Stevens <norman@arcady.u-net.com>
23214         Fix the Z-order of maximized/minimized child windows.
23215
23216         * graphics/x11drv/xfont.c:
23217         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23218         XLFDs should be well-formed (14 hyphens) to match scalable fonts.
23219         Stop slant field becoming wildcarded too early.
23220
23221         * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
23222         (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
23223
23224         * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23225         Hack OLE_GetFormat* to return something if datelen = 0.
23226         Remove unnecessary WINAPI's.
23227
23228 ----------------------------------------------------------------
23229 Fri Dec 11 15:04:11 1998  Alexandre Julliard  <julliard@winehq.com>
23230
23231         * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
23232         Patrick Spinler <spinler.patrick@mayo.edu>
23233         Implemented CreateToolhelp32Snapshot, including two of the routines
23234         using snapshots, Process32First and Process32Next.
23235
23236         * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
23237         Justin Bradford <justin@ukans.edu>
23238         Most of the currency variant conversion functions implemented.
23239         Minor bugfixes and header tidying.
23240
23241         * 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:
23242         Marcus Meissner <marcus@jet.franken.de>
23243         Added RasEnumConnections stub.
23244
23245         * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
23246         Juergen Schmied <juergen.schmied@metronet.de>
23247         Bugfix in PathCombine32[A|W].
23248         View menu in explorer and on right mouse button is working now.
23249
23250         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
23251         Implemented  ILGetDisplayName.
23252
23253         * dlls/shell32/classes.c, dlls/shell32/shellord.c:
23254         Juergen Schmied <juergen.schmied@metronet.de>
23255         Started implementation of ShellExecuteEx32A.
23256         Small changes.
23257
23258         * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
23259         Juergen Schmied <juergen.schmied@metronet.de>
23260         Moved menu resources to rc-file.
23261
23262         * include/pe_image.h, ole/ole2nls.c, win32/file.c:
23263         Marcus Meissner <marcus@jet.franken.de>
23264         Two debug messages clarified, one useless prototype removed.
23265
23266         * include/oleauto.h, ole/variant.c:
23267         Marcus Meissner <marcus@jet.franken.de>
23268         294 missing WINAPI added.
23269
23270         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
23271         Kill swapped out (wine) processes too and truncate diff after some xxx
23272         lines.
23273
23274         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
23275         Fixed SetLastError with wrong value.
23276
23277         * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
23278         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23279         Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
23280         misc/printdrv.c and fix a few compile warnings.
23281
23282         * 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:
23283         Andreas Mohr <a.mohr@mailto.de>
23284         Fixed a bunch of compiler warnings.
23285
23286         * files/file.c: Marcus Meissner <marcus@jet.franken.de>
23287         Added Win32 synchro to FILEs (useful only for terminal handles).
23288
23289 Thu Dec 10 16:04:51 1998  Alexandre Julliard  <julliard@winehq.com>
23290
23291         * 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:
23292         Francis Beaudet <francis@macadamian.com>
23293         Sylvain St-Germain <sylvain@macadamian.com>
23294         Thuy Nguyen <thuy@macadamian.com>
23295         Lots of new stubs.
23296
23297         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23298         Let the System_Time_Selector clock tick.
23299
23300         * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
23301         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23302         Adapted to CreateSystemTimer interface change.
23303
23304         * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
23305         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23306         Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
23307         (NOTE: 16-bit callbacks still don't work!)
23308
23309         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
23310         - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
23311         the child window so that the system menu is set correctly.
23312         - In MDICascade and MDITile use WM_MDIRESTORE message
23313         to restore maximized window so that system menu is
23314         handled correctly.
23315
23316         * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
23317         Jean-Claude Cote <jean-claude@macadamian.com>
23318         Added implementation of the VARIANT APIs.
23319
23320         * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23321         Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
23322
23323         * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
23324         handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
23325         better handling of LPSTR_TEXTCALLBACK32A
23326         TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
23327
23328         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
23329         Warn if two .exes conflict with each other and the second does not
23330         have relocation records.
23331
23332         * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23333         Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
23334         contain '/','\\' or ':'.
23335
23336         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
23337         Fixed a potential crash if a usable video mode is not detected.
23338
23339         * tools/make_authors: Script to generate authors files
23340
23341         * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
23342         Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
23343         as well as AddRef(), GetCapabilites(), EnumObjects(),
23344         GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
23345         and RunControlPanel() for IDirectInputDevice.
23346
23347         * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
23348         Set window focus in  _common_IDirectDraw_SetDisplayMode().
23349
23350         * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
23351         Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
23352
23353         * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
23354         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23355         Removed deferred Expose events handling.
23356
23357         * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23358         Don't clip VisRgn against X desktop.
23359
23360         * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23361         LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
23362
23363         * graphics/x11drv/xfont.c:
23364         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23365         Sanity check on font size.
23366
23367         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
23368         Missing parentheses added.
23369
23370 Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
23371
23372         * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
23373         Marcus Meissner <marcus@jet.franken.de>
23374         Enhanced Win32 Console (XTERM)
23375         - inputhandling enhanced (keys and mouseclicks)
23376         - win32 synchronization (partial)
23377         - lots of enhancements to drawing functions
23378         - simple/complex console (simple-stdin/stdout -> complex-xterm).
23379
23380         * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
23381         Joseph Pranevich <jpranevich@lycos.com>
23382         Add a driver to open up a new xterm window whenever console output is
23383         needed. Derived from console/win32.c but we are not yet ready to merge
23384         the code completely.
23385
23386         * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
23387         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23388         Improved the handling of font encodings.
23389
23390         * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
23391         Implemented DPMI RMCBs using the DOS subsystem, and a few other
23392         improvements. Also, some special-cased shortcut paths will allow some
23393         common real-mode call/RMCB combinations to work even without calling the
23394         DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
23395         even on platforms that cannot use dosmod.
23396
23397         * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
23398         Marcus Meissner <marcus@jet.franken.de>
23399         Some unnecessary #include and messages removed.
23400
23401         * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23402         Some small corrections to EnumSystemLocales32AW
23403
23404 Tue Dec  8 15:06:39 1998  Alexandre Julliard  <julliard@winehq.com>
23405
23406         * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
23407         Tried another kludge for the Xmd.h problem.
23408
23409         * 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:
23410         Stephen Crowley <crow@debian.org>
23411         Added fullscreen DGA support.
23412
23413         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23414         Fixed dummy entries in MAIN_ParseLanguageOption().
23415
23416         * include/mmsystem.h, multimedia/mcicda.c:
23417         Brian Gerst <bgerst@quark.vpplus.com>
23418         Properly implement MCI_CDA_STATUS_TYPE_TRACK.
23419         Fix an off-by-one bug with MCI_STATUS_LENGTH.
23420
23421         * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
23422         Superflous WINAPI removed.
23423
23424         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
23425         Warn about invalid entrypoints (created by viruses) which result in
23426         Wine crashes.
23427
23428         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
23429         Create X11 palette on DirectDrawSurface::SetPalette, not before (we
23430         might not have an X11 window yet).
23431
23432         * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
23433         Move TWEAK_Init from USER to GDIInit.
23434
23435         * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
23436         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23437         Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
23438         printing functions.
23439
23440         * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23441         Fix includes.
23442
23443         * graphics/x11drv/text.c:
23444         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23445         Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
23446         or charExtra are non-zero.
23447
23448         * 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:
23449         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23450         Replace GRAPH_ functions with Win SDK equivalents.
23451
23452 Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
23453
23454         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
23455         Reverted previous patch.
23456
23457         * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
23458         Don't define MZ_SUPPORTED on non-i386 platforms.
23459
23460         * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
23461         Fixed DPMI_CallRMProc (I think).
23462
23463         * misc/network.c, relay32/mpr.spec:
23464         Marcus Meissner <marcus@jet.franken.de>
23465         Stub for NPSGetProviderHandleA.
23466
23467         * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
23468         The scancode Windows send for extended keys is the scancode of the
23469         unextended equivalent of the key, plus the extended flag.
23470
23471         * dlls/winaspi/winaspi16.c:
23472         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23473         Fixed a real mode problem.
23474
23475         * loader/ne/module.c:
23476         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
23477         NE_MODULE.stack_size was set to a ridiculously small value of 5.
23478         Windows sets 0x1400 in such cases for programs.
23479
23480         * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23481         We don't yet want the static control to call DestroyIcon.
23482
23483         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
23484         Added case for GCW_ATOM int GetClassLong32A.
23485
23486         * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
23487         Stub for WNetOpenEnum32W.
23488
23489         * multimedia/dsound.c, relay32/dsound.spec:
23490         Robert Riggs <rriggs@tesser.com>
23491         More general code cleanup for readability.
23492         A few more parameter validation checks.
23493         Return DS_OK rather than 0 in a number of functions.
23494         Fixed primary buffer ref count bug in CreateSoundBuffer().
23495         Handle 1-3 byte sound fragments that would cause buffer overruns.
23496         Clear primary buffer with a neutral value instead of always 0
23497         (because 128 is neutral for 8-bit sound).
23498         Fix bug with mixing 8-bit sound into the primary buffer.
23499         Broke out the main block in DSOUND_thread() to another function for
23500         readability.
23501         Handle "no audio" and "audio busy" cases properly when initializing
23502         dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
23503
23504         * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
23505         Made variables optimized into registers accessible.
23506
23507         * relay32/user32.spec:
23508         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23509         The spec definition for MonitorFromWindow was wrong.
23510
23511         * msdos/int21.c: Stefan Leichter <sle@camline.com>
23512         File handle bug fix.
23513
23514         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23515         Added paragraph about different dll versions and structure sizes.
23516
23517         * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23518         Added missing TOOLINFO structure.
23519
23520         * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
23521         Fixed a heap bug.
23522
23523         * 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:
23524         Andreas Mohr <a.mohr@mailto.de>
23525         - Several kernel.spec return type mismatch fixes
23526         - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
23527         - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
23528         - LocalNotify() basic support
23529         - Fixes for local heap handling with heap handles created by Virtual*()
23530
23531         * graphics/x11drv/xfont.c:
23532         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23533         Bugfix: -microsoft-symbol encoding was not recognized.
23534
23535         * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23536         Bugfix: WIN_ResetQueueWindows would skip some windows.
23537
23538         * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23539         Allow recursively reentering CALL32_LargeStack.
23540
23541         * 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:
23542         Patrik Stridvall <ps@leissner.se>
23543         Added the new TTY driver.
23544
23545         * 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:
23546         Patrik Stridvall <ps@leissner.se>
23547         Moved more code to the X11 driver.
23548
23549 Thu Dec  3 16:29:56 1998  Alexandre Julliard  <julliard@winehq.com>
23550
23551         * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
23552         Joseph Pranevich <jpranevich@lycos.com>
23553         Call the new console driver for some routines. This is not completely
23554         done yet and more for testing purposes.
23555
23556 Wed Dec  2 19:58:09 1998  Alexandre Julliard  <julliard@winehq.com>
23557
23558         * 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:
23559         Joseph Pranevich <jpranevich@lycos.com>
23560         Added console support.
23561
23562         * 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:
23563         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23564         Move OEM resources to the x11drv.
23565
23566         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
23567         Opening a file in a directory which doesn't exist returns
23568         ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
23569
23570         * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
23571         Handle atoms "# non number" (oracle client).
23572
23573 Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard@winehq.com>
23574
23575         * if1632/kernel.spec, misc/error.c:
23576         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23577         Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
23578         Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
23579         Added names for some undocumented exports.
23580
23581         * memory/global.c, if1632/thunk.c:
23582         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23583         Implemented GlobalChangeLockCount (KERNEL.365).
23584
23585         * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
23586         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23587         Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
23588
23589         * if1632/gdi.spec, objects/gdiobj.c:
23590         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23591         Implemented GdiFreeResources (GDI.609).
23592
23593         * include/dsound.h, multimedia/dsound.c:
23594         Robert Riggs <rriggs@tesser.com>
23595         Fixed 8-bit WAV format handling (it is unsigned data).
23596         Fixed off-by-one checks for buffer wrap.
23597         Increment ref count for primary buffer in CreateSoundBuffer().
23598         Added DSBPN_OFFSETSTOP support to position notification code.
23599         Lots of minor parameter validation checks.
23600         Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
23601         and IDirectSound_GetSpeakerConfig().
23602         Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
23603         conversion.
23604         Lots of thread locking for DirectSound buffers.
23605         Dealloc primary buffer when dsound is deallocated.
23606
23607         * include/wintypes.h:
23608         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23609         Added the TEXT() and MAKELRESULT() definitions.
23610
23611         * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
23612         Small change.
23613
23614         * Makefile.in: James Juran <jrj120@psu.edu>
23615         Revert misguided change to install_lib that broke -disable-lib
23616         configure option.
23617
23618         * misc/main.c, include/windows.h:
23619         Juergen Schmied <juergen.schmied@metronet.de>
23620         New parameter SPI_GETDRAGFULLWINDOW.
23621         One missing break in SPI_GETDRAGFULLWINDOW.
23622
23623         * dlls/shell32/pidl.c, relay32/shell32.spec:
23624         Juergen Schmied <juergen.schmied@metronet.de>
23625         New functions ILGlobalClone/ILGlobalFree.
23626
23627         * documentation/printing:
23628         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23629         Add a note about WinPrinters.
23630
23631         * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
23632         Marcus Meissner <marcus@jet.franken.de>
23633         Added some stubs, some ptr->str conversions.
23634
23635         * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
23636         Lionel Ulmer <ulmer@directprovider.net>
23637         - added definition of DirectDrawCreateClipper.
23638         - more versatile support of surfaces / better surface description support.
23639
23640         * 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:
23641         Juergen Schmied <juergen.schmied@metronet.de>
23642         Fixed wrong parameter count for SHChangeNotifyDeregister,  SHFreeUnusedLibraries.
23643         New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
23644         Stubs SHWaitForFileToOpen, PathFindOnPath.
23645
23646         * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
23647         Small changes to print the strings in the relay-trace.
23648
23649         * windows/class.c: NF Stevens <norman@arcady.u-net.com>
23650         The class name needs to be converted to a getptr.
23651
23652         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23653         Fixed memory/status recovery when error occured in MIDI_mciOpen.
23654         Fixed support for RMID files in MIDI_mciOpen.
23655         Fixed bug for playing MIDI files with tempo changes. Sound output is
23656         now correct, but length of tracks (and therefore of whole file) is not
23657         correct.
23658         Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
23659
23660         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23661         Fixed memory/status recovery when error occured in WAVE_mciOpen.
23662         Changed error values (INTERNAL => INVALID_FILE) when file cannot
23663         be read.
23664
23665         * multimedia/msvideo.c, relay32/msvfw32.spec:
23666         Juergen Schmied <juergen.schmied@metronet.de>
23667         Stubs for MCIWndCreate[A|W].
23668
23669         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
23670         VerQueryValue, bugfix: we cant convert binary data with
23671         HEAP_strdupWtoA (\VarFileInfo\Translation).
23672
23673 Mon Nov 30 17:41:17 1998  Alexandre Julliard  <julliard@winehq.com>
23674
23675         * relay32/advapi32.spec, win32/advapi.c:
23676         Juergen Schmied <juergen.schmied@metronet.de>
23677         Stubs for EnumServiceStatus32, small changes.
23678
23679         * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
23680         Load now the first icon from the *.ani file instead of crashing.
23681
23682         * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
23683         Fix warnings in miscemu/main.c.
23684
23685         * include/windows.h:
23686         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23687         - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
23688         - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
23689         - added the function definition for StartPage,EndPage,GetCommMask,
23690                 GetCommModemStatus and PurgComm,WaitCommEvent.
23691
23692         * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
23693         Fixed activation/Focus message order problem when creating a new HWND.
23694
23695         * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
23696         Paul Quinn <PaulQ@corel.com>
23697         Implementation of ChildWindowFromPointEx functions.
23698
23699         * misc/registry.c: Gavriel State <gavriels@corel.com>
23700         Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
23701
23702         * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
23703         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23704         GetSystemPaletteEntries returns palette size if entries==NULL.
23705         Use this instead of COLOR_GetSystemPaletteSize.
23706
23707         * relay32/dsound.spec, multimedia/dsound.c:
23708         Marcus Meissner <marcus@jet.franken.de>
23709         Implemented class factory for dsound.
23710
23711         * relay32/kernel32.spec, misc/comm.c:
23712         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23713         - fixed a minimal error in GetCommMask definition.
23714         - adds stubs for GetCommModemStatus and WaitCommEvent.
23715
23716         * include/xmalloc.h, library/winestub.c:
23717         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23718         Fixes for C++ Winelib compilation.
23719
23720         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
23721         Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
23722
23723 Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
23724
23725         * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
23726         James Juran <jrj120@psu.edu>
23727         Documentation updates.
23728
23729         * Makefile.in: James Juran <jrj120@psu.edu>
23730         Fixed 'make install' to really check for libwine.a before installing
23731         it.
23732
23733         * graphics/ddraw.c, include/options.h, misc/main.c:
23734         Stephen Crowley <crow@debian.org>
23735         Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
23736
23737         * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
23738         Improved GetDiskFreeSpace32A().
23739
23740 Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
23741
23742         * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23743         Remove included color.h.
23744
23745         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
23746         Remove unnecessary check for entrypoint address (test binary was
23747         infected by a virus which uses invalid PE loading stuff).
23748
23749         * graphics/painting.c, relay32/gdi32.spec:
23750         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
23751         Added stubs for Startpage and EndPage.
23752
23753         * if1632/thunk.c, objects/dc.c:
23754         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23755         Removed some unnecessary FIXME outputs.
23756
23757         * if1632/kernel.spec, loader/task.c:
23758         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23759         Implemented KERNEL.602 and stub for KERNEL.490.
23760
23761         * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23762         Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
23763
23764 Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
23765
23766         * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
23767         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
23768         Small fixes.
23769
23770         * loader/ne/resource.c, include/module.h, loader/resource.c:
23771         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23772         Moved ...Resource16 routines to loader/resource.c.
23773         Implemented accessing PE-file resources with 16-bit resource routines.
23774
23775         * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
23776         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23777         Implementation of PE->NE resource conversion routines (KERNEL.615-618).
23778
23779         * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
23780         Francis Beaudet <francis@macadamian.com>
23781         Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
23782         and SysStringLen(). Ensure that the BSTR objects were allocated
23783         according to the Windows documentation.
23784
23785         * 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:
23786         Juergen Schmied <juergen.schmied@metronet.de>
23787         Moved existing path - functions to shellpatch.c.
23788         New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
23789         PathSetDlgItemPath32A|W.
23790
23791         * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
23792         Juergen Schmied <juergen.schmied@metronet.de>
23793         Moved existing IShellLink class. New stubs for IShellLinkW.
23794
23795         * 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:
23796         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23797         Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
23798
23799         * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
23800         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23801         Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
23802         registers (used by DeviceIoControl). Adapted all users.
23803
23804         * include/winioctl.h, win32/device.c:
23805         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23806         Implemented (most) VWin32.VxD DeviceIoControl routines.
23807
23808 Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
23809
23810         * include/thread.h, scheduler/thread.c:
23811         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23812         Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
23813
23814         * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23815         Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
23816         for 32-bit queues.
23817
23818         * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23819         Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
23820         Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
23821
23822         * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
23823         Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
23824         Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
23825
23826         * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
23827         Don't match against Symbol or Nil fonts.
23828
23829         * memory/global.c: Stephen Crowley <crow@debian.org>
23830         Return the "buffers" and "cached" memory as free since it is
23831         deallocated when a program needs it anyway.
23832
23833         * windows/dialog.c, include/windows.h:
23834         Juergen Schmied <juergen.schmied@metronet.de>
23835         Bugfix: SetDlgItemText32 returns BOOL not void.
23836
23837         * relay32/user32.spec, windows/user.c:
23838         Juergen Schmied <juergen.schmied@metronet.de>
23839         New stubs GetUserObjectInformationA|W.
23840
23841         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
23842         Removed left over 'show' and useless deadbeef checking which doesn't
23843         work.
23844
23845         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
23846         Adjust broken entrypoint addresses. (win98 notepad.exe)
23847
23848         * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
23849         Updated according to development.
23850
23851         * if1632/mmsystem.spec, relay32/winmm.spec:
23852         Eric Pouech <Eric.Pouech@wanadoo.fr>
23853         Some new stubs (midiStreamXXX functions, some mci functions, and
23854         some mmio functions).
23855
23856         * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23857         Moved MCI part to mcimidi.c ; added DriverProc.
23858
23859         * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23860         Moved MCI part to mciwave.c ; added some error checking ; added
23861         DriverProc
23862
23863         * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
23864         Eric Pouech <Eric.Pouech@wanadoo.fr>
23865         Added mcimidi and mciwave.
23866
23867         * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23868         Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
23869         seek command.
23870
23871         * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23872         Starting writing MCI part ; fixed bug in MCI_INFO command.
23873
23874         * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23875         Added some missing stubs in 32 bit part.
23876
23877         * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23878         Made use of new 16/32 MCI message handling in mmsystem.c.
23879
23880         * include/mmsystem.h, include/multimedia.h:
23881         Eric Pouech <Eric.Pouech@wanadoo.fr>
23882         Added some new functions/structures definitions.(I couldn't get all
23883         the manifest constants values that MS was referring to in its specs...
23884         if someone has them...)
23885
23886         * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23887         Added some error checking ; made use of new 16/32 MCI message handling
23888         in mmsystem.c ; fixed bug in MCI_INFO command.
23889
23890         * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23891         Added some error checking ; made use of new 16/32 MCI message
23892         handling in mmsystem.c.
23893         Added Win95 command to handle cd-rom with both data and audio ; fixed
23894         bug in MCI_INFO command ; shadowing MCI status for devices that can't
23895         get current status ; fixed status not being updated on cd change.
23896
23897         * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
23898         Factorized 16/32 bit MCI function by using  message mapping from 16
23899         to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
23900         mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
23901         yet working. Fixed some issues regarding asynchronous MCI commands ;
23902         fixed MCI_SYSINFO command.
23903
23904         * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
23905         Fixed some quirks.
23906
23907 Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
23908
23909         * 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:
23910         Juergen Schmied <juergen.schmied@metronet.de>
23911         Many fixes.
23912
23913         * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
23914         New function: _ILGetExtension.
23915
23916         * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
23917         Juergen Schmied <juergen.schmied@metronet.de>
23918         New file. HKEY_CLASSES_ROOT handling.
23919
23920         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23921         Updated.
23922
23923         * 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:
23924         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23925         Added Unicode support (at least partially).
23926
23927         * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
23928         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23929         Added IOleAdviseHoler interface (still a dummy) and fixed
23930         CreateOleAdviseHolder().
23931
23932         * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
23933         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23934         Added global subclassing atom, used by tooltips and updown (not yet).
23935
23936         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23937         Improved layout code.
23938
23939         * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
23940         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23941         Fixed ImageList_LoadImage().
23942
23943         * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23944         Added CMEM_SETITEM32A and message forwarding to combobox.
23945
23946         * ole/moniker.c, relay32/ole32.spec:
23947         Eric Kohl <ekohl@abo.rhein-zeitung.de>
23948         Added stub for CreateItemMoniker().
23949
23950         * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23951         Fixed some undocumented function names and implemented DPA_Merge
23952         partially.
23953
23954         * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23955         Enabled double click for buttons.
23956
23957         * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
23958         Added command and return constants used by WM_NOTIFYFORMAT.
23959
23960         * 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:
23961         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
23962         Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
23963
23964         * include/options.h, misc/main.c, ole/ole2nls.c:
23965         Juergen Schmied <juergen.schmied@metronet.de>
23966         Small fixes to get the default language to a sensible value.
23967         Thanks to Pablo.
23968
23969         * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
23970         Douglas Ridgway <ridgway@winehq.com>
23971         Miscellaneous small fixes.
23972
23973         * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
23974         Andreas Mohr <a.mohr@mailto.de>
23975         Added Win16 implementation for GetRegionData().
23976
23977         * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
23978         Enhanced OABuildVersion() to return different version values for
23979         different winvers.
23980
23981         * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
23982         Added INT21_ParseFileNameIntoFCB() and some other things to get
23983         COMMAND.COM working.
23984
23985         * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
23986         Added missing entry for GetNumberFormatW.
23987
23988         * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
23989         Checking for NULL-pointer.
23990
23991         * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
23992         Robert Pouliot <krynos@clic.net>
23993         Better OLE support in French languages.
23994
23995         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
23996         Implementation of CreateProcess32W.
23997
23998         * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
23999         Queuing of deferred Expose events.
24000
24001         * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
24002         LB_GETTEXT: Handle passed NULL buffer.
24003
24004         * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
24005         CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
24006         byte NULL buffer.
24007
24008         * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
24009         Marcus Meissner <marcus@jet.franken.de>
24010         Turn mega double switch into static table (reduces compile time).
24011
24012         * AUTHORS, include/authors.h: Added Robert Riggs.
24013
24014         * include/d3d.h: Robert Riggs <rriggs@tesser.com>
24015         include ddraw.h, questionable fix for questionable struct/union
24016         construct in MS's D3DVECTOR definition.
24017
24018         * include/dsound.h: Robert Riggs <rriggs@tesser.com>
24019         More flags (DirectX 5.2), DirectSound3DListener and
24020         DirectSound3DBuffer structures, include some required files
24021         (windows.h, compobj.h, and d3d.h).
24022
24023         * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
24024         DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
24025         primary buffer is implemented closer to what the SDK docs specify,
24026         other SDK documented behaviour enforced. Completed the devcaps list.
24027
24028         * misc/crtdll.c, relay32/crtdll.spec:
24029         Juergen Schmied <juergen.schmied@metronet.de>
24030         New stubs strdate, strtime.
24031
24032         * memory/selector.c:
24033         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24034         Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
24035
24036         * misc/comm.c: Cliff Wright <cliff@snipe444.org>
24037         Fixed a mask set, and other parity setting bugs for serial ports.
24038
24039         * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
24040         Added BSDI sigcontext definitions.
24041
24042         * windows/class.c: Rein Klazes <rklazes@casema.net>
24043         Fixed typo.
24044
24045         * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
24046         Remove now useless RELAY_ShowDebugmsgsRelay check.
24047
24048         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24049         Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
24050         directory, for they seem to be relocated by the standard relocating
24051         mechanism. (Explicitly checked one program using it)
24052
24053         * dlls/shell32/shellord.c, include/shell.h:
24054         Marcus Meissner <marcus@jet.franken.de>
24055         PathAddBackshlash, PathRemoveBackslash: argument is not constant.
24056
24057         * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
24058         Check wndPtr for NULL.
24059
24060         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
24061         BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
24062
24063         * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
24064         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24065         Takes print spooler functions out of win16drv.
24066         Allows the PostScript driver to go into libwine.
24067
24068         * if1632/gdi.spec, objects/brush.c, objects/palette.c:
24069         Ian Schmidt <irsman@iag.net>
24070         Added stubs for two undocumented GDI routines, SetMagicColors and
24071         SetSolidBrush. This allows Win98 native USER to start up.
24072
24073         * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
24074         Fixed the DGA detection code in ddraw. You don't need root access,
24075         having r+w access to /dev/mem is enough.
24076
24077         * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
24078         Marcus Meissner <marcus@jet.franken.de>
24079         DirectDraw status updated.
24080         Use cooperative window for drawing in xlib implementation if possible.
24081         Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
24082
24083         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
24084         Micro patch for AltGr key on german keyboards.
24085
24086         * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
24087         Fixes error handling (SetLastError() and return value).
24088
24089         * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
24090         Partially complete GetTextCharsetInfo and corrects return values for
24091         this family of functions.
24092
24093 Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
24094
24095         * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
24096         Bug fix.
24097
24098         * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24099         Fixed retrieval of invalid palette data in GetDIBits().
24100
24101         * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
24102         Allow SWP_HIDEWINDOW to be called on windows that are already hidden
24103         without unmapping them again.
24104
24105         * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
24106         Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
24107         outside desktop window with gtwin.exe (Dutch banking program).
24108
24109         * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
24110         Small atom fixes.
24111
24112         * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
24113         Fixed bug in StretchDIBits32 (wrong origin).
24114
24115         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
24116         Small fixes.
24117
24118         * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
24119         Lionel Ulmer <ulmer@directprovider.net>
24120         Some corrections to the handling of off-screen buffers.
24121         Correction to the EnumDisplayModes function.
24122         Added XShm support to Xlib driver.
24123         Open a DirectX window even when using the DGA driver.
24124
24125         * 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:
24126         Juergen Schmied <juergen.schmied@metronet.de>
24127         Cleanup, small fixes, a few new stubs.
24128
24129         * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
24130         Handling for listviewstyles, view mode buttons in filedialogs
24131         enabled and handled.
24132         New listview columns Size, Type, Modified for reportview
24133         created and handled.
24134
24135         * dlls/shell32/if_macros.h:
24136         Juergen Schmied <juergen.schmied@metronet.de>
24137         New file, wrapper for IShellBrowser class.
24138
24139         * dlls/shell32/iconcache.c:
24140         Juergen Schmied <juergen.schmied@metronet.de>
24141         New file, some helper functions for icon cache.
24142         Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
24143         Shell_GetImageList in this file.
24144
24145         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
24146         Juergen Schmied <juergen.schmied@metronet.de>
24147         Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
24148
24149         * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
24150         LoadLibraryEx: show a warning when called with unimplemented parm.
24151
24152         * miscemu/instr.c: Cleaned up a bit.
24153
24154         * memory/selector.c, miscemu/instr.c, tools/build.c:
24155         Marcus Meissner <marcus@jet.franken.de>
24156         Clean invalid selectors on the pop %xs from the STACKFRAME itself
24157         instead of using linked list hack.
24158
24159         * Makefile.in: Removed gets message.
24160
24161         * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
24162         Added Thai nls-resources.
24163
24164         * 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:
24165         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24166         Display the language id for "XXX not supported for your language"
24167         messages.
24168         Added all languages and sublanguages for languages supported in
24169         resources/sysres_Xx.
24170
24171         * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
24172         Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
24173
24174         * ole/moniker.c: Gavriel State <gavriels@corel.com>
24175         Ensure that CreateFileMoniker functions don't return a bogus moniker
24176         object on failure.
24177
24178         * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
24179         Added code to manage Ascii and WideChar class names, and to return the
24180         names in the GetClassInfo functions.
24181
24182         * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
24183         Fix to Linux IPX so compiles on non-linux platforms.
24184
24185         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
24186         Own X11 errorhandler to locate X11 errors. Useful only with -sync.
24187
24188 Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
24189
24190         * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
24191         Juergen Schmied <juergen.schmied@metronet.de>
24192         Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
24193
24194         * 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:
24195         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24196         Moved X11 mouse cursor handling to the DISPLAY driver.
24197
24198         * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
24199         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24200         Some fixes to Wine startup/termination sequence with native USER.
24201         Do not call built-in USER signal handler when using native USER.
24202
24203         * debugger/break.c, include/debugger.h, include/task.h:
24204         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24205         Bugfix: -debug didn't work anymore after the last startup sequence patch.
24206
24207         * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24208         Fixed list insertion bug in CoLoadLibrary().
24209
24210         * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
24211         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24212         Added stubs for several VxDs / interrupts.
24213
24214         * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
24215         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24216         Should get win16drv AbortProc working. Hopefully.
24217
24218         * windows/input.c, windows/keyboard.c:
24219         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24220         Moved GetKeyboardLayoutName16 to windows/input.c.
24221
24222         * include/imagehlp.h, include/winnt.h, include/wintypes.h:
24223         Patrik Stridvall <ps@leissner.se>
24224         Moved some declarations from imagehlp.h to common include files.
24225
24226         * relay32/kernel32.spec, win32/thread.c:
24227         Rein Klazes <rklazes@casema.net>
24228         Added implementations for InterlockedExchangeAdd() and
24229         InterlockedCompareExchange().
24230
24231         * win32/console.c, objects/dib.c, objects/enhmetafile.c:
24232         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24233         Fixes a few of the many compiler warnings.
24234
24235         * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
24236         Emulate "mov cr4,eax" (tombraider 3 demo).
24237
24238         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
24239         Do not enumerate D3D devices we can't handle anyway.
24240         Return bitmasks for hi/truecolor depths in EnumDisplayModes.
24241
24242         * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
24243         Marcus Meissner <marcus@jet.franken.de>
24244         Speed up relay32, snoop16 and snoop32 include/excludes by doing them
24245         just once at creation time.
24246
24247         * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
24248         Pavel Roskin <pavel_roskin@geocities.com>
24249         Added stubs for CoRevokeClassObject and OleSetClipboard.
24250
24251         * windows/win.c: Per Ångström <pang@mind.nu>
24252         EnumTaskWindows16: Basing the selection on a window's task is not only
24253         more straightforward than comparing message queues, it also works
24254         better for Win32 applications.
24255
24256         * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24257         Changed some of the message classes.
24258
24259         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
24260         Special case handling of : Shift + arrow, shift + home, ...
24261         X returns a char for it, but Windows doesn't. Ignore X char.
24262         Also added some documentation.
24263
24264         * include/winsock.h, misc/winsock.c:
24265         Stephen Langasek <vorlon@dodds.net>
24266         Bugfixes for IPX code and preliminary groundwork for other address
24267         family support.
24268
24269         * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
24270         (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
24271         lookup (Registry is case insensitive).
24272
24273         * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
24274         Juergen Schmied <juergen.schmied@metronet.de>
24275         Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
24276         StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
24277         RtlTimeToTimeFields.
24278
24279         * include/windows.h, ole/ole2nls.c:
24280         Juergen Schmied <juergen.schmied@metronet.de>
24281         Stub for GetNumberFormat32W.
24282
24283         * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
24284         gets() fixes.
24285
24286         * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
24287         Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
24288         to be in nominative case.
24289
24290         * windows/queue.c: Per Ångström <pang@mind.nu>
24291         Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
24292         an invalid size parameter.
24293
24294         * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
24295         Added correct implementation of GetCaps, changed Play and Stop handling
24296         of positions indexes, suppressed warnings.
24297
24298         * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
24299         Corrected bug in TRACE function.
24300
24301         * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
24302         Lionel Ulmer <ulmer@directprovider.net>
24303         Corrected bug in DirectDrawSurface creation and handling for driver
24304         based upon Xlilb.
24305
24306         * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
24307         Wine keyboard and mouse have now their own UIDs.
24308
24309         * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24310         Fix allocation size in CreateDIBPatternBrush*.
24311
24312 ----------------------------------------------------------------
24313 Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
24314
24315         * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
24316         Fixed keystroke accelerators in dialogs which have controls containing
24317         other controls as child windows.
24318
24319         * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
24320         Juergen Schmied <juergen.schmied@metronet.de>
24321         Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
24322         16->32 bit conversion.
24323
24324         * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
24325         Prevent CreateDIBSection from seg faulting when one dimension of
24326         section is 0.
24327
24328         * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
24329         Stephen Langasek <vorlon@dodds.net>
24330         Support for IPX networking via winsock under Linux.
24331
24332         * relay32/gdi32.spec, graphics/painting.c:
24333         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24334         Added a stub for StartDocA and EndDoc.
24335
24336         * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
24337         James Sutherland <JamesSutherland@gmx.de>
24338         More complete implementation of the SetCtrlHandler() function (and the
24339         related console functions).
24340
24341         * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
24342         Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
24343         updates.
24344
24345         * graphics/vga.c, include/vga.h, msdos/ioports.c:
24346         Ove Kaaven <ovek@arcticnet.no>
24347         Simulate the VGA vertical refresh.
24348
24349         * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
24350         Added support of source and destination rectangles in Blit function.
24351
24352         * include/dinput.h, windows/dinput.c:
24353         Lionel Ulmer <ulmer@directprovider.net>
24354         Added device type constants and used them in device enumeration
24355         function.
24356
24357         * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24358         API documentation says that RegEnumKeyEx, RegEnumValue and
24359         RegQueryInfoKey takes the size of the buffers as characters.
24360
24361         * ole/compobj.c: Added missing #include "config.h"
24362
24363         * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
24364         Justin Bradford <justin@ukans.edu>
24365         Replaces CoCreateGuid stub with an implementation of DCE's UUID
24366         specification. Also removes some unnecessary code from StringFromCLSID.
24367
24368         * include/commctrl.h, include/winbase.h, include/wintypes.h:
24369         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24370         Added an extern "C" safeguard.
24371
24372         * include/commdlg.h, include/windows.h, windows/input.c:
24373         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24374         - adds GetExitCodeProcess
24375         - corrects the return-type of GetKeyState
24376         - corrects the winelib definition of IsDialogMessage
24377         - adds winelib definitions for PrintDlg
24378
24379         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
24380         ExtSelectClipRgn fix: RGN_DIFF did not work.
24381
24382         * objects/cursoricon.c, windows/event.c, windows/message.c:
24383         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24384         Adapted to new input event handling.
24385
24386         * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
24387         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24388         USER-side part of input event handling: contains implementation of
24389         keybd_event and mouse_event, and USER-related code removed from
24390         windows/event.c and windows/keyboard.c.
24391
24392         * windows/display.c:
24393         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24394         Stubs for DISPLAY.DRV removed from keyboard.c.
24395
24396         * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
24397         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24398         Implementation of MOUSE.DRV (contains some code taken from
24399         windows/event.c).
24400
24401         * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
24402         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24403         Implementation of KEYBOARD.DRV (code mostly taken from previous
24404         windows/keyboard.c).
24405
24406         * loader/main.c, loader/task.c, miscemu/main.c:
24407         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24408         Bugfix: really *do* switch to the initial task's stack.
24409         CallLargeStack mechanism re-enabled.
24410
24411         * include/debug.h, include/debugdefs.h:
24412         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24413         New Files. Added 'date and time picker' and 'month calendar' control
24414         dummies. They are used by Outlook Express.
24415
24416         * ole/ole2.c, relay32/ole32.spec:
24417         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24418         Added stub for CreateBindCtx() and added missing CoGetClassObject()
24419         to *.spec file. Makes Internet Explorer 4.01 happy ;-)
24420
24421         * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24422         Little improvement.
24423
24424         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24425         Added preliminary hit testing. Makes regedit.exe happy ;-)
24426
24427         * documentation/common_controls, dlls/comctl32/imagelist.c:
24428         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24429         Improved documentation and fixed typos.
24430
24431         * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
24432         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24433         Added DrawStatusText32AW() and CreateStatusWindow32AW().
24434
24435         * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24436         Improved display and layout code.
24437
24438         * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
24439         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24440         New Files. Added 'date and time picker' and 'month calendar' control
24441         dummies. They are used by Outlook Express.
24442
24443 Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
24444
24445         * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
24446         Charles Suprin <csuprin@lynx.dac.neu.edu>
24447         Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
24448
24449         * graphics/x11drv/graphics.c:
24450         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24451         Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
24452         which it did if either ellipse dimension was zero.
24453
24454         * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24455         Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
24456         is zero.
24457
24458         * relay32/mpr.spec, misc/network.c:
24459         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24460         Added stub WNetEnumCachedPasswords.
24461
24462         * msdos/int21.c, msdos/int25.c:
24463         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24464         Made this file DOSMOD friendly.
24465
24466         * loader/ne/segment.c, loader/pe_image.c:
24467         Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
24468         Unified "No implementation for..." warnings.
24469
24470         * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
24471         monodebg.vxd used by some Origin programs implemented.
24472
24473         * objects/bitmap.c:
24474         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24475         Fail if less then one entire line requested in GetBitmapBits32.
24476
24477         * windows/winproc.c: Rein Klazes <rklazes@casema.net>
24478         Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
24479
24480         * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
24481         John Richardson <jrichard@zealand.mv.com>
24482         Implementation of CoLoadLibrary, CoFreeAllLibraries,
24483         CoFreeUnusedLibraries, CoFreeLibrary.
24484         Fixed misspelling of CoUninitialize.
24485
24486         * programs/clock/ChangeLog, programs/clock/main.c:
24487         Robert Pouliot <krynos@clic.net>
24488         Fixes for other languages.
24489
24490 Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
24491
24492         * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
24493         Fix wide character functions to return character count in character
24494         quantities not byte quantities.  Make RegQueryInfoKey and
24495         RegQueryInfoKey behave correctly in win95 mode.
24496
24497         * include/dinput.h, windows/dinput.c:
24498         Lionel Ulmer <ulmer@directprovider.net>
24499         Changed mouse button mapping and check size of return buffer.
24500
24501         * objects/clipping.c: Rein Klazes <rklazes@casema.net>
24502         ExtSelectClipRgn() with RGN_COPY copies the wrong region.
24503
24504         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24505         Fixed an error in the implementation of FILE_ShareDeny.
24506
24507         * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
24508         Marcus Meissner <marcus@jet.franken.de>
24509         Solaris redefines ERR and CS, fixed occurances.
24510         Solaris has TRAPNO in its sigcontext, added to sig_context.h
24511
24512         * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
24513         Eric Pouech <Eric.Pouech@wanadoo.fr>
24514         Made mmioSetBuffer callable from 16 and 32 bit code.
24515
24516         * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
24517         Fixed wrong arg type.
24518
24519         * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
24520         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24521         Moved X11 DIB stuff to x11drv.
24522
24523         * win32/code_page.c:
24524         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24525         The API for WideCharToMultiByte says that the src-string has only to be
24526         treated as NULL-terminated if srclen is -1.
24527
24528         * include/win.h, windows/event.c, windows/win.c:
24529         Ove Kaaven <ovek@arcticnet.no>
24530         Made sure ConfigureNotify is processed before Expose, deferring the
24531         Expose event if necessary, thus working around a WM flaw with virtual
24532         desktop scrolling in -managed mode.
24533
24534         * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
24535         Translated in French (not so good anyhow) message for the mark on
24536         system menu.
24537
24538         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
24539         Changed the default from 0 to 0x409 (eng-us).
24540
24541         * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
24542         Two missing WINAPIs.
24543
24544         * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
24545         Fixed one wrong parameter.
24546
24547         * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
24548         Fixed --disable-lib.
24549
24550 Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
24551
24552         * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
24553         Constants for controls in common dialogs.
24554
24555 Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
24556
24557         * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
24558         Fixed some compiler warnings.
24559
24560 Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
24561
24562         * 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:
24563         Jesper Skov <jskov@cygnus.co.uk>
24564         egcs 'ambiguous else' warnings fixes.
24565
24566         * include/toolhelp.h, include/windows.h, scheduler/process.c:
24567         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24568         Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
24569         definition to toolhelp.h.
24570
24571         * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
24572         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24573         Run Winelib applications as 32-bit processes in the initial task.
24574         Simplified/removed several special 'if (__winelib)' cases in
24575         Wine main code obsoleted by that change.
24576
24577         * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24578         Call mouse driver callback also if windows are not registered with X
24579         (if using native USER.EXE).
24580
24581         * memory/atom.c, include/atom.h:
24582         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24583         Adapted to separation between KERNEL and USER.
24584
24585         * 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:
24586         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24587         Implemented new Wine startup sequence, separating startup into
24588         KERNEL/USER/GDI related parts, allowing native replacement.
24589         Implemented initial 'kernel' task.
24590
24591         * include/ole.h, include/winerror.h, ole/compobj.c:
24592         John Richardson <jrichard@zealand.mv.com>
24593         Implementation of InprocServer32 CoGetClassObject.
24594
24595         * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
24596         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24597         More bitmap fixes.
24598
24599         * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
24600
24601         * 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:
24602         Patrik Stridvall <ps@leissner.se>
24603         Started moving some X11 window management code to windows/x11drv.
24604
24605         * if1632/user.spec, windows/dialog.c, windows/winproc.c:
24606         Ove Kaaven <ovek@arcticnet.no>
24607         Fixed IsDialogMessage16.
24608
24609         * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
24610         Tell people to ignore the 'gets' warning. Some will listen.
24611
24612         * graphics/x11drv/bitmap.c, windows/graphics.c:
24613         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24614         A couple of small fixes to my bitmap patch.
24615
24616         * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
24617         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24618         Allow the user to put a mark in the debug log by adding a item in the
24619         SYSMENU. The messages needs implementation in all other languages than
24620         English and German.
24621
24622         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24623         Give tempfile a different name even if they are created in the same
24624         second. Removed some fixmes from the ShareDeny stuff.
24625
24626         * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
24627         Rein Klazes <rklazes@casema.net>
24628         CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
24629         extended style is specified. Also implemented CreateMDIWindow32A()
24630         call - single thread only -.
24631
24632         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
24633         Erred in the bit macros in treeview.c. Shiftcounts were wrong.
24634
24635         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
24636         Detection of the end of imports with Characteristics 0 fail for Borland
24637         programs (which seem to have always characteristics 0). Changed to algorithm
24638         to something a bit more intelligent.
24639
24640         * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
24641         Added CoFreeLibrary stub.
24642
24643         * README: Updated FAQ location.
24644
24645         * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24646         Implement SEGPTR conversion for STARTDOC in Escape32().
24647
24648         * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24649         Bugfix: SetDCState did not reset clipping region to empty.
24650
24651         * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
24652         Fixed small off by one error in GetComputerName32W, always killed the
24653         last character of a hostname.
24654
24655         * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
24656         Don't HeapFree() colormap if we didn't allocate one.
24657
24658         * 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:
24659         Marcus Meissner <marcus@jet.franken.de>
24660         Added stubs for user32,advapi32 functions.
24661
24662         * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
24663         Marcus Meissner <marcus@jet.franken.de>
24664         More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
24665
24666         * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
24667         Changed many WARN()s related to internal Wine memory failures to
24668         ERR()s.
24669
24670         * if1632/kernel.spec, scheduler/process.c:
24671         Andreas Mohr <a.mohr@mailto.de>
24672         Added .spec entry for KERNEL.RegisterServiceProcess.
24673
24674         * if1632/display.spec, windows/keyboard.c:
24675         Andreas Mohr <a.mohr@mailto.de>
24676         Added stub for CheckCursor().
24677
24678         * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
24679         Fix for non-modal dialog closing.
24680
24681         * windows/dinput.c: David Faure  <faure@kde.org>
24682         Rewrote the two routines using the vkey->scancode array to use
24683         keyc2vkey for each keycode, instead. Not tested.
24684         Removed unused IDirectInputDeviceA_GetDeviceState.
24685         Fixed warning in TRACE() call.
24686
24687         * windows/keyboard.c: David Faure <faure@kde.org>
24688         Deleted the vkey->sancode array, because QWERTY specific.
24689         Back to using the X keycode instead as the scancode. Tested.
24690
24691         * graphics/psdrv/init.c:
24692         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24693         Print a message if the PostScript driver can't find a PPD file.
24694
24695         * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
24696         Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
24697         (DOS apps/games using this mode comes up now, although you can't
24698         really do anything with them (yet?).)
24699
24700         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
24701         Use macro V86_FLAG.
24702
24703         * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
24704         Set default video mode to 3 (80x25 color).
24705
24706         * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
24707         Ignores a couple of signals.
24708
24709         * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
24710         Ove Kaaven <ovek@arcticnet.no>
24711         Moved VGA-emulating DirectX code from dispdib.c to a separate
24712         file. Made it use a system timer and trap I/O accesses to the VGA
24713         DAC registers to accommodate DisplayDib-using programs that try to
24714         access the VGA hardware directly.
24715
24716         * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
24717         Ove Kaaven <ovek@arcticnet.no>
24718         Indirection for INSTR_EmulateInstruction for use by DOS code.
24719         Added support for a 55Hz system timer, letting DOS apps calibrate
24720         their delay loops and such. Calls INSTR_EmulateInstruction for
24721         instruction emulation (principally I/O port access). Added macro
24722         V86_FLAG.
24723
24724 Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
24725
24726         * windows/dinput.c, multimedia/dsound.c:
24727         Marcus Meissner <marcus@jet.franken.de>
24728         Small fixes.
24729
24730         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
24731         Removed the FIXME() and moved SetLastError(0) to the end (so that
24732         GetTempFileName et.al. can't overwrite it).
24733
24734         * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
24735         Marcus Meissner <marcus@jet.franken.de>
24736         Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
24737         a bit further.
24738
24739         * windows/mdi.c: Rein Klazes <rklazes@casema.net>
24740         MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
24741         style, should not be shown at creation nor activated unless the
24742         WS_VISIBLE flag is set.
24743
24744         * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
24745         Bugfix for fixup_imports: Enable checking for terminating import
24746         struct with Characteristics bitfield set to 0.
24747
24748         * windows/win.c: Rein Klazes <rklazes@casema.net>
24749         Delay linking newly created window in linked list until after the
24750         WM_NCCREATE message.
24751
24752         * files/file.c: Rein Klazes <rklazes@casema.net>
24753         Small bug in FILE_InUse does not do a release on every acquired file
24754         pointer.
24755
24756         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
24757         lpszName of NULL is handled (removes some warnings).
24758
24759         * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
24760         Now allows specification of a start directory on the cmdline.
24761
24762         * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
24763         Gets rid of the arch-dependent bit operations (tested on Linux and
24764         Solaris/x86).
24765
24766 Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
24767
24768         * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
24769         A dest buffer was printed out as string.
24770
24771         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
24772         Corrected 2 wrong definitions.
24773
24774         * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
24775         Patrick Spinler <spinler.patrick@mayo.edu>
24776         Added stubs for Process32First/Process32Next.
24777
24778         * 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:
24779         François Gouget <gouget@metaintegration.net>
24780         Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
24781         headers prototypes.
24782
24783         * 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:
24784         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24785         Added pBitmapBits and pCreateBitmap to the GDI function table and
24786         moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
24787
24788         * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
24789         Juergen Schmied <juergen.schmied@metronet.de>
24790         New SHGetSimpleIDListFromPath32AW.
24791         Unicode-safe: PathFindFilename32AW.
24792
24793         * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
24794         IExtractIcon had an extra c in a struct definition.
24795
24796         * relay32/dplay.spec:
24797         John Richardson <jrichard@zealand.mv.spamless.com>
24798         Added entry for DirectPlayEnumerate.
24799
24800         * ole/nls/sky.nls, ole/ole2nls.c:
24801         Juergen Schmied <juergen.schmied@metronet.de>
24802         Added Slovak nls-resources.
24803
24804         * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24805         Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
24806         CreateRoundRectRgn.
24807
24808 Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
24809
24810         * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
24811         EnumDisplayModes* returns a static list of modes with all depths
24812         (helps hexen2demo), ChangeDisplaySettings returns true all the time.
24813
24814         * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
24815         Marcus Meissner <marcus@jet.franken.de>
24816         Stub for midiOpenStream (helps hexen2demo).
24817
24818         * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
24819         Robert Pouliot <krynos@clic.net>
24820         Small patch for better French support.
24821
24822         * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24823         Bugfix: memory overwrite bug.
24824
24825 Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
24826
24827         * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
24828         32-bit clipboard support.
24829
24830         * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24831         Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
24832         on the queue.
24833
24834         * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
24835         Fixed a minor problem with the menus for mdi child windows.
24836
24837         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
24838         Removed no longer necessary commented out code, destroy old window
24839         when SetDisplayMode is called again, EnumDisplayModes now returns
24840         all possible modes (using a static list).
24841
24842         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
24843         Anon shared mapping fixed for file sharing.
24844
24845 ----------------------------------------------------------------
24846 Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
24847
24848         * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
24849         Fixes for LANG_NEUTRAL.
24850
24851         * include/task.h:
24852         Added some padding to the PDB for ill-behaving apps (problem reported
24853         by Andreas Mohr).
24854
24855         * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
24856         Jonathan Buzzard <jab@hex.prestel.co.uk>
24857         Added a new debugging channel io to allow read/writes on a port to be
24858         logged to a file.
24859
24860         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
24861         Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
24862         ignored. 0x00 is used for generated key events only.
24863
24864         * windows/message.c, windows/queue.c:
24865         Douglas Ridgway <ridgway@winehq.com>
24866         API Documentation for SendMessage, GetTickCount, PostQuitMessage,
24867         GetMessagePos, GetMessageTime.
24868
24869         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
24870         Delete the filename for the mapping instantly.
24871
24872         * dlls/shell32/shellord.c, relay32/shell32.spec:
24873         Michael Poole <poole@graviton.res.cmu.edu>
24874         Stub for SHSimpleIDListFromPath.
24875
24876         * loader/task.c: Fixed bug in SwitchStackTo.
24877
24878 Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
24879
24880         * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
24881         Check if scrollbar and parent are visible before redraw.
24882
24883         * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
24884         Kai Morich <kai.morich@darmstadt.netsurf.de>
24885         Added Drag*32 functions.
24886
24887         * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
24888         Added Drag&Drop from KDE app to 16/32 bit Windoze app.
24889
24890         * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
24891         Added FIXME message in PostMessage32x if parameters are truncated
24892         when calling PostMessage16.
24893
24894         * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
24895         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
24896         Added support for global handles, implemented ConvertToGlobalHandle.
24897         Allocate startup data and 16-bit stack for initial process.
24898
24899         * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
24900         Small fix.
24901
24902         * 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:
24903         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24904         Added Spanish resources.
24905
24906         * ole/nls/euq.nls, resources/sysres_Es.rc:
24907         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
24908         Small corrections.
24909
24910         * relay32/kernel32.spec, scheduler/process.c:
24911         Marcus Meissner <marcus@jet.franken.de>
24912         LoadLibraryExW spec added (function was there).
24913         SetProcessPriorityBoost stub added.
24914
24915         * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
24916         Compile fix for Solaris.
24917
24918         * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
24919         Ove Kaaven <ovek@arcticnet.no>
24920         Implemented DisplayDib.
24921
24922         * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
24923         Hack to support integer ids in all static controls.
24924
24925         * include/dinput.h, windows/dinput.c:
24926         Lionel Ulmer <ulmer@directprovider.net>
24927         Beginning of mouse support in DirectInput (only "standard" mouse
24928         configuration supported for now).
24929
24930         * include/*.h, dlls/comctl32/*.c:
24931         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24932         Added xxx_Unregister() functions to all common controls.
24933
24934         * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
24935         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24936         Some minor improvements and fixes.
24937
24938         * dlls/comctl32/rebar.c, include/rebar.h:
24939         Eric Kohl <ekohl@abo.rhein-zeitung.de>
24940         Improved the rebar control.
24941
24942         * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24943         Added support for transparent and tracking tooltips.
24944
24945         * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24946         Fixed a popup menu selection bug.
24947
24948         * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
24949         Fixed DrawCaption16() and DrawCaptionTemp16().
24950
24951         * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
24952         Fixed warning.
24953
24954         * 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:
24955         Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
24956         Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
24957         SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
24958         driver.
24959
24960         * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
24961         Joseph Pranevich <knight@baltimore.wwaves.com>
24962         Added support for int17 and int19.
24963
24964         * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
24965         Stubs for dos mode reboot interrupt.
24966
24967         * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
24968         Some printer stubs for DOS added.
24969
24970         * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
24971         More stubs added. These changes are only partially mine, I just made
24972         them compile.
24973
24974         * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
24975         Added some traces and cleaned up a couple of things.
24976
24977         * 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:
24978         Juergen Schmied <juergen.schmied@metronet.de>
24979         Changed some string-shell32 functions to 32AW, parameter are
24980         os depending 32A or 32W (-winver nt351 or nt40), some new functions.
24981         Some fixes in ole2nls.
24982         New OLE2NLS_CheckLocale() to handle Locale_User_Default and
24983         Locale_System_Default.
24984         Shell32 now dynamicly links to DPA_*(), comdlg32 works again
24985         (comctl32 heap alloc patch broke it).
24986
24987         * include/winversion.h, misc/version.c:
24988         Juergen Schmied <juergen.schmied@metronet.de>
24989         Added VERSION_IsOsUnicode().
24990
24991         * scheduler/handle.c:
24992         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24993         More off-by-one errors fixed.
24994
24995         * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
24996         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
24997         File sharing fixes.
24998
24999 Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
25000
25001         * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
25002         Bug fix.
25003
25004         * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
25005         Fixed DOS environment passing.
25006
25007         * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
25008         Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
25009
25010         * include/font.h, objects/font.c, objects/gdiobj.c:
25011         Juergen Schmied <juergen.schmied@metronet.de>
25012         New FONT_GetObject32W(), GetObject32W().
25013
25014         * relay32/user32.spec, win32/ordinals.c, windows/user.c:
25015         Juergen Schmied <juergen.schmied@metronet.de>
25016         New stub RegisterTaskList.
25017         New function EnumDisplaySettings32W().
25018
25019         * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
25020         More parameter checking in RltCopySid.
25021
25022         * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
25023         More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
25024
25025         * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
25026         Ove Kaaven <ovek@arcticnet.no>
25027         Added new dll avifil32.dll.
25028
25029         * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
25030         Ove Kaaven <ovek@arcticnet.no>
25031         First shot at DPMI realmode calls.
25032
25033         * loader/module.c:
25034         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25035         Fixed several bugs with DLL initialization.
25036
25037 Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
25038
25039         * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
25040         Added ordinal for two syslevel functions.
25041
25042         * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
25043         Another missing WINAPI.
25044
25045         * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
25046         Small corrections in mmio declarations.
25047
25048         * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
25049         Take virtual sizes in account for the total vma size.
25050
25051         * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
25052         Add some more NLS definitions for the Romanian language.
25053
25054         * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
25055         Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
25056         to work. 'Adjust' caps flags accordingly.
25057
25058         * ole/compobj.c, relay32/ole32.spec:
25059         Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
25060         Stub for CoCreateGuid().
25061
25062         * dlls/comctl32/treeview.c, multimedia/mcicda.c:
25063         Brian Litzinger <brian@litzinger.com>
25064         Fixes for FreeBSD.
25065
25066         * libtest/.cvsignore, libtest/Makefile.in:
25067         Petter Reinholdtsen <pere@minerva.cc.uit.no>
25068         Make sure hello3res.h is generated even if 'make depend' never has
25069         been run.
25070
25071         * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
25072         Fixed moving and sizing of child windows.
25073
25074         * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
25075         Marcus Meissner <marcus@jet.franken.de>
25076         XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
25077
25078 Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
25079
25080         * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
25081         Ove Kaaven <ovek@arcticnet.no>
25082         Added indirection for ctx_debug to the DOS loader, so Winelib works
25083         again.
25084
25085         * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
25086         Support anon shared mappings using temporary files (wont be deleted
25087         yet).
25088
25089         * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
25090         Was freeing the incorrect pointers -> crash in mallocs/frees.
25091
25092         * files/dos_fs.c, relay32/kernel32.spec:
25093         Marcus Meissner <marcus@jet.franken.de>
25094         DefineDosDevice stub added.
25095
25096         * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
25097         Added a default program option in wine.conf in section [programs] key
25098         Default.
25099
25100         * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
25101         Better fix for this_is_a_syntax_error.
25102
25103         * ole/nls/*.nls:
25104         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25105         Added the entries for LOCALE_SISO639LANGNAME and
25106         LOCALE_SISO3166CTRYNAME.
25107
25108         * documentation/wine.man: James Juran <jrj120@psu.edu>
25109         Updated manpage.
25110
25111         * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
25112         Fixed wrong ordinals.
25113
25114         * objects/region.c: NF Stevens <norman@arcady.u-net.com>
25115         Fixed a bug in RectInRegion.
25116
25117 Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
25118
25119         * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
25120         Removed an incorrect error message.
25121
25122         * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
25123         Make sure the access functions are always used to get label and serial
25124         number.
25125
25126 Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
25127
25128         * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
25129         Fixed bug on platforms were buffers returned by getenv() shall not be
25130         free()'ed. Added French (default) in locale handling.
25131
25132         * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
25133         Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
25134         compile-time error message make more sense.
25135
25136         * scheduler/handle.c:
25137         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25138         Fixed off by one error in HANDLE_GetObjPtr.
25139
25140 ----------------------------------------------------------------
25141 Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
25142
25143         * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25144         Try to implement the OF_SHARE_XXX options.
25145         Move the mode translations to functions.
25146
25147         * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
25148         Matthew Becker <mbecker@glasscity.net>
25149         Documentation updates.
25150
25151         * ole/compobj.c, relay32/ole32.spec:
25152         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25153         Added stub for CoSetState32.
25154
25155         * miscemu/main.c: Chad Powell <pxpx@usa.net>
25156         Added ability to read a startup program from wine.ini file.
25157         Put it in section [programs] key Startup.
25158
25159         * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
25160         Alex Priem <alexp@sci.kun.nl>
25161         Further improvements.
25162
25163         * include/cursoricon.h, objects/cursoricon.c:
25164         Turchanov Sergey <turchanov@usa.net>
25165         Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
25166         drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
25167
25168         * include/bitmap.h, objects/bitmap.c:
25169         Turchanov Sergey <turchanov@usa.net>
25170         Fixed LoadImage to support almost all LR_ flags.
25171
25172         * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
25173         Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
25174         COLOREFs had red part zeroed) that made plenty of cyan colors, minor
25175         bug fixes, changes to support LR_ flags.
25176
25177         * include/global.h, memory/virtual.c:
25178         Turchanov Sergey <turchanov@usa.net>
25179         Added VIRTUAL_MapFileW to map file to memory in one function call.
25180
25181         * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
25182         Turchanov Sergey <turchanov@usa.net>
25183         Moved Multimonitor API declarations to windows.h.
25184
25185         * 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:
25186         Turchanov Sergey <turchanov@usa.net>
25187         Implemented DefDriverProc32 from winmm.dll.
25188
25189         * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
25190         Alex Korobka <korobka@ams.sunysb.edu>
25191         Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
25192         bit.
25193
25194         * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
25195         Juergen Schmied <juergen.schmied@metronet.de>
25196         GetLocaleInfo32A can handle len=0 now, sets LastError and touches
25197         buffer only when necessary.
25198         Updated deu.nls and some LCTYPES in winnls.h.
25199
25200         * if1632/relay.c: Rein Klazes <rklazes@casema.net>
25201         CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
25202         not crash.
25203
25204 Sat Oct 17 13:07:48 1998  Alexandre Julliard  <julliard@winehq.com>
25205
25206         * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
25207         Reduced huge (1GB) heap creation that caused Starcraft to fail.
25208
25209         * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
25210         Patrik Stridvall <ps@leissner.se>
25211         Compile fix for Solaris.
25212
25213         * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
25214         Compile fix for non OSS systems.
25215
25216         * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
25217         Compile fix for non XF86-DGA systems.
25218
25219         * libtest/Makefile.in, libtest/volinfo.c:
25220         Petter Reinholdtsen <pere@td.org.uit.no>
25221         New file to test DRIVE_GetLabel.
25222
25223         * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
25224         Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
25225         32bit cdaudio bit support before it can be removed...
25226
25227         * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
25228         Added a bunch of stubs for ddraw suface routines. All stubs for
25229         surface present now.
25230         Commented out message pump calls. I don't see a reason for them being
25231         there. Everything works fine with -desktop and -managed still has
25232         problems. Disagreements?
25233
25234         * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
25235         Fixed GetLocaleInfo32A for other languages than en_uk.
25236         Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
25237         last but not least the first argument lcid where is all about...
25238
25239         * 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:
25240         Marcus Meissner <marcus@jet.franken.de>
25241         Fixed some more missing WINAPIs (hopefully correct).
25242
25243         * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
25244         Fixed the = -> == bug.
25245
25246         * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
25247         Shell parameters (config.sys) and ANSI support stubs.
25248
25249         * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
25250         Added int16.c and int29.c.
25251
25252         * include/miscemu.h, msdos/interrupts.c:
25253         Joseph Pranevich <knight@baltimore.wwaves.com>
25254         More interrupts that can be done from DOS mode.
25255
25256         * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
25257         Added int29 (Fast Write to Screen) support.
25258
25259         * msdos/int16.c, include/debug.h, include/debugdefs.h:
25260         Joseph Pranevich <knight@baltimore.wwaves.com>
25261         Added int16 (Keyboard) support, mostly stubs.
25262
25263 Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
25264
25265         * 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:
25266         Juergen Schmied <juergen.schmied@metronet.de>
25267         Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
25268         SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
25269         SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
25270         SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
25271         SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
25272
25273         * misc/ntdll.c, relay32/ntdll.spec:
25274         Dietmar Kling <dietmar.kling@usa.net>
25275         Added undocumented function RtlOpenCurrentUser.
25276
25277         * 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:
25278         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
25279         Renamed all LPIMAGE_* types to PIMAGE_*.
25280
25281 Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
25282
25283         * windows/winpos.c: Rein Klazes <rklazes@casema.net>
25284         Fixed an error when an owned window activates its owner during
25285         creation.
25286
25287         * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
25288         Closing a dialog using the menu bar ("x" or "-" button or windows
25289         menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
25290         normal windows when DestroyWindow() is called.
25291
25292         * dlls/shell32/pidl.c:
25293         Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
25294         Added missing WINAPIs.
25295
25296         * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
25297         Juergen Schmied <juergen.schmied@metronet.de>
25298         New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
25299         RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
25300         GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
25301         SetTaskmanWindow.
25302
25303         * relay32/ntdll.spec, misc/ntdll.c:
25304         Juergen Schmied <juergen.schmied@metronet.de>
25305         New stubs NtQueryInformationThread, NtQueryInformationToken,
25306         RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
25307
25308         * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
25309         Fixed PlaySound to start its thread the right way.
25310
25311 Wed Oct 14 18:40:35 1998  Alexandre Julliard  <julliard@winehq.com>
25312
25313         * controls/combo.c, controls/listbox.c:
25314         Alex Korobka <korobka@ams.sunysb.edu>
25315         CB_SETCURSEL and some other fixes.
25316
25317         * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
25318         Better QUEUE_FlushMessages().
25319
25320         * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
25321         Moshe Vainer <moshev@easybase.com>
25322         Partial implementation of GetOutlineTextMetrics32A.
25323         Added structures for OUTLINETEXTMETRICS.
25324
25325         * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
25326         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25327         Do not clip source rectangle even by visible region for bitblts.
25328         Added field 'totalExtent' to WIN_DC_INFO.
25329
25330         * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25331         Added stub for VMM PM API AH=026[de] (never say 'safe mode').
25332
25333         * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25334         Bugfix: Local32Free caused free handles list corruption.
25335
25336         * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
25337         Fixed --disable-debug config option.
25338
25339 Tue Oct 13 12:50:04 1998  Alexandre Julliard  <julliard@winehq.com>
25340
25341         * relay32/shell32.spec, dlls/shell32/shellord.c:
25342         Petter Reinholdtsen <pere@td.org.uit.no>
25343         Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
25344         and FileIconInit() needed by Win95 explorer.
25345
25346 Mon Oct 12 07:25:54 1998  Alexandre Julliard  <julliard@winehq.com>
25347
25348         * windows/dialog.c, controls/button.c, controls/menu.c:
25349         Norman Stevens <norman@arcady.u-net.com>
25350         Improving keyboard handling, including accelerator keys in dialog
25351         boxes. Also fixes enter key in Agent32 edit box.
25352
25353 Sun Oct 11 19:37:23 1998  Alexandre Julliard  <julliard@winehq.com>
25354
25355         * misc/commdlg.c: Eric Pouech  <eric.pouech@lemel.fr>
25356         Added support in file dialog boxes handling for filters like
25357         "*.txt;*.bat".
25358
25359         * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
25360         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25361         Implemented new PE DLL initalization code, trying to call the
25362         DllEntryPoint routines always in correct order :-)
25363         Bypass snooping when getting data buffer addresses (thunk buffers,
25364         __GP handlers) and for 32-bit routines directly called from 16-bit
25365         (due to stack address size problems).
25366
25367         * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
25368         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25369         Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
25370         Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
25371
25372         * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
25373         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25374         Implemented (partially) the KERNEL Thunklet API and Callback Client
25375         API (KERNEL.560-568,604-612,619-622).
25376         Added stubs for K228, K237, KERNEL.365, KERNEL.447.
25377
25378         * objects/bitmap.c, if1632/gdi.spec:
25379         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25380         Stubs for CreateUser(Discardable)Bitmap16.
25381
25382         * memory/heap.c, include/winnt.h:
25383         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25384         Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
25385
25386         * memory/global.c, include/windows.h:
25387         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25388         GlobalFix16 is supposed to return selector to the memory area.
25389
25390         * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
25391         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25392         Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
25393
25394         * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
25395         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25396         Use emergency TEB selector to avoid debugger crashes when stepping
25397         through relay stubs (or when FS is invalid otherwise).
25398
25399         * windows/event.c, windows/keyboard.c:
25400         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25401         MOUSE.DRV routines moved to event.c. Call mouse event procedure.
25402
25403         * 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:
25404         Ulrich Weigand <weigand@informatik.uni-erlangen.de>
25405         Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
25406         coordinates relative to the device, not the DC origin. This is
25407         necessary to correctly implement GetClipRgn16 and InquireVisRgn.
25408         SelectVisRgn also expects region in device-relative coordinates.
25409         Adapted the rest of Wine to this coordinate change.
25410         Implemented ExtSelectClipRgn.
25411
25412         * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
25413         Andreas Mohr <100.30936@germany.net>
25414         Small fix.
25415
25416         * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
25417         Andreas Mohr <100.30936@germany.net>
25418         Yet another small self-loader fix.
25419
25420         * files/drive.c: Andreas Mohr <100.30936@germany.net>
25421         Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
25422         correctly due to current drive being set too late.
25423
25424         * Make.rules.in: Patrik Stridvall <ps@leissner.se>
25425         Use $(AS) instead of $(CC) to compile .s files.
25426
25427         * 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:
25428         Patrik Stridvall <ps@leissner.se>
25429         Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
25430
25431         * 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:
25432         Patrik Stridvall <ps@leissner.se>
25433         Started the implementation of IMAGEHLP.DLL.
25434
25435         * 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:
25436         Patrik Stridvall <ps@leissner.se>
25437         Started the implementation of MSACM.DLL and MSACM32.DLL.
25438
25439         * win32/device.c: Patrik Stridvall <ps@leissner.se>
25440         Removed things that were earlier added by mistake.
25441
25442         * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
25443         The implementation of mmioWrite is now called instead of the stub.
25444
25445         * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
25446         Juergen Schmied <juergen.schmied@metronet.de>
25447         Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
25448
25449         * relay32/shell32.spec, dlls/shell32/shell32_main.c:
25450         Juergen Schmied <juergen.schmied@metronet.de>
25451         New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
25452         Implemented: SHGetPathFromIDList32W.
25453         Changed PathCombine.
25454
25455         * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
25456         New structures DVASPECT, TYMED, IDLList.
25457         Shell specific clipboard formats.
25458
25459         * relay32/winspool.spec, misc/printdrv.c:
25460         Juergen Schmied <juergen.schmied@metronet.de>
25461         Stub EnumPrintersW.
25462
25463         * dlls/shell32/dataobject.c:
25464         Juergen Schmied <juergen.schmied@metronet.de>
25465         Implemented first functions.
25466
25467         * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
25468         Juergen Schmied <juergen.schmied@metronet.de>
25469         New class IDLList "Item ID List List" (internal).
25470
25471         * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
25472         Small changes (uses HIWORD/LOWORD).
25473
25474         * windows/dialog.c, relay32/user32.spec:
25475         Sat Oct 10 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
25476         Stub CreateDialogIndirectParamAorW.
25477
25478         * Makefile.in, configure, configure.in:
25479         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
25480         Don't install object files when --disable-lib is selected.
25481
25482         * debugger/hash.c, debugger/msc.c:
25483         Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
25484         Don't print name for 32 bit lib multiple times.
25485         Clean up printing in DEBUG_ProcessDeferredDebug.
25486
25487         * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
25488         David Luyer <luyer@ucs.uwa.edu.au>
25489         Small fixes.
25490
25491         * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
25492         Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
25493
25494         * 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:
25495         Matthew Becker <mbecker@glasscity.net>
25496         Documentation corrections/standardizations.
25497
25498         * 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:
25499         Eric Pouech  <eric.pouech@lemel.fr>
25500         Started coding 32 bit MCI handling.
25501         Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
25502         Wrote MCI MIDI support.
25503
25504         * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
25505         Yet another improvement to the bezier code.
25506
25507         * windows/message.c: Rein Klazes <rklazes@casema.net>
25508         GetTickCounts() has a granularity in windows of 25 msec's.
25509         Girotel's serial communication appears to depend on it, so I guess
25510         it's a feature...
25511
25512         * misc/comm.c: Rein Klazes <rklazes@casema.net>
25513         Update the modemn status bit that indicates whether the RLSD line is
25514         active in every call to GetCommError(). This is not the proper place,
25515         but since wine doesn't do any event-stuff...
25516         Fixed some TRACE call's faced with non zero terminated strings.
25517         Restore the terminal state at CloseCommt to the state it was at
25518         OpenComm(), so the modem will go off-hook.
25519
25520         * loader/module.c: Alexander Larsson  <alla@lysator.liu.se>
25521         GetModuleFileName32A() returns long filename if app sets osversion >=
25522         4.0. Also moved the long filename hackery to GetLongPathName32A() so
25523         it can be used by win32 programs.
25524
25525         * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
25526         GetLongPathName32A() returns dos format long filename instead of unix
25527         format.
25528
25529         * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25530         Small fixes.
25531
25532         * relay32/shell32.spec, dlls/shell32/shellord.c:
25533         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25534         Added SHFlushClipboard.
25535
25536         * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
25537         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25538         Fixed some undocumented functions.
25539         Changed algorithm in DPA_QuickSort().
25540         Fixed heap creation/destruction and control [un]registration in
25541         ComCtl32LibMain().
25542
25543         * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25544         Fixed a bug.
25545
25546         * include/tooltips.h, dlls/comctl32/tooltips.c:
25547         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25548         Added tracking support and fixed loading of resource strings.
25549         Added unregister code.
25550
25551         * 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:
25552         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25553         Added IPAddress and NativeFont controls.
25554
25555         * include/imagelist.h, dlls/comctl32/imagelist.c:
25556         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25557         Some minor improvements.
25558
25559         * include/toolbar.h, dlls/comctl32/toolbar.c:
25560         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25561         Improved drawing and placement code. Explorer style common dialogs are
25562         looking good now.
25563
25564         * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25565         Fixed bug in DrawIconEx32().
25566
25567         * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25568         Improved GetSystemInformation32[A/W].
25569
25570         * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
25571         Eric Kohl <ekohl@abo.rhein-zeitung.de>
25572         Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
25573         Fixed handling of WS_EX_TOOLWINDOW.
25574
25575         * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
25576         Updated.
25577
25578         * windows/event.c, windows/keyboard.c, include/keyboard.h:
25579         David Faure <faure@kde.org>
25580         Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
25581         activated. Uses the new KEYBOARD_UpdateOneState.
25582         Fixed a problem with menu accelerators (Alt-letter generates a down
25583         arrow event which beeps if not filtered).
25584         Speeded up ToAscii16/32() a little bit.
25585
25586         * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
25587         Ove Kaaven <ovek@arcticnet.no>
25588         Made Wine's debugger work satisfactorily with DOS apps.
25589         Perhaps dereferencing work better for Win16 apps too now, but
25590         it appears the debugger core wasn't designed for segmentation.
25591
25592         * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
25593         Simulates DPMI memory map by converting lower-MB segment base
25594         addresses as necessary. Implemented allocating/freeing DOS memory
25595         blocks. Added XMS hook. (DPMI remains disabled by default until
25596         someone implements the raw mode switch entry points pkunzip needs.)
25597
25598         * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
25599         I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
25600         can't keep working around flaws in it like this (now stdio
25601         was getting closed when programs close handles >=5)
25602
25603         * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
25604         Ove Kaaven <ovek@arcticnet.no>
25605         Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
25606         seems to work fine under Wine.
25607
25608         * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
25609         Ove Kaaven <ovek@arcticnet.no>
25610         Moved some system dependencies to loader/dos/dosvm.c. Implemented
25611         environmental argv[0] passing to DOS apps. Added XMS hooks.
25612
25613         * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
25614         Added a memset() to prevent a debugger segfault caused by
25615         uninitialized pointers in the stabs lookup tables.
25616
25617         * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
25618         A few fixes.
25619
25620         * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
25621         Added RtlAllocateAndInitializeSid entry.
25622
25623         * 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:
25624         Marcus Meissner <marcus@jet.franken.de>
25625         Generic dynamic dll loader using dl*() API.
25626         Includes: stdcall->cdecl mapping ability, snooping.
25627         (Tested only with glide2x.dll -> libglide2x.so)
25628
25629         * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
25630         Marcus Meissner <marcus@jet.franken.de>
25631         Added win32 enhanced functionality to timer callbacks.
25632
25633         * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
25634         Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
25635         does at least a bit of keyboard input.
25636
25637         * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
25638         Should display again.
25639
25640 Sat Oct 10 15:52:46 1998  Alexandre Julliard  <julliard@winehq.com>
25641
25642         * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
25643         Implemented DS_CENTER dialog style.
25644
25645         * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25646         Added function to build the Windows numeric language ID from language,
25647         code, charset and dialect strings, like used by Unix LANG variable.
25648
25649         * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
25650         Pablo Saratxaga <srtxg@chanae.alphanet.ch>
25651         More NLS data.
25652
25653         * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
25654         Fixed a lot of bugs in ddraw.c to make xlib support work.
25655         Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
25656
25657         * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
25658         Added DC object type to the list of valid objects that can be deleted
25659         by DeleteObject32.
25660
25661 Sun Oct  4 18:20:29 1998  Alexandre Julliard  <julliard@winehq.com>
25662
25663         * ChangeLog:
25664         Starting new format changelog (older changes moved to
25665         documentation/ChangeLog.OLD).