Release 960611wine-960611
commitd90840e18070cddc32a85b569b3647ce7458e85f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 11 Jun 1996 16:02:08 +0000 (11 16:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Jun 1996 16:02:08 +0000 (11 16:02 +0000)
treeb526512a5eae4e5d35bc581338e0bd3858ce74c2
parent1e9ac79811cbb2c53e38af96be46ce2acd437ba9
Release 960611

Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [debugger/break.c] [loader/signal.c]
Fixed breakpoints in 32-bit code.

* [include/windows.h]
Added many more Win32 versions of standard structures.

* [include/winreg.h] [misc/registry.c]
Moved private types into registry.c.

* [memory/string.c] (New file)
Moved most string functions from misc/lstr.c; added Win32 version
of all functions.

* [misc/wsprintf.c]
Implemented Win32 wsprintf functions.

* [objects/bitmap.c]
Implemented Win32 bitmap functions.

* [windows/dialog.c]
Don't set dialog procedure before the controls are created. This
avoids a crash in Winhelp.

Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>

* [controls/menu.c] [if1632/user.spec] [windows/message.c]
Replace PeekMessage with PeekMessage16.

* [if1632/kernel32.spec][misc/main.c]
GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
MAIN_ParseVersion: new function, new command line option -winver.
GetVersion: modified to take command line argument into account.

* [if1632/kernel32.spec] [win32/process.c]
FreeLibrary32: new function.
TlsAlloc: initialize Tls to zero.
InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
functions.

* [if1632/kernel32.spec]
SetErrorMode,GetActiveWindow: new relays to existing functions.

* [if1632/kernel32.spec][win32/user32.c]
PeekMessage32A,PeekMessage32W: new functions.

* [include/struct32.h][include/windows.h]
Moved MSG32 to windows.h.
Renamed MSG to MSG16.
Modified prototypes to use MSG16

* [include/winbase.h]
OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.

Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [if1632/Makefile.in] [loader/builtin.c]
version.dll,lz32.dll added.

* [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
  [misc/lzexpand.c]
lz32.dll added.
Modified to new function naming standard.

* [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
version.dll added (win32 version of ver.dll).
Modified to new function naming standard.
Use registry to look up a LOCALE langids too.
(VerInstallFile,VerFindFile still stubs)

Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [files/file.c]
Added a warning if GetTempFileName() gets a bad drive parameter.

* [misc/commdlg.c]
Changed file listbox color to gray in SaveFile dialog
(just like Windows does this).
122 files changed:
ANNOUNCE
ChangeLog
controls/button.c
controls/combo.c
controls/desktop.c
controls/edit.c
controls/listbox.c
controls/menu.c
debugger/break.c
debugger/db_disasm.c
debugger/hash.c
debugger/info.c
files/directory.c
files/dos_fs.c
files/drive.c
files/file.c
files/profile.c
if1632/Makefile.in
if1632/gdi.spec
if1632/gdi32.spec
if1632/kernel.spec
if1632/kernel32.spec
if1632/lz32.spec [new file with mode: 0644]
if1632/lzexpand.spec
if1632/user.spec
if1632/user32.spec
if1632/ver.spec
if1632/version.spec [new file with mode: 0644]
include/bitmap.h
include/brush.h
include/callback.h
include/compobj.h [deleted file]
include/except.h
include/file.h
include/font.h
include/gdi.h
include/global.h
include/keyboard.h [deleted file]
include/listbox.h
include/lzexpand.h
include/message.h
include/metafile.h
include/neexe.h
include/ole.h
include/pen.h
include/queue.h
include/resource.h
include/string32.h
include/struct32.h
include/task.h
include/ver.h
include/winbase.h
include/windows.h
include/winreg.h
include/wintypes.h
loader/Makefile.in
loader/builtin.c
loader/module.c
loader/ne_resource.c
loader/resource.c
loader/signal.c
loader/task.c
memory/Makefile.in
memory/atom.c
memory/global.c
memory/heap.c
memory/ldt.c
memory/string.c [new file with mode: 0644]
misc/Makefile.in
misc/clipboard.c
misc/comm.c
misc/commdlg.c
misc/compobj.c
misc/keyboard.c
misc/lstr.c
misc/lzexpand.c
misc/main.c
misc/ole2nls.c
misc/registry.c
misc/shell.c
misc/spy.c
misc/ver.c
misc/wsprintf.c [new file with mode: 0644]
miscemu/cpu.c
miscemu/int21.c
multimedia/mcistring.c
multimedia/mmsystem.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/color.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/pen.c
objects/text.c
win32/Makefile.in
win32/except.c
win32/gdi32.c [deleted file]
win32/process.c
win32/resource.c
win32/string32.c
win32/struct32.c
win32/thread.c
win32/user32.c
windows/caret.c
windows/class.c
windows/dce.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/property.c
windows/queue.c
windows/syscolor.c
windows/timer.c
windows/win.c
windows/winpos.c
windows/winproc.c