source: trunk/changelog@ 5877

Last change on this file since 5877 was 5877, checked in by sandervl, 25 years ago

* empty log message *

File size: 2.0 KB
RevLine 
[5877]1/* $Id: changelog,v 1.1472 2001-06-02 11:00:07 sandervl Exp $ */
[5313]2
[5875]3 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
4 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
5 [WINMM]
6 DefVolume=50[0-100] Default waveout volume (default = 100)
7
[5857]8 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5864]9 - USER32: o Send WM_HELP if F1 pressed & no menu active
10 o Disabled system hooks (only work in one process)
[5857]11 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
12 barely noticable with 'real' applications)
13 - OLE32: o Added OleLoadPictureEx stub
14 - GDI32: o GetDIBits fix for querying the bitmap information
15 WGSS returns 0, but we should return the nr of scan lines requested
[5865]16 o GetDIBits fix for memory dcs. WGSS messes things up if
17 it's a memory DC.
18 (fixes lower right button in AIM's logon window when typing
19 in new name)
[5867]20 o ExtTextOutA/W fix for filling rectangle with background color
21 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
22 (fixes border between menu & button bar in Odin MFC app &
23 Acrobat Reader 4.05)
[5871]24 o StretchDIBits fix for RGB555 bitmaps
25 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
[5857]26 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
27
[5849]28 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
29 - KERNEL32: o benchmarked new experimental loader and reverted to
30 old but slightly optimized loader (processExport usually
31 outweighs processImport, so lookup is less valuable than
32 add to export list)
33 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
34 its icon cache. Revert to on-demand loading of the icons,
35 speeds up loading of SHELL32 (therefore most apps)
36 by several seconds.
37
Note: See TracBrowser for help on using the repository browser.