source: trunk/changelog@ 5889

Last change on this file since 5889 was 5889, checked in by bird, 24 years ago

* empty log message *

File size: 3.0 KB
RevLine 
[5889]1/* $Id: changelog,v 1.1476 2001-06-02 17:52:22 bird Exp $ */
[5313]2
[5889]3 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - Win32k/configure.cmd:
5 o Corrected search for the VAC compiler.
6 o Removed stupid messages when -w is specified.
7
[5879]8 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
9 - COMDLG32: o fix crash due to uninitialized COM object pointer in
10 Win95 open file dialog browse mode
11 o default to open mode in file dialog when the
12 OFN_NOVALIDATE mode is used
13 (fixes crash in FrameMaker 5.5 file dialog when opening
14 a file that has broken image references)
[5887]15 - KERNEL32: o log both error and no error conditions for GetLastError
16 with default error level. Sometimes, we don't set an error
17 where we should so this logging information is important
[5879]18
[5875]19 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
20 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
21 [WINMM]
22 DefVolume=50[0-100] Default waveout volume (default = 100)
[5884]23 - USER32: o ScrollDC fix for translating clip & scroll rectangles
24 (fixes scrolling in Adobe Framemaker 5.5)
[5875]25
[5857]26 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5864]27 - USER32: o Send WM_HELP if F1 pressed & no menu active
28 o Disabled system hooks (only work in one process)
[5857]29 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
30 barely noticable with 'real' applications)
31 - OLE32: o Added OleLoadPictureEx stub
32 - GDI32: o GetDIBits fix for querying the bitmap information
33 WGSS returns 0, but we should return the nr of scan lines requested
[5865]34 o GetDIBits fix for memory dcs. WGSS messes things up if
35 it's a memory DC.
36 (fixes lower right button in AIM's logon window when typing
37 in new name)
[5867]38 o ExtTextOutA/W fix for filling rectangle with background color
39 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
40 (fixes border between menu & button bar in Odin MFC app &
41 Acrobat Reader 4.05)
[5889]42 o StretchDIBits fix for RGB555 bitmaps
[5871]43 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
[5857]44 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
45
[5849]46 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
47 - KERNEL32: o benchmarked new experimental loader and reverted to
48 old but slightly optimized loader (processExport usually
49 outweighs processImport, so lookup is less valuable than
50 add to export list)
[5889]51 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
[5849]52 its icon cache. Revert to on-demand loading of the icons,
[5889]53 speeds up loading of SHELL32 (therefore most apps)
[5849]54 by several seconds.
55
Note: See TracBrowser for help on using the repository browser.