source: trunk/changelog@ 5948

Last change on this file since 5948 was 5948, checked in by bird, 25 years ago

* empty log message *

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