[5891] | 1 | /* $Id: changelog,v 1.1477 2001-06-02 18:52:11 achimha 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
|
---|
[5891] | 18 | o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
|
---|
| 19 | CreateFileA to open a non existing file.
|
---|
| 20 | DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
|
---|
| 21 | Verified with Windows 2000 SP2
|
---|
| 22 | (makes Acrobat Distiller 5.0 startup and work!)
|
---|
[5879] | 23 |
|
---|
[5875] | 24 | 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 25 | - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
|
---|
| 26 | [WINMM]
|
---|
| 27 | DefVolume=50[0-100] Default waveout volume (default = 100)
|
---|
[5884] | 28 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
---|
| 29 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
[5875] | 30 |
|
---|
[5857] | 31 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5864] | 32 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
---|
| 33 | o Disabled system hooks (only work in one process)
|
---|
[5857] | 34 | - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
|
---|
| 35 | barely noticable with 'real' applications)
|
---|
| 36 | - OLE32: o Added OleLoadPictureEx stub
|
---|
| 37 | - GDI32: o GetDIBits fix for querying the bitmap information
|
---|
| 38 | WGSS returns 0, but we should return the nr of scan lines requested
|
---|
[5865] | 39 | o GetDIBits fix for memory dcs. WGSS messes things up if
|
---|
| 40 | it's a memory DC.
|
---|
| 41 | (fixes lower right button in AIM's logon window when typing
|
---|
| 42 | in new name)
|
---|
[5867] | 43 | o ExtTextOutA/W fix for filling rectangle with background color
|
---|
| 44 | only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
|
---|
| 45 | (fixes border between menu & button bar in Odin MFC app &
|
---|
| 46 | Acrobat Reader 4.05)
|
---|
[5889] | 47 | o StretchDIBits fix for RGB555 bitmaps
|
---|
[5871] | 48 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
---|
[5857] | 49 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
---|
| 50 |
|
---|
[5849] | 51 | 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 52 | - KERNEL32: o benchmarked new experimental loader and reverted to
|
---|
| 53 | old but slightly optimized loader (processExport usually
|
---|
| 54 | outweighs processImport, so lookup is less valuable than
|
---|
| 55 | add to export list)
|
---|
[5889] | 56 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
---|
[5849] | 57 | its icon cache. Revert to on-demand loading of the icons,
|
---|
[5889] | 58 | speeds up loading of SHELL32 (therefore most apps)
|
---|
[5849] | 59 | by several seconds.
|
---|
| 60 |
|
---|