Release 960405wine-960405
commit8664b890b04723c53b3515495c3a55e52186cd7b
authorAlexandre Julliard <julliard@winehq.org>
Fri, 5 Apr 1996 14:58:24 +0000 (5 14:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Apr 1996 14:58:24 +0000 (5 14:58 +0000)
tree8f11390b5db392294f6964cdd9e56ab40a94df48
parentc981d0bf88d14e0b7f0c9689fc204173dcc464b7
Release 960405

Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/button.c] [controls/static.c]
Changes to use WND * wherever possible.

* [debugger/dbg.y] [debugger/debug.l]
Added 'info module' and 'walk module' commands.

* [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
Added assembly code generation to call from Wine into 32-bit code.
Changed all 'call32' references in 'callfrom16' to avoid confusion
with Win32 routines.

* [include/callback.h]
Added prototypes for 32-bit callbacks.

* [loader/module.c] [if1632/relay32.c] [tools/build.c]
Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
now generated by the build program.

* [include/module.h]
Added extra info to NE_MODULE for Win32 modules to point to the PE
module data.

* [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
Removed the wine_files list. The PE data for a module can now be
accessed with the NE_WIN32_MODULE macro.

* [loader/signal.c] [miscemu/instr.c]
Don't start the BIOS timer at startup, but only after an access to
the 0x40 segment.

* [memory/local.c]
Changed LOCAL_Lock() to return a 32-bit pointer.

* [misc/main.c] [include/dlls.h]
Some built-in DLLs (like KERNEL) can no longer be disabled from
  the command-line.

Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>

* [*/*]
A lot of small changes to support SCO OpenServer 5.

Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>

* [controls/edit.c]
Fixed GetKeyState() call to use 0x8000 convention.

* [include/windows.h]
Added undocumented messages EM_SCROLL and EM_GETTHUMB.

Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>

* [if1632/except.S]
Modified code to assemble on unixware.

Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>

* [objects/font.c]
Implementation of a second font cache which will be updated
dynamically.

Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>

* [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
  [resources/sysres_De.rc] [resources/sysres_Eo.rc]
  [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
  [resources/sysres_No.rc] [resources/TODO]
Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
63 files changed:
ANNOUNCE
ChangeLog
Make.rules.in
Makefile.in
controls/button.c
controls/edit.c
controls/static.c
debugger/break.c
debugger/dbg.y
debugger/debug.l
files/dos_fs.c
files/drive.c
if1632/Makefile.in
if1632/callback.c
if1632/except.S
if1632/relay.c
if1632/relay32.c
include/callback.h
include/debugger.h
include/dlls.h
include/local.h
include/module.h
include/pe_image.h
include/registers.h
include/relay32.h
include/stackframe.h
include/windows.h
include/wine.h
library/miscstubs.c
loader/main.c
loader/module.c
loader/pe_image.c
loader/signal.c
loader/task.c
memory/ldt.c
memory/local.c
misc/comm.c
misc/main.c
misc/port.c
misc/registry.c
misc/winsocket.c
miscemu/dosmem.c
miscemu/instr.c
miscemu/int21.c
multimedia/time.c
objects/font.c
resources/TODO
resources/sysres_Cz.rc
resources/sysres_Da.rc
resources/sysres_De.rc
resources/sysres_Eo.rc
resources/sysres_Es.rc
resources/sysres_Fi.rc
resources/sysres_No.rc
tools/build.c
win32/environment.c
win32/except.c
win32/init.c
win32/resource.c
windows/defwnd.c
windows/msgbox.c
windows/win.c
wine.ini