Release 970202wine-970202
commit349a95315b28fdb43e63c56de6a2c0f89c9d4eb8
authorAlexandre Julliard <julliard@winehq.org>
Sun, 2 Feb 1997 19:01:52 +0000 (2 19:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 2 Feb 1997 19:01:52 +0000 (2 19:01 +0000)
treea2daa2bca01222e32574ae51ea4c27544e87e9af
parent01d6346a231fcc03f648bfa6ea6c997909ac88b6
Release 970202

Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [files/drive.c]
Fixed SetCurrentDirectory() to also change the current drive.

* [win32/except.c] [tools/build.c]
Use Win32 register functions to implement exception handling.
Fixed UnhandledExceptionFilter.

Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>

* [windows/keyboard.c]
Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
or when the state has changed, out of wine.
Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
by InputKeyStateTable.

Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [loader/*resource.c][if1632/thunk.c]
EnumResource* added.

* [loader/pe_resource.] [loader/resource.c]
SizeofResource32(), LoadAccelerators32() added.

* [misc/lstr.c]
FormatMessage %n added.

* [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
_chdrive,_errno,_isctype added.

* [misc/cpu.c]
Replaced runtime_cpu by GetSystemInfo().

* [windows/hook.c][include/hook.h]
Fixed mapping of hooks to win32/unicode.

* [windows/keyboard.c] [windows/defwnd.c]
Updated to win32 standard.
ALT-<Menukey> fixed.

* [windows/queue.c]
GetWindowThreadProcessId() implemented.

Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>

* [graphics/metafiledrv/*] [graphics/x11drv/*]
  [objects/bitmap.c] [objects/brush.c] [objects/font.c]
  [objects/gdiobj.c] [objects/pen.c]
Moved SelectObject to graphics drivers. Printer support now works
in a few cases but is definitely not complete. Generic/text driver
works. The postscript driver works if true type fonts are disabled
from the control panel. To enable printer support add Printer=on
to the wine section of your wine.conf file. This causes write not
to work properly. I know that several other printer drivers do not
work.

* [tools/build.c]
Make .stabs not used for svr4 since it doesn't use GNU assembler.

* [misc/fontengine.c]
Make sure a printf doesn't crash the system.

Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>

* [objects/metafile.c]
Fixed some problems with PlayMetaFileRecord().

* [objects/dc.c]
hClipRgn gets initialized in GetDCState().

Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>

* [debugger/stabs.c]
Handle file names beginning with '/'.

Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>

* [*/*]
Some more patches for OS/2 support.

Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>

* [resources/sysres_Ko.rc]
Updated support for Korean (Ko) language.
113 files changed:
ANNOUNCE
ChangeLog
controls/combo.c
controls/edit.c
controls/listbox.c
debugger/break.c
debugger/dbg.y
debugger/expr.c
debugger/hash.c
debugger/memory.c
debugger/msc.c
debugger/source.c
debugger/stabs.c
debugger/types.c
files/directory.c
files/drive.c
files/file.c
graphics/metafiledrv/Makefile.in
graphics/metafiledrv/init.c
graphics/metafiledrv/objects.c [new file with mode: 0644]
graphics/x11drv/Makefile.in
graphics/x11drv/bitmap.c [new file with mode: 0644]
graphics/x11drv/brush.c [new file with mode: 0644]
graphics/x11drv/font.c
graphics/x11drv/init.c
graphics/x11drv/objects.c [new file with mode: 0644]
graphics/x11drv/pen.c [new file with mode: 0644]
if1632/Makefile.in
if1632/crtdll.spec
if1632/except.S [deleted file]
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel.spec
if1632/kernel32.spec
if1632/keyboard.spec
if1632/ntdll.spec
if1632/relay.c
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
include/bitmap.h
include/brush.h
include/callback.h
include/crtdll.h
include/debugger.h
include/except.h
include/font.h
include/hook.h
include/metafiledrv.h
include/miscemu.h
include/pe_image.h
include/pen.h
include/process.h
include/selectors.h
include/sigcontext.h
include/thread.h
include/winbase.h
include/windows.h
include/winnt.h
include/x11drv.h
library/miscstubs.c
loader/main.c
loader/pe_image.c
loader/pe_resource.c
loader/resource.c
loader/signal.c
loader/task.c
memory/selector.c
misc/comm.c
misc/cpu.c
misc/crtdll.c
misc/fontengine.c
misc/keyboard.c [deleted file]
misc/lstr.c
misc/main.c
misc/ole2nls.c
misc/port.c
misc/winsock.c
misc/winsock_async.c
msdos/dpmi.c
msdos/int2f.c
objects/bitmap.c
objects/brush.c
objects/dc.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/pen.c
programs/progman/ChangeLog
programs/progman/Ko.rc [new file with mode: 0644]
programs/progman/Makefile.in
programs/winhelp/ChangeLog
programs/winhelp/Ko.rc [new file with mode: 0644]
programs/winhelp/Makefile.in
resources/sysres_It.rc
resources/sysres_Ko.rc
scheduler/thread.c
tools/build.c
win32/error.c
win32/except.c
win32/init.c
win32/newfns.c
win32/process.c
windows/caret.c
windows/defwnd.c
windows/dialog.c
windows/hook.c
windows/keyboard.c
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/queue.c
windows/win.c