Release 960811wine-960811
commit8cc3a5e4d45a2fbbefc1821a3d35e9af82d0c843
authorAlexandre Julliard <julliard@winehq.org>
Sun, 11 Aug 1996 15:49:51 +0000 (11 15:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Aug 1996 15:49:51 +0000 (11 15:49 +0000)
tree31ff4b9d99a1791815fa60adac37ebc552e770cf
parentf1aa3030a695c5b581399a83fd9e3853ec2e7760
Release 960811

Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [configure.in] [include/acconfig.h] [tools/build.c]
Added check for underscore on external symbols.

* [memory/selector.c] [memory/global.c]
Fixed FreeSelector() to free only one selector.
Added SELECTOR_FreeBlock() to free an array of selectors.

* [objects/color.c]
Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
hi-color displays.

* [tools/build.c] [if1632/crtdll.spec]
Added 'extern' type, used for external variables or functions.

* [windows/winpos.c]
Allow de-activating a window in WINPOS_ChangeActiveWindow().

* [windows/winproc.c]
Added 32-to-16 translation for button messages.
Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
happen to be valid SEGPTRs.

Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [windows/message.c]
Removed a FIXME in MSG_PeekHardwareMsg(): produces correct
data for the JOURNALRECORD-hook (using EVENTMSG16 structure).

* [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
Introduced undocumented API function IsValidMetaFile(), plus a
  minor fix in last patch of CopyMetaFile().

* [objects/gdiobj.c]
Removed a FIXME in IsGDIObject(): added magic word check.

Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>

* [controls/statuswin.c]
First pass at implementing the StatusWindow class.

* [include/commctrl.h]
Header file for common controls.

* [controls/widgets.c]
Added InitCommonControls().

* [if1632/comctl32.spec]
Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.

* [win32/findfile.c] [if1632/kernel32.spec]
Add FindNextFile32A, FindClose.
Modified FindFirstFile32A so it works with FindNextFile32A.

* [include/winbase.h]
Fixed WIN32_FIND_DATA structure member names.

Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>

* [windows/scroll.c]
Changed scrolling routines to benefit from DCE code update.

Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [files/file.c]
SearchPath* could get NULL for lastpart argument.

* [if1632/build-spec.txt] [documentation/debugging]
Varargs documentation added, debugging hints updated.

* [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
Started to implement CRTDLL.

* [if1632/wsock32.spec]
Some thunks to standard libc functions (structures have the same
  elements, but perhaps wrong offset due to packing).

* [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
Merged kernel32.h into windows.h.

* [misc/lstr.c]
Enhanced FormatMessage().

* [misc/main.c] [if1632/kernel.spec] [include/windows.h]
GetVersion() updated to new naming standard.
Changed language handling to support language ids.

* [misc/shell.c]
Enhanced FindExecutable, so it finds files in the search path too.

* [win32/environment.c]
GetCommandLine* updated.

* [loader/resource.c] [loader/pe_resource.c]
FindResourceEx32* added.
Loading of messagetables added.
Language handling now uses Wine default language id.
112 files changed:
ANNOUNCE
ChangeLog
Makefile.in
configure
configure.in
controls/Makefile.in
controls/combo.c
controls/edit.c
controls/menu.c
controls/static.c
controls/status.c [new file with mode: 0644]
controls/widgets.c
documentation/debugging
documentation/user_module
files/file.c
if1632/comctl32.spec
if1632/crtdll.spec
if1632/except.S
if1632/gdi.spec
if1632/kernel.spec
if1632/kernel32.spec
if1632/shell32.spec
if1632/wsock32.spec
include/acconfig.h [new file with mode: 0644]
include/advapi32.h
include/bitmap.h
include/callback.h
include/commctrl.h [new file with mode: 0644]
include/commdlg.h
include/config.h.in
include/dde_mem.h
include/debug.h
include/driver.h
include/kernel32.h [deleted file]
include/libres.h
include/metafile.h
include/mmsystem.h
include/ole.h
include/queue.h
include/region.h
include/resource.h
include/selectors.h
include/shell.h
include/static.h
include/status.h [new file with mode: 0644]
include/stddebug.h
include/syscolor.h
include/winbase.h
include/windows.h
include/wintypes.h
ipc/dde_mem.c
ipc/wine_test_stub.c
library/libres.c
loader/main.c
loader/ne_image.c
loader/ne_resource.c
loader/pe_resource.c
loader/resource.c
loader/task.c
memory/global.c
memory/heap.c
memory/selector.c
misc/Makefile.in
misc/commdlg.c
misc/crtdll.c [new file with mode: 0644]
misc/driver.c
misc/lstr.c
misc/main.c
misc/registry.c
misc/shell.c
misc/user.c
multimedia/audio.c
multimedia/mcianim.c
multimedia/mcicda.c
multimedia/mcistring.c
multimedia/midi.c
multimedia/mmsystem.c
objects/bitblt.c
objects/brush.c
objects/color.c
objects/cursoricon.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/region.c
resources/sysres.c
tools/build-spec.txt
tools/build.c
win32/code_page.c
win32/console.c
win32/environment.c
win32/error.c
win32/except.c
win32/file.c
win32/findfile.c
win32/init.c
win32/memory.c
win32/newfns.c
win32/process.c
win32/thread.c
win32/time.c
windows/dce.c
windows/defwnd.c
windows/dialog.c
windows/mdi.c
windows/message.c
windows/property.c
windows/queue.c
windows/scroll.c
windows/win.c
windows/winpos.c
windows/winproc.c