wine-wine/misc
Alexandre Julliard 9ea19e54cb Release 970101
Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>

	* [controls/listbox.c]
	Use FindFirstFile/FindNextFile in LISTBOX_Directory.

	* [files/dos_fs.c]
	Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().

	* [files/file.c] [files/directory.c]
	Use Win32 kernel objects and handles for file handles.
	Unified SearchPath() and OpenFile().

	* [loader/builtin.c]
	Moved to if1632/ directory.

	* [tools/build.c] [debugger/*] [miscemu/*]
	Win16 register functions now receive the same CONTEXT * structure
	as Win32 functions.

	* [include/sigcontext.h] [miscemu/instr.c]
	Added new macros to get register values from the SIGCONTEXT
	structure (only used for instruction emulation now).

	* [scheduler/process.c] [scheduler/thread.c] (New files)
	Allocate process and thread structures.

	* [scheduler/process.c] [win32/k32obj.c]
	Added Win32 kernel objects and handles management.

	* [loader/task.c]
	Create a Win32 process and thread for every Win16 task.

	* [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
	Built-in resources are now in Win32 format. This also avoids
	16-bit callbacks for built-in dialogs.

	* [misc/lzexpand.c]
	Differentiate between 16-bit and 32-bit file handles.

	* [miscemu/int*.c]
	Moved all int emulation to msdos/ directory.

	* [msdos/*]
	New directory msdos/ contains all MS-DOS emulation code that can
	also be used for Winelib; this should enable Winelib apps to use
	DOS3Call and related functions.

	* [rc/winerc.c]
	A few bug fixes for Win32 resource format.

	* [windows/winpos.c]
	Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
	right though).

Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>

	* [loader/pe_image.c]
	Make sure BSS of a PE_Image is zero.

Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>

	* [windows/scroll.c]
	ScrollWindowEx() rewrite, ScrollDC() fix.

	* [windows/nonclient.c] [controls/menu.c]
	Fixed Alt-Space crashes in dialogs.

	* [windows/event.c] [windows/message.c]
	Some changes in mouse message generation.

Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>

	* [debugger/stabs.c]
	Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.

Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>

	* [windows/event.c]
	Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
	compatibility.
1997-01-01 17:29:55 +00:00
..
Makefile.in Release 970101 1997-01-01 17:29:55 +00:00
clipboard.c Release 961222 1996-12-22 18:27:48 +00:00
comm.c Release 970101 1997-01-01 17:29:55 +00:00
commdlg.c Release 970101 1997-01-01 17:29:55 +00:00
compobj.c Release 960611 1996-06-11 16:02:08 +00:00
cpu.c Release 970101 1997-01-01 17:29:55 +00:00
crtdll.c Release 961222 1996-12-22 18:27:48 +00:00
driver.c Release 961215 1996-12-15 19:45:59 +00:00
escape.c Release 961023 1996-10-23 16:59:13 +00:00
exec.c Release 970101 1997-01-01 17:29:55 +00:00
keyboard.c Release 961215 1996-12-15 19:45:59 +00:00
lstr.c Release 970101 1997-01-01 17:29:55 +00:00
lzexpand.c Release 970101 1997-01-01 17:29:55 +00:00
main.c Release 970101 1997-01-01 17:29:55 +00:00
mpr.c Release 960824 1996-08-24 18:26:35 +00:00
network.c Release 961013 1996-10-13 17:45:47 +00:00
ntdll.c Release 961215 1996-12-15 19:45:59 +00:00
ole2.c Release 960506 1996-05-06 16:06:24 +00:00
ole2disp.c Release 960712 1996-07-12 19:02:39 +00:00
ole2nls.c Release 961222 1996-12-22 18:27:48 +00:00
olecli.c Release 961023 1996-10-23 16:59:13 +00:00
olesvr.c Release 961013 1996-10-13 17:45:47 +00:00
port.c Release 960728 1996-07-28 18:50:11 +00:00
printdrv.c Release 960824 1996-08-24 18:26:35 +00:00
rect.c Release 960516 1996-05-16 18:21:06 +00:00
registry.c Release 970101 1997-01-01 17:29:55 +00:00
shell.c Release 970101 1997-01-01 17:29:55 +00:00
sound.c Release 960506 1996-05-06 16:06:24 +00:00
spy.c Release 961201 1996-12-01 17:17:47 +00:00
stress.c Release 941030 1994-10-30 16:25:19 +00:00
system.c Release 960705 1996-07-05 17:14:13 +00:00
toolhelp.c Release 961013 1996-10-13 17:45:47 +00:00
user.c Release 970101 1997-01-01 17:29:55 +00:00
ver.c Release 970101 1997-01-01 17:29:55 +00:00
w32sys.c Release 960421 1996-04-21 14:57:41 +00:00
winsock.c Release 961215 1996-12-15 19:45:59 +00:00
winsock_async.c Release 961222 1996-12-22 18:27:48 +00:00
wsprintf.c Release 960913 1996-09-13 16:50:47 +00:00
xmalloc.c Release 960331 1996-03-31 16:40:13 +00:00