Release 960712wine-960712
commitca22b33dadbaa794fb69bb38fd40a70005bee79d
authorAlexandre Julliard <julliard@winehq.org>
Fri, 12 Jul 1996 19:02:39 +0000 (12 19:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Jul 1996 19:02:39 +0000 (12 19:02 +0000)
treef4f343352463595c21c634599119a3cddebde33a
parent3051b644892ec92da4097b786e2bdf546d92379c
Release 960712

Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [controls/scroll.c]
Use Win32 heap functions to allocate scroll-bar info structure.

* [debugger/dbg.y] [debugger/registers.c]
Added support for FS and GS segment registers.
Check that segment registers value are OK before returning from
the signal handler.

* [tools/build.c] [if1632/relay.c] [loader/builtin.c]
Changed relay debugging for Win32 function: the relay code now
passes the entry point address instead of the function name.

* [tools/build.c] [miscemu/*.c]
Added support for data entry points in Win32 DLLs.
Added 'cdecl' function type for Win32.
For 'register' function, the relay code now passes a pointer to
the SIGCONTEXT structure.

* [include/registers.h] [include/wine.h]
Moved SIGCONTEXT structure definition in registers.h.

* [loader/pe_image.c]
Don't die at once if some Win32 entry points cannot be found, but
set them to NULL, just like we do for Win16. This allows some
programs to go further before crashing.

* [loader/task.c] [loader/main.c]
Moved global initializations from InitTask() to MAIN_Init(), as
they no longer need a task context with the new SEGPTR heap functions.

* [memory/string.c]
Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
  very convenient.

* [windows/graphics.c]
Partially implemented DrawEdge().

* [windows/timer.c] [windows/caret.c]
Implemented Win32 timer handling. Updated caret management to use
Win32 timers (avoids having to use a Win16 callback).

* [windows/win.c]
Prevent programs from setting some style bits with
SetWindowLong(). This should fix some BadMatch crashes.
Link new windows at the end of the linked list.

* [windows/winpos.c]
Don't try to activate a child window in ShowWindow().

* [windows/winproc.c]
Added a 32->32 thunk to support Ansi-Unicode translation.

Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [files/directory.c]
Additional (undocumented) return value for GetTempDrive() added.

* [files/dos_fs.c] [files/file.c] [include/windows.h]
GetTempFileName32* added.
GetShortPathName* added.

* [memory/string.c]
Win16 lstrcpy() can get NULL ptrs as argument and survive.

* [misc/lzexpand.c]
LZOpenFile(): also try opening with compressed filename if normal
  open fails.

* [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
Char* added.
CompareString* added.

Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>

* [objects/font.c] [if1632/gdi32.spec]
CreateFontIndirect32A and CreateFontIndirect32W added.

* [misc/ole2nls.c]
GetUserDefaultLCID return values updated for new languages.
Finnish support added for GetLocaleInfoA.

* [object/palette] [gdi32.spec]
RealizePalette32 and SelectPalette32 added.

Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>

* [misc/shell.c]
Fixup for SHELL_FindExecutable so that File->Run from progman
works once more. Still needs some more fixups - grep for FIXME in
this file.
133 files changed:
ANNOUNCE
ChangeLog
DEVELOPERS-HINTS
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
debugger/break.c
debugger/dbg.y
debugger/debug.l
debugger/hash.c
debugger/memory.c
debugger/registers.c
files/directory.c
files/dos_fs.c
files/drive.c
files/file.c
if1632/Makefile.in
if1632/callback.c [deleted file]
if1632/crtdll.spec
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel.spec
if1632/kernel32.spec
if1632/ole2nls.spec
if1632/relay.c
if1632/user.spec
if1632/user32.spec
if1632/wprocs.spec
include/brush.h
include/callback.h
include/commdlg.h
include/cursoricon.h
include/debug.h
include/debugger.h
include/font.h
include/gdi.h
include/hook.h
include/kernel.h [deleted file]
include/lzexpand.h
include/message.h
include/miscemu.h
include/module.h
include/palette.h
include/pe_image.h
include/pen.h
include/queue.h
include/registers.h
include/stackframe.h
include/stddebug.h
include/struct32.h
include/task.h
include/user.h
include/ver.h
include/win.h
include/windows.h
include/wine.h [deleted file]
include/winproc.h
include/wintypes.h
library/miscstubs.c
library/sup.c
library/winestub.c
library/winmain.c
loader/builtin.c
loader/main.c
loader/module.c
loader/ne_image.c
loader/pe_image.c
loader/signal.c
loader/task.c
memory/atom.c
memory/global.c
memory/heap.c
memory/ldt.c
memory/local.c
memory/string.c
misc/commdlg.c
misc/lstr.c
misc/lzexpand.c
misc/main.c
misc/ole2disp.c
misc/ole2nls.c
misc/port.c
misc/shell.c
misc/spy.c
misc/user.c
miscemu/dosmem.c
miscemu/dpmi.c
miscemu/emulate.c
miscemu/instr.c
miscemu/int10.c
miscemu/int13.c
miscemu/int1a.c
miscemu/int21.c
miscemu/int25.c
miscemu/int26.c
miscemu/int2a.c
miscemu/int2f.c
miscemu/int4b.c
miscemu/int5c.c
miscemu/interrupts.c
miscemu/vxd.c
multimedia/audio.c
multimedia/joystick.c
multimedia/mcistring.c
multimedia/time.c
objects/cursoricon.c
objects/dcvalues.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/palette.c
tools/build-spec.txt
tools/build.c
win32/except.c
win32/process.c
win32/resource.c
win32/user32.c
windows/caret.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/message.c
windows/painting.c
windows/property.c
windows/queue.c
windows/timer.c
windows/win.c
windows/winpos.c
windows/winproc.c