Release 950302wine-950302
commit6abb89c3b219521e6acc9c26f86038a712083121
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Mar 1995 17:33:47 +0000 (2 17:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Mar 1995 17:33:47 +0000 (2 17:33 +0000)
treec7f07508d767f986ef5bf9354cd93213655583d0
parentb67b1dcc261b5c1e90d31daee18cce959559d830
Release 950302

Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)

* [loader/resource.c] [objects/oembitmap.c]
Removed sysres bitmap code; you need libXpm to compile now.
Implemented LoadIcon() for OEM icons.

* [include/bitmaps/oic_*]
Added OEM icons in XPM format.

* [objects/dib.c]
Bug fix in DrawIcon().

* [rc/sysresbm.rc]
Removed; all bitmaps are stored in XPM format now.

Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)

* [controls/edit.c]
Small patch to fix edit-control when it's created with text.

Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)

* [tools/make_debug]
The created macros won't have side effects anymore when used in
an "if-else" structure. No more warnings from the compiler when
compiled without defining DEBUG_RUNTIME.

Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>

* [controls/listbox.c]
ListBoxDeleteString(): Fixed

* [loader/selector.c]
GetMemoryReference(): When special segments are referenced by
pseudo-functions like __0040H, a reference to a "normal" segment
will be returned preventing the program from crashing as soon
as the referenced segment is actually accessed.

Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)

* [Configure]
Ask for OLE stubs and malloc debugging

* [Imakefile]
link with libmcheck.a if necessary

* [if1632/relay.c][include/dll.h][if1632/Imakefile]
Add OLE stubs, increase number of builtins
dll_name_table_entry_s: new field dll_is_used

* [loader/library.c]
GetModuleHandle,ModuleNext: Check dll_is_used

* [loader/ne_image.c]
Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
to mean, anyway?)

* [misc/olecli.c][misc/olesvr.c]
New files. Add to misc/Imakefile

* [misc/dos_fs.c]
DOS_GetUnixFileName: make a copy of the input parameter to
prevent overwriting

* [misc/main.c]
MAIN_ParseDLLOptions: new function
MAIN_ParseOptions: treat -dll command line flag
main: add support for malloc debugging

Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>

* [loader/signal.c]
Small patch for people using FreeBSD-2.1.0.

Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)

* [toolkit/sup.c]
Added return values to the Call* routines

* [toolkit/winmain.c]
Load the resource file properly for WineLib applications.
49 files changed:
ANNOUNCE
ChangeLog
Configure
Imakefile
README
RELEASE-NOTES [new file with mode: 0644]
controls/edit.c
controls/listbox.c
if1632/Imakefile
if1632/callback.c
if1632/ole2.spec [new file with mode: 0644]
if1632/ole2conv.spec [new file with mode: 0644]
if1632/ole2disp.spec [new file with mode: 0644]
if1632/ole2nls.spec [new file with mode: 0644]
if1632/ole2prox.spec [new file with mode: 0644]
if1632/olecli.spec [new file with mode: 0644]
if1632/olesvr.spec [new file with mode: 0644]
if1632/relay.c
include/bitmap.h
include/bitmaps/check_boxes [deleted file]
include/bitmaps/check_mark [deleted file]
include/bitmaps/menu_arrow [deleted file]
include/bitmaps/oic_bang [new file with mode: 0644]
include/bitmaps/oic_hand [new file with mode: 0644]
include/bitmaps/oic_note [new file with mode: 0644]
include/bitmaps/oic_ques [new file with mode: 0644]
include/bitmaps/oic_sample [new file with mode: 0644]
include/debug.h
include/dlls.h
include/ole.h [new file with mode: 0644]
include/stddebug.h
loader/library.c
loader/ne_image.c
loader/resource.c
loader/selector.c
loader/signal.c
misc/Imakefile
misc/dos_fs.c
misc/main.c
misc/message.c
misc/olecli.c [new file with mode: 0644]
misc/olesvr.c [new file with mode: 0644]
objects/dib.c
objects/oembitmap.c
rc/Imakefile
rc/sysresbm.rc [deleted file]
toolkit/sup.c
toolkit/winmain.c
tools/make_debug