source: trunk/changelog@ 5924

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

* empty log message *

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