Release 961222wine-961222
commit7ebe1a4135d83c89758a4b847d827b8723692e40
authorAlexandre Julliard <julliard@winehq.org>
Sun, 22 Dec 1996 18:27:48 +0000 (22 18:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 22 Dec 1996 18:27:48 +0000 (22 18:27 +0000)
tree6f94993a42a9190dc9432ca4f11c4338082ebabc
parentb1bac32007c76d9e8d670b3da070aa977448e26e
Release 961222

Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
Added mapping functions.

* [if1632/gdi.spec] [objects/*.c] [include/windows.h]
Added a lot of Win32 functions.

* [memory/heap.c]
Added HEAP_strdupAtoW and HEAP_strdupWtoA.

* [misc/lstr.c] [memory/string.c]
Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.

* [object/font.c]
Avoid uppercasing font names.

* [windows/hook.c]
Set ds = ss before calling hook procedure.

Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>

* [objects/color.c]
Use colors allocated by other clients.

* [windows/caret.c]
Set default blink time to 500.

* [windows/win.c] [windows/event.c]
Delete X context before XDestroyWindow().

* [windows/keyboard.c]
Fixed GetKeyState() once more.

Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>

* [debugger/*.c]
Lots of built-in debugger improvements: parse Win32 EXEs debug
  information, display local variables, source files and line
  numbers, get symbols directly from the Wine executable, etc.

Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>

* [misc/winsock_async.c]
  Extern declaration added for h_errno.

Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [windows/message.c]
Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
111 files changed:
ANNOUNCE
BUGS
ChangeLog
controls/button.c
controls/desktop.c
controls/edit.c
controls/menu.c
controls/oldlbox.c
controls/scroll.c
controls/status.c
debugger/Makefile.in
debugger/break.c
debugger/db_disasm.c
debugger/dbg.y
debugger/debug.l
debugger/hash.c
debugger/info.c
debugger/memory.c
debugger/msc.c [new file with mode: 0644]
debugger/registers.c
debugger/stabs.c [new file with mode: 0644]
debugger/stack.c
files/dos_fs.c
files/drive.c
files/file.c
files/profile.c
graphics/Makefile.in
graphics/bitblt.c
graphics/mapping.c [new file with mode: 0644]
graphics/metafiledrv/Makefile.in
graphics/metafiledrv/init.c
graphics/metafiledrv/mapping.c [new file with mode: 0644]
graphics/win16drv/init.c
graphics/wing.c
graphics/x11drv/bitblt.c
graphics/x11drv/font.c
graphics/x11drv/init.c
if1632/gdi.spec
if1632/gdi32.spec
if1632/keyboard.spec
include/color.h
include/debugger.h
include/except.h
include/gdi.h
include/heap.h
include/message.h
include/metafiledrv.h
include/peexe.h
include/string32.h
include/windows.h
library/libres.c
loader/main.c
loader/pe_image.c
loader/pe_resource.c
loader/resource.c
loader/signal.c
memory/heap.c
memory/string.c
misc/clipboard.c
misc/comm.c
misc/commdlg.c
misc/crtdll.c
misc/lstr.c
misc/lzexpand.c
misc/main.c
misc/ole2nls.c
misc/registry.c
misc/shell.c
misc/ver.c
misc/winsock_async.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/color.c
objects/cursoricon.c
objects/dc.c
objects/dcvalues.c
objects/dib.c
objects/font.c
objects/metafile.c
objects/pen.c
objects/text.c
win32/advapi.c
win32/code_page.c
win32/console.c
win32/cursoricon32.c
win32/file.c
win32/findfile.c
win32/init.c
win32/newfns.c
win32/process.c
win32/string32.c
win32/user32.c
windows/Makefile.in
windows/caret.c
windows/class.c
windows/dce.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c
windows/keyboard.c
windows/mapping.c [deleted file]
windows/mdi.c
windows/message.c
windows/msgbox.c
windows/nonclient.c
windows/property.c
windows/win.c
windows/winproc.c