source: trunk/changelog@ 5922

Last change on this file since 5922 was 5922, checked in by bird, 24 years ago

* empty log message *

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