Release 961013wine-961013
commitbf9130af10a96aa16ca9aa8658b179ff462d89d6
authorAlexandre Julliard <julliard@winehq.org>
Sun, 13 Oct 1996 17:45:47 +0000 (13 17:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 13 Oct 1996 17:45:47 +0000 (13 17:45 +0000)
treecda3749b372b79d7cb17c2df7e2fbc08c16d4e57
parent2c69f6d8e970734572d9da9ad06028155b6d0b84
Release 961013

Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [Make.rules.in] [*/Makefile.in]
Made it possible to compile from a directory other than the source
directory.

* [graphics/metafiledrv/init.c] [include/metafiledrv.h]
  [objects/metafile.c] [objects/dc.c]
New graphics driver for metafiles.

* [if1632/thunk.c]
Added thunks for SetWindowsHook and SetDCHook.

* [windows/dialog.c]
Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
items.

* [*/*]
Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
  HINSTANCE, HMENU, HRGN and HTASK.

Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>

* [controls/edit.c]
Fixed EditWndProc() to fall back to DefWndProc() when the
edit state structure is not available.

Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>

* [windows/nonclient.c] [windows/mdi.c]
AdjustWindowRectEx16() should only take notice of the styles
  WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
  WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.

* [controls/scroll.c]
Fixed typo in ShowScrollBar32().

Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>

* [if1632/user32.spec] [if1632/winmm.spec]
Added SetParent and sndPlaySoundA.
133 files changed:
ANNOUNCE
ChangeLog
Make.rules.in
Makefile.in
configure
configure.in
controls/Makefile.in
controls/button.c
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
debugger/Makefile.in
debugger/dbg.y
files/Makefile.in
files/drive.c
files/file.c
graphics/Makefile.in
graphics/metafiledrv/Makefile.in [new file with mode: 0644]
graphics/metafiledrv/init.c [new file with mode: 0644]
graphics/win16drv/Makefile.in
graphics/x11drv/Makefile.in
if1632/Makefile.in
if1632/except.S
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel.spec
if1632/relay.c
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
if1632/winmm.spec
include/brush.h
include/button.h
include/callback.h
include/commdlg.h
include/dc.h
include/dialog.h
include/gdi.h
include/hook.h
include/libres.h
include/listbox.h
include/mdi.h
include/menu.h
include/metafile.h
include/metafiledrv.h [new file with mode: 0644]
include/mmsystem.h
include/module.h
include/nonclient.h
include/ole.h
include/task.h
include/wincon.h
include/windows.h
include/winsock.h
include/wintypes.h
ipc/Makefile.in
library/Makefile.in
library/libres.c
library/winmain.c
libtest/Makefile.in
loader/Makefile.in
loader/main.c
loader/module.c
loader/ne_image.c
loader/ne_resource.c
loader/pe_image.c
loader/pe_resource.c
loader/resource.c
loader/task.c
memory/Makefile.in
memory/ldt.c
misc/Makefile.in
misc/clipboard.c
misc/commdlg.c
misc/crtdll.c
misc/exec.c
misc/network.c
misc/olesvr.c
misc/shell.c
misc/toolhelp.c
misc/user.c
misc/winsocket.c
miscemu/Makefile.in
multimedia/Makefile.in
multimedia/audio.c
multimedia/mcianim.c
multimedia/mcicda.c
multimedia/midi.c
multimedia/mmsystem.c
multimedia/time.c
objects/Makefile.in
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/cursoricon.c
objects/dc.c
objects/dcvalues.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/text.c
programs/progman/Makefile.in
programs/winhelp/Makefile.in
rc/Makefile.in
resources/Makefile.in
tools/Makefile.in
win32/Makefile.in
win32/cursoricon32.c
win32/environment.c
win32/init.c
win32/newfns.c
win32/process.c
win32/thread.c
win32/time.c
windows/Makefile.in
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/win.c
windows/winpos.c