Release 960818wine-960818
commit1e37a181710af709ab964925f416926460fd9fd9
authorAlexandre Julliard <julliard@winehq.org>
Sun, 18 Aug 1996 16:21:52 +0000 (18 16:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 18 Aug 1996 16:21:52 +0000 (18 16:21 +0000)
tree72288fe2b46b93742dacdb9e251da84114e5368e
parent8cc3a5e4d45a2fbbefc1821a3d35e9af82d0c843
Release 960818

Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

* [files/drive.c]
Added 'Filesystem' option in drives configuration.

* [files/dos_fs.c]
Added handling of case-insensitive filesystems.

* [memory/selector.c] [include/stackframe.h]
Removed MAKE_SEGPTR.

* [misc/commdlg.c] [multimedia/mcistring.c]
Replaced MAKE_SEGPTR by the SEGPTR_* macros.

* [objects/bitblt.c] [windows/graphics.c]
Use an intermediary pixmap to avoid some BadMatch errors on
XGetImage().

Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>

* [windows/message.c]
Added handling of WM_NC...mouse messages in JOURNALRECORD hook.

* [misc/ver.c]
Fixed a bad string result in VerQueryValue[16|32A|32W].

Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

* [if1632/crtdll.spec] [misc/crtdll.c]
More additions to get win95 programs further down the road.

* [if1632/kernel.spec] [loader/module.c]
GetModuleName() added.
LoadModule(): params->showCmd can be NULL.

* [if1632/kernel32.spec] [if1632/thunk.c]
ThunkConnect32() stub added.

* [loader/resource.c]
Entries include lastentry.

* [misc/shell.c] [files/file.c]
Made progman work again.

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

* [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
Icon painting fixes.

* [windows/winpos.c] [windows/painting.c]
Enforce and follow hrgnUpdate more closely to cut down on
redundant RedrawWindow() calls.

* [windows/event.c]
Process ConfigureNotify only for managed windows.

* [windows/winpos.c]
Do not redraw parent if the window was hidden before SetWindowPos().

* [windows/nonclient.c]
Omit some nonclient decoration painting for managed windows.

* [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
Implemented WM_NEXTMENU.

* [controls/listbox.c]
Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.

* [misc/shell.c]
Added .ICO file handling to ExtractIcon().
78 files changed:
ANNOUNCE
ChangeLog
DEVELOPERS-HINTS
Make.rules.in
Makefile.in
controls/combo.c
controls/desktop.c
controls/edit.c
controls/listbox.c
controls/menu.c
controls/static.c
controls/widgets.c
files/dos_fs.c
files/drive.c
files/file.c
if1632/crtdll.spec
if1632/gdi32.spec
if1632/kernel.spec
if1632/kernel32.spec
if1632/thunk.c
if1632/user.spec
if1632/user32.spec
include/drive.h
include/local.h
include/message.h
include/nonclient.h
include/options.h
include/queue.h
include/registers.h
include/stackframe.h
include/win.h
include/windows.h
include/wintypes.h
libtest/Makefile.in
loader/builtin.c
loader/module.c
loader/resource.c
loader/task.c
memory/local.c
memory/selector.c
misc/commdlg.c
misc/crtdll.c
misc/lstr.c
misc/lzexpand.c
misc/main.c
misc/ole2nls.c
misc/shell.c
misc/spy.c
misc/ver.c
miscemu/int21.c
multimedia/audio.c
multimedia/mcistring.c
objects/bitblt.c
objects/dib.c
objects/metafile.c
programs/progman/Makefile.in
programs/progman/main.c
programs/progman/string.c
programs/winhelp/Makefile.in
programs/winhelp/winhelp.c
tools/build.c
win32/findfile.c
win32/user32.c
windows/defwnd.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/mdi.c
windows/message.c
windows/nonclient.c
windows/painting.c
windows/queue.c
windows/scroll.c
windows/win.c
windows/winpos.c
windows/winproc.c
wine.ini
wine.man