| 1 | /* $Id: changelog,v 1.1484 2001-06-06 17:13:14 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - OLE32: o VAC 3.6.5 compile fix
|
|---|
| 5 |
|
|---|
| 6 | 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 7 | - KERNEL32: o Fixed ordinal export resolving for PE executables
|
|---|
| 8 | (SO52 complained about missing exports)
|
|---|
| 9 |
|
|---|
| 10 | 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 11 | - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
|
|---|
| 12 | (fixes endless repainting loop in WinRAR 2.80)
|
|---|
| 13 | - KERNEL32: o Optimized ordinal lookup even more.
|
|---|
| 14 | (6900 ordinal lookups takes (on average) 31 ms now instead
|
|---|
| 15 | of 78)
|
|---|
| 16 |
|
|---|
| 17 | 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 18 | - KERNEL32: o Added driver dll plugin for custom device driver emulation
|
|---|
| 19 | Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
|
|---|
| 20 | that contain 'DllName' keys.
|
|---|
| 21 | DllName contains the name of the plugin dll that exports
|
|---|
| 22 | DrvOpen, DrvClose & DrvIOCtl.
|
|---|
| 23 | o Dispatch breakpoint exception to application (release build only)
|
|---|
| 24 | Some nasty applications expect this.
|
|---|
| 25 |
|
|---|
| 26 | 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 27 | - USER32: o Ported & fixed ScrollDC (Wine)
|
|---|
| 28 | (fixes scrolling in Adobe Framemaker 5.5)
|
|---|
| 29 | - GDI32: o RGB 565->555 conversion in GetDIBits
|
|---|
| 30 | o RGB 555->565 conversion in DIB Section sync
|
|---|
| 31 | o Sync DIB section in RealizePalette if any colors changed
|
|---|
| 32 | (fixes PowerDVD colors)
|
|---|
| 33 |
|
|---|
| 34 | 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 35 | - Win32k/configure.cmd:
|
|---|
| 36 | o Corrected search for the VAC compiler.
|
|---|
| 37 | o Removed stupid messages when -w is specified.
|
|---|
| 38 |
|
|---|
| 39 | 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 40 | - COMDLG32: o fix crash due to uninitialized COM object pointer in
|
|---|
| 41 | Win95 open file dialog browse mode
|
|---|
| 42 | o default to open mode in file dialog when the
|
|---|
| 43 | OFN_NOVALIDATE mode is used
|
|---|
| 44 | (fixes crash in FrameMaker 5.5 file dialog when opening
|
|---|
| 45 | a file that has broken image references)
|
|---|
| 46 | - KERNEL32: o log both error and no error conditions for GetLastError
|
|---|
| 47 | with default error level. Sometimes, we don't set an error
|
|---|
| 48 | where we should so this logging information is important
|
|---|
| 49 | o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
|
|---|
| 50 | CreateFileA to open a non existing file.
|
|---|
| 51 | DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
|
|---|
| 52 | Verified with Windows 2000 SP2
|
|---|
| 53 | (makes Acrobat Distiller 5.0 startup and work!)
|
|---|
| 54 |
|
|---|
| 55 | 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 56 | - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
|
|---|
| 57 | [WINMM]
|
|---|
| 58 | DefVolume=50[0-100] Default waveout volume (default = 100)
|
|---|
| 59 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
|---|
| 60 | (fixes scrolling in Adobe Framemaker 5.5)
|
|---|
| 61 |
|
|---|
| 62 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 63 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
|---|
| 64 | o Disabled system hooks (only work in one process)
|
|---|
| 65 | - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
|
|---|
| 66 | barely noticable with 'real' applications)
|
|---|
| 67 | - OLE32: o Added OleLoadPictureEx stub
|
|---|
| 68 | - GDI32: o GetDIBits fix for querying the bitmap information
|
|---|
| 69 | WGSS returns 0, but we should return the nr of scan lines requested
|
|---|
| 70 | o GetDIBits fix for memory dcs. WGSS messes things up if
|
|---|
| 71 | it's a memory DC.
|
|---|
| 72 | (fixes lower right button in AIM's logon window when typing
|
|---|
| 73 | in new name)
|
|---|
| 74 | o ExtTextOutA/W fix for filling rectangle with background color
|
|---|
| 75 | only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
|
|---|
| 76 | (fixes border between menu & button bar in Odin MFC app &
|
|---|
| 77 | Acrobat Reader 4.05)
|
|---|
| 78 | o StretchDIBits fix for RGB555 bitmaps
|
|---|
| 79 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
|---|
| 80 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
|---|
| 81 |
|
|---|
| 82 | 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 83 | - KERNEL32: o benchmarked new experimental loader and reverted to
|
|---|
| 84 | old but slightly optimized loader (processExport usually
|
|---|
| 85 | outweighs processImport, so lookup is less valuable than
|
|---|
| 86 | add to export list)
|
|---|
| 87 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
|---|
| 88 | its icon cache. Revert to on-demand loading of the icons,
|
|---|
| 89 | speeds up loading of SHELL32 (therefore most apps)
|
|---|
| 90 | by several seconds.
|
|---|
| 91 |
|
|---|