source: trunk/changelog@ 5911

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

* empty log message *

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