Release 940804wine-940804
commit7e50df392b0ee52b14118f51e3bc9805ec2c03a6
authorAlexandre Julliard <julliard@winehq.org>
Sat, 6 Aug 1994 11:22:41 +0000 (6 11:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 6 Aug 1994 11:22:41 +0000 (6 11:22 +0000)
treea12b5995d06525007caefa165b4af123109330e3
parentf72072590417bee9e45d08cedef3c1d2759f7816
Release 940804

Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>

        * [windows/message.c]
Implemented WaitMessage() (USER.112).

        * [if1632/user.spec]
Added WaitMessage.

* [windows/defwnd.c]
WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.

    * [miscemu/int{13,21,2a}.c]
        * [miscemu/Imakefile]
* [signal/loader.c]
Added a few basic disk information and diagnostic functions to
prevent programs using this function from crashing. All drives
are claimed to be remote ones, so direct I/O isn't allowed.

* [controls/edit.c]
EDIT_WriteText(): Added code to correctly erase the remaining space
of the edit-control if the size of the control has changed sinced it's
creation.

Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>

* [if1632/mouse.spec]
Added mouse.dll entry, no functions.

* [loader/resource.c]
Bug fix in AccessResource().

* [misc/keyboard.c], added [include/keyboard.h]
Changed functions to return more useful values.

* [windows/dialog.c]
Hacked DIALOG_GetControl() to support resources which
have 0xff00 - 0xffff as id. ** Needs to be done properly by
someone who knows the NE fileformat **

Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)

* [windows/event.c]
Add new stub for EnableHGardwareInput() function.

* [windows/message.c]
Add coding for HWND_BROADCAST in PostMessage().

* [misc/file.c]
Add coding for OpenFile() also search in WindowPaths.

* [misc/mmsystem.c]
* [misc/audio.c]
* [misc/mmaux.c]
* [misc/mcicda.c]
Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
30 files changed:
ChangeLog
controls/edit.c
controls/static.c
debugger/dbg.y
if1632/Imakefile
if1632/mouse.spec [new file with mode: 0644]
if1632/relay.c
if1632/user.spec
include/dlls.h
include/keyboard.h [new file with mode: 0644]
include/mmsystem.h
loader/resource.c
loader/signal.c
misc/audio.c
misc/driver.c
misc/file.c
misc/keyboard.c
misc/mcicda.c
misc/mmaux.c
misc/mmsystem.c
miscemu/Imakefile
miscemu/int13.c [new file with mode: 0644]
miscemu/int1a.c
miscemu/int21.c
miscemu/int2a.c [new file with mode: 0644]
miscemu/int2f.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/message.c