wine-wine/include
Alexandre Julliard d7d4fdf898 Release 951226
Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>

	* [configure.in] [Makefile.in] [tools/install-sh]
	New 'install' target installs Wine binary, library and man page.
	Library is now more logically named libwine.a.
	Split toolkit/ directory into library (for library code) and
	libtest (for test programs).

	* [controls/edit.c]
	Quick hack to partially support EM_PASSWORD style (avoids
	displaying your passwords on the screen when testing programs...)

	* [configure.in] [controls/menu.c] [include/resource.h]
	  [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
	Language is now a run-time option (wine -language xx).

	* [debugger/dbg.y]
	Dump some more debugging info on crash.

	* [misc/profile.c]
	Only consider ';' as a comment if it's the first non-blank
	character on the line.

	* [miscemu/dpmi.c]
	More debugging info for real-mode callback.

	* [objects/gdiobj.c]
	Rewrote EnumObjects() to do the Right Thing.

	* [resources/sysres*]
	New directory containing system resources.

Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>

	* [win32/file.c] [win32/memory.c]
        Unixware doesn't have MAP_ANON ifdefed out for now.

	* [misc/dos_fs.c]
        DOS_GetDosFileName didn't truncate paths starting ./ properly.

	* [tools/build.c]
	Produces assembly code that works with the unixware assembler.

Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>

	* [miscemu/instr.c]
	INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.

	* [misc/dos_fs.c]
	DOS_readdir should always return directories, even if they don't
 	match the file name mask.

Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
	
	* [misc/exec.c]
	Give arguments to winhelp.

	* [miscemu/int21.c]
	Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
	Created function ExtendedOpenCreateFile.
	Give for some Windows95 interrupts the return value 'not
	implemented'.

Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>

	* [include/kernel32.h] [include/windows.h]
	Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
 	include/kernel32.h to include/windows.h and declared the new Win32
 	API functions Sleep(), GetLocalTime(), and GetSystemTime().
  	Redefined INFINITE as 0xFFFFFFFF if WINELIB32.

	* [rc/rc (new file)]
	Created the shell script 'rc', which should simplify resource
 	compilation.

	* [win32/environment.c]
	Kludged around an undefined reference to wine_files.  This change
 	should be fixed some time.

	* [win32/time.c] [if1632/kernel32.spec]
	Added the functions GetSystemTime(), and Sleep().

	* [miscemu/int21.c]
	Renamed static function GetSystemTime to INT21_GetSystemTime to
 	avoid conflicts with the API function of the same name.

	* [include/wintypes.h]
	Added the SPFMT definition for printf statements.

	* [misc/shell.c] [include/shell.h]
	Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
 	with the ones in include/winerror.h.  They should probably use the
 	versions in winerror.h, but I'm not certain, and that can be done
 	later.

	* [windows/mdi.c]
	Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
 	WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
 	(boolean) was discarded with this translation.  Translated handler
 	of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
 	WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
 	false, call DrawMenuBar() if desired).

	* [*/*]
	General explicit casts and more rigid typing to remove warnings.

	* [include/winpos.h] [windows/winpos.c]
	Changed return type of WINPOS_ChangeActiveWindow to BOOL.

	* [include/commdlg.h] [misc/commdlg.c]
	Added prototypes for ChooseColor(), CommDlgExtendedError(),
 	FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
 	PrintDlg, and ReplaceText().
	Renamed the CommDlgExtendError() function to CommDlgExtendedError().
	Made GetFileTitle return a short, as per the API definition.

	* [Makefile.in]
	Added line to clean and distclean that removes temporaries from
 	the include directory.

Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>

	* [controls/edit.c]
	Almost rewrote EDIT_GetLineMsg.

Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>

	* [windows/mdi.c]
	Fixed MDITile() bug that occurs when 0 windows are present or all
	windows are minimized.

Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>

	* [misc/profile.c]
        Try harder to find files, especially in the working directory.
	Look in $HOME/.wine too and create it there if it isn't found.
1995-12-26 15:05:24 +00:00
..
bitmaps Release 951124 1995-11-26 13:59:11 +00:00
accel.h Release 951105 1995-11-05 14:39:02 +00:00
advapi32.h Release 951212 1995-12-12 18:49:11 +00:00
alias.h Release 950918 1995-09-18 11:19:54 +00:00
arch.h Release 950430 1995-04-30 10:05:20 +00:00
atom.h Release 950901 1995-09-01 15:57:28 +00:00
bit_array.h Release 950727 1995-07-29 13:09:43 +00:00
bitmap.h Release 951105 1995-11-05 14:39:02 +00:00
brush.h Release 950216 1995-02-16 16:47:09 +00:00
button.h Release 951003 1995-10-03 17:06:08 +00:00
callback.h Release 951003 1995-10-03 17:06:08 +00:00
caption.h Release 0.6 1994-01-12 11:12:51 +00:00
class.h Release 951003 1995-10-03 17:06:08 +00:00
clipboard.h Release 941210 1994-12-10 13:02:28 +00:00
color.h Release 941227 1994-12-27 14:11:53 +00:00
combo.h Release 951003 1995-10-03 17:06:08 +00:00
comm.h Release 950430 1995-04-30 10:05:20 +00:00
commdlg.h Release 951226 1995-12-26 15:05:24 +00:00
compobj.h Release 950403 1995-04-03 16:55:37 +00:00
cursoricon.h Release 951003 1995-10-03 17:06:08 +00:00
dc.h Release 950109 1995-01-09 18:21:16 +00:00
dce.h Release 950319 1995-03-19 17:39:39 +00:00
dde.h Release 950727 1995-07-29 13:09:43 +00:00
dde_atom.h Release 950918 1995-09-18 11:19:54 +00:00
dde_mem.h Release 950901 1995-09-01 15:57:28 +00:00
dde_proc.h Release 950901 1995-09-01 15:57:28 +00:00
debug.h Release 951124 1995-11-26 13:59:11 +00:00
debugger.h Release 951105 1995-11-05 14:39:02 +00:00
desktop.h Release 951003 1995-10-03 17:06:08 +00:00
dialog.h Release 951003 1995-10-03 17:06:08 +00:00
dlgs.h Release 941030 1994-10-30 16:25:19 +00:00
dlls.h Release 951212 1995-12-12 18:49:11 +00:00
dos_fs.h Release 951003 1995-10-03 17:06:08 +00:00
driver.h Release 950620 1995-06-20 19:08:12 +00:00
event.h Release 951003 1995-10-03 17:06:08 +00:00
font.h Release 950706 1995-07-06 17:18:27 +00:00
gdi.h Release 951003 1995-10-03 17:06:08 +00:00
global.h Release 951226 1995-12-26 15:05:24 +00:00
graphics.h Release 950109 1995-01-09 18:21:16 +00:00
handle32.h Release 951212 1995-12-12 18:49:11 +00:00
hook.h Release 951124 1995-11-26 13:59:11 +00:00
instance.h Release 950319 1995-03-19 17:39:39 +00:00
kernel.h Release 941210 1994-12-10 13:02:28 +00:00
kernel32.h Release 951226 1995-12-26 15:05:24 +00:00
keyboard.h Release 940804 1994-08-06 11:22:41 +00:00
ldt.h Release 951003 1995-10-03 17:06:08 +00:00
libres.h Release 951226 1995-12-26 15:05:24 +00:00
listbox.h Release 951212 1995-12-12 18:49:11 +00:00
local.h Release 951003 1995-10-03 17:06:08 +00:00
mdi.h Release 951212 1995-12-12 18:49:11 +00:00
menu.h Release 951105 1995-11-05 14:39:02 +00:00
message.h Release 951226 1995-12-26 15:05:24 +00:00
metafile.h Release 940620 1994-06-21 16:15:21 +00:00
miscemu.h Release 951003 1995-10-03 17:06:08 +00:00
mmsystem.h Release 950620 1995-06-20 19:08:12 +00:00
module.h Release 951226 1995-12-26 15:05:24 +00:00
msdos.h Release 951212 1995-12-12 18:49:11 +00:00
neexe.h Release 951003 1995-10-03 17:06:08 +00:00
nonclient.h Release 951003 1995-10-03 17:06:08 +00:00
ole.h Release 950918 1995-09-18 11:19:54 +00:00
ole2.h Release 950620 1995-06-20 19:08:12 +00:00
options.h Release 951212 1995-12-12 18:49:11 +00:00
palette.h Release 950216 1995-02-16 16:47:09 +00:00
pe_image.h Release 951212 1995-12-12 18:49:11 +00:00
peexe.h Release 951212 1995-12-12 18:49:11 +00:00
pen.h Release 950216 1995-02-16 16:47:09 +00:00
regfunc.h Release 950319 1995-03-19 17:39:39 +00:00
region.h Release 950727 1995-07-29 13:09:43 +00:00
registers.h Release 951124 1995-11-26 13:59:11 +00:00
relay32.h Release 951003 1995-10-03 17:06:08 +00:00
resource.h Release 951226 1995-12-26 15:05:24 +00:00
scroll.h Release 941210 1994-12-10 13:02:28 +00:00
selectors.h Release 951226 1995-12-26 15:05:24 +00:00
shell.h Release 951226 1995-12-26 15:05:24 +00:00
shm_block.h Release 950901 1995-09-01 15:57:28 +00:00
shm_fragment.h Release 950901 1995-09-01 15:57:28 +00:00
shm_main_blk.h Release 950901 1995-09-01 15:57:28 +00:00
shm_semaph.h Release 950901 1995-09-01 15:57:28 +00:00
spy.h Release 951003 1995-10-03 17:06:08 +00:00
stackframe.h Release 951003 1995-10-03 17:06:08 +00:00
static.h Release 951003 1995-10-03 17:06:08 +00:00
stddebug.h Release 951124 1995-11-26 13:59:11 +00:00
stress.h Release 940405 1994-04-05 21:42:43 +00:00
syscolor.h Release 950109 1995-01-09 18:21:16 +00:00
sysmetrics.h Release 951105 1995-11-05 14:39:02 +00:00
task.h Release 951003 1995-10-03 17:06:08 +00:00
toolhelp.h Release 951003 1995-10-03 17:06:08 +00:00
user.h Release 950727 1995-07-29 13:09:43 +00:00
win.h Release 951212 1995-12-12 18:49:11 +00:00
winbase.h Release 951124 1995-11-26 13:59:11 +00:00
wincon.h Release 951124 1995-11-26 13:59:11 +00:00
windows.h Release 951226 1995-12-26 15:05:24 +00:00
wine.h Release 951124 1995-11-26 13:59:11 +00:00
winerror.h Release 951212 1995-12-12 18:49:11 +00:00
winnls.h Release 951124 1995-11-26 13:59:11 +00:00
winpos.h Release 951226 1995-12-26 15:05:24 +00:00
winsock.h Release 951124 1995-11-26 13:59:11 +00:00
wintypes.h Release 951226 1995-12-26 15:05:24 +00:00
xmalloc.h Release 951105 1995-11-05 14:39:02 +00:00