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