| 1 | /* $Id: changelog,v 1.1476 2001-06-02 17:52:22 bird Exp $ */
|
|---|
| 2 |
|
|---|
| 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 |
|
|---|
| 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)
|
|---|
| 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
|
|---|
| 18 |
|
|---|
| 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)
|
|---|
| 23 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
|---|
| 24 | (fixes scrolling in Adobe Framemaker 5.5)
|
|---|
| 25 |
|
|---|
| 26 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 27 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
|---|
| 28 | o Disabled system hooks (only work in one process)
|
|---|
| 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
|
|---|
| 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)
|
|---|
| 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)
|
|---|
| 42 | o StretchDIBits fix for RGB555 bitmaps
|
|---|
| 43 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
|---|
| 44 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
|---|
| 45 |
|
|---|
| 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)
|
|---|
| 51 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
|---|
| 52 | its icon cache. Revert to on-demand loading of the icons,
|
|---|
| 53 | speeds up loading of SHELL32 (therefore most apps)
|
|---|
| 54 | by several seconds.
|
|---|
| 55 |
|
|---|