source: trunk/changelog@ 5907

Last change on this file since 5907 was 5907, checked in by sandervl, 24 years ago

* empty log message *

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