source: trunk/changelog@ 5934

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

* empty log message *

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