Release 950319wine-950319
commite2abbb1bb3986ee8c7ab5ecdbe0ae6575b476f8d
authorAlexandre Julliard <julliard@winehq.org>
Sun, 19 Mar 1995 17:39:39 +0000 (19 17:39 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 19 Mar 1995 17:39:39 +0000 (19 17:39 +0000)
tree75041a830684a1318673b4e9cc89906c125f7f53
parent6abb89c3b219521e6acc9c26f86038a712083121
Release 950319

Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)

* [*/*]
Implemented a new memory mapping scheme. There's no longer a
one-to-one mapping between 16-bit and 32-bit pointers. Please see
file DEVELOPERS-HINTS for technical details.

* [controls/scroll.c]
Fixed bug when dragging mouse in horizontal scrollbars.

* [tools/build.c] [if1632/*.spec]
Removed support for C callback functions and for re-ordering
of the 32-bit arguments, as these were never used. This should
allow a more efficient callback scheme to be implemented.

* [if1632/olecli.spec]
Reduced the number of entries to make the 16-bit code fit in 64k.
This limitation will soon be removed.

* [loader/ldt.c]
Rewrote LDT manipulation functions and implemented LDT_GetEntry().

* [memory/global.c]
Rewrote Global*() routines to use the new selector allocation
mechanism.

* [memory/local.c]
Rewrote local heap handling to use a Windows-compatible layout
(not really finished yet).
Implemented TOOLHELP heap-walking routines.

* [memory/selector.c]
Implemented LDT manipulation API functions.

Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)

* [windows/defdlg.c]
Fixed problem where dialogs closed using the System menu
        ('Close' item or double click on close box) would
hang Wine.

Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>

* [controls/listbox.c]
Removed most of the statements for sending a notification message
ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
code; Borland's standard file open dialog will work now.

* [misc/main.c], [misc/file.c], [miscemu/int21.c]
Added support for new command line option "-allowreadonly". If set
an attempt to open a read only file in write mode will be converted
to opening it read only (many programs try to open all files in
read/write mode even if they only intend to read it - this might
cause a few under problems under an unix-like environment where most
files are read only for a "normal" user)

* [loader/selector.c]
GetMemoryReference(): Added support for __AHIncr and __AHShift

* [misc/dos_fs.c]
DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
match(): rewritten

* [objects/text.c]
TEXT_NextLine(): Removed a bug in the handling of LF's

* [miscemu/int21.c]
GetFileDateTime(): Fixed. SetFileDateTime() is still broken.

Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>

* [controls/menu.c]
ChangeMenu: defaults to MF_INSERT
InsertMenu: allow insertion even if position is one after last item

* [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
  [if1632/storage.spec] [include/dlls.h]
Added stubs for STORAGE.DLL and COMPOBJ.DLL

* [if1632/user.spec] [windows/message.c]
InSendMessage: new function

* [include/neexe.h][include/ne_image.c]
NE_FixupSegment: fixed handling of additive records

* [loader/selector.c]
GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found

* [loader/signal.c]
win_fault: Enter debugger on SIGFPE, too

Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)

        * [miscemu/int*.c]
        Various minor modifications to the clock tick counter,
        FindFirst/FindNext funcs, and DPB handling.
150 files changed:
ANNOUNCE
ChangeLog
Configure
DEVELOPERS-HINTS
RELEASE-NOTES
controls/button.c
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/scroll.c
controls/static.c
controls/widgets.c
debugger/break.c
debugger/db_disasm.c
debugger/dbg.y
debugger/hash.c
debugger/info.c
debugger/regpos.h
if1632/Imakefile
if1632/call.S
if1632/callback.c
if1632/commdlg.spec
if1632/compobj.spec [new file with mode: 0644]
if1632/gdi.spec
if1632/kernel.spec
if1632/keyboard.spec
if1632/mmsystem.spec
if1632/mouse.spec
if1632/ole2.spec
if1632/ole2conv.spec
if1632/ole2disp.spec
if1632/ole2nls.spec
if1632/ole2prox.spec
if1632/olecli.spec
if1632/olesvr.spec
if1632/relay.c
if1632/shell.spec
if1632/sound.spec
if1632/storage.spec [new file with mode: 0644]
if1632/stress.spec
if1632/system.spec
if1632/toolhelp.spec
if1632/unixlib.spec [deleted file]
if1632/user.spec
if1632/win87em.spec
if1632/winsock.spec
include/atom.h
include/dce.h
include/debug.h
include/dlls.h
include/gdi.h
include/heap.h [deleted file]
include/hook.h
include/if1632.h
include/instance.h [new file with mode: 0644]
include/ldt.h [new file with mode: 0644]
include/listbox.h
include/local.h [new file with mode: 0644]
include/message.h
include/msdos.h
include/neexe.h
include/options.h
include/prototypes.h
include/regfunc.h
include/segmem.h [deleted file]
include/selectors.h
include/stackframe.h
include/stddebug.h
include/toolhelp.h
include/user.h
include/win.h
include/windows.h
include/wintypes.h
loader/Imakefile
loader/dump.c
loader/ldt.c
loader/ldtlib.c [deleted file]
loader/library.c
loader/main.c
loader/ne_image.c
loader/ne_resource.c
loader/pe_resource.c
loader/resource.c
loader/selector.c
loader/signal.c
memory/Imakefile
memory/global.c
memory/heap.c [deleted file]
memory/linear.c [deleted file]
memory/local.c [new file with mode: 0644]
memory/selector.c [new file with mode: 0644]
misc/atom.c
misc/clipboard.c
misc/commdlg.c
misc/dos_fs.c
misc/exec.c
misc/file.c
misc/lstr.c
misc/main.c
misc/message.c
misc/olecli.c
misc/olesvr.c
misc/property.c
misc/shell.c
misc/user.c
misc/winsocket.c
miscemu/int10.c
miscemu/int13.c
miscemu/int1a.c
miscemu/int21.c
miscemu/int25.c
miscemu/int26.c
miscemu/int2f.c
miscemu/kernel.c
multimedia/audio.c
multimedia/midi.c
multimedia/mmsystem.c
objects/bitmap.c
objects/brush.c
objects/color.c
objects/dc.c
objects/font.c
objects/gdiobj.c
objects/metafile.c
objects/oembitmap.c
objects/palette.c
objects/pen.c
objects/region.c
objects/text.c
rc/Imakefile
toolkit/heap.c
tools/Imakefile
tools/build.c
tools/build.c.save [deleted file]
windows/class.c
windows/cursor.c
windows/dce.c
windows/defdlg.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/hook.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/utility.c
windows/win.c
windows/winpos.c