source: trunk/changelog@ 9426

Last change on this file since 9426 was 9426, checked in by sandervl, 23 years ago

* empty log message *

File size: 10.0 KB
Line 
1/* $Id: changelog,v 1.2363 2002-11-26 10:07:10 sandervl Exp $ */
2
3 2002-11-26: Platon Fomichev <platon@innotek >
4 - COMDLG32: o New collate icons
5
6 2002-11-22: Platon Fomichev <platon@innotek >
7 - USER32: o Static control fix: do not destroy old icon when it is replaced.
8
9 2002-11-21: Sander van Leeuwen <sandervl@innotek >
10 - GDI32: o Fixed bugs in MMX RGB 555<->565 conversion (leftovers)
11
12 2002-11-20: Sander van Leeuwen <sandervl@innotek >
13 - USER32: o Ignore size changes when a window is minimized; save them
14 for restore.
15
16 2002-11-18: Sander van Leeuwen <sandervl@innotek >
17 - KERNEL32: o Added support for renaming of exported functions.
18 (to resolve duplicate name exports in custom build dlls)
19 - GDI32: o DeleteObject can delete DC handles (thanks to Dietrich Teickner
20 for spotting this bug)
21
22 2002-11-13: Sander van Leeuwen <sandervl@innotek >
23 - SETUPAPI, RICHED32:
24 o Wine resync
25
26 2002-11-12: Sander van Leeuwen <sandervl@innotek >
27 - COMCTL32: o Wine resync (toolbar, propsheet, imagelist)
28 - OLE32, OLEAUT32:
29 o Wine resync
30
31 2001-11-12: Dietrich Teickner <Dietrich_Teickner@t-online >
32 - COMCTL32: o Wine resync (comboex)
33
34 2002-11-05: Platon Fomichev <platon@innotek >
35 - GDI32: o FillRgn fix for DIB sections
36 - USER32: o SetMenu bugfix
37
38 2002-11-04: Platon Fomichev <platon@innotek >
39 - GDI32: o CreateCompatibleDC workaround for WGSS bug (current position
40 of new DC must be (0,0))
41 - USER32: o Update for static control
42
43 2002-10-29: Sander van Leeuwen <sandervl@innotek >
44 - COMCTL32: o Wine resync (header, comboex, flatsb, hotkey, imagelist,
45 pager, propsheet, rebar, tab, toolbar, tooltips, updown)
46 - COMDLG32: o Write default printer name to win.ini (needed for printer
47 dialogs)
48
49 2002-10-28: Sander van Leeuwen <sandervl@innotek >
50 - GDI32: o Workaround added for WGSS GetDIBits bug
51 - COMDLG32: o Use Wine printer dialog
52
53 2002-10-28: Platon Fomichev <platon@innotek >
54 - USER32: o Fix for WinPeekMsg bug (?); sometimes returns a message
55 we didn't ask for (filter)
56 o Fixed creation of dialog with CreateWindowExA/W
57 - GDI32: o StretchDIBits fix for partial blits & RGB conversion
58
59 2002-10-24: Platon Fomichev <platon@innotek >
60 - USER32: o TranslateWinMsg bugfix
61
62 2002-10-15: Platon Fomichev <platon@innotek >
63 - USER32: o Disable close button & close item in system menu for windows
64 with SC_NOCLOSE class style
65
66 2002-10-11: Sander van Leeuwen <sandervl@innotek >
67 - USER32: o SetParent bugfix; don't clear window id if parent is set to
68 0.
69
70 2002-10-10: Sander van Leeuwen <sandervl@innotek >
71 - KERNEL32: o Overlapped IO bugfixes for synchronization (typically seen
72 with heavy threaded apps on SMP systems)
73 o Fix for IP logging
74
75 2001-10-08: Dietrich Teickner <Dietrich_Teickner@t-online >
76 - SHELL32: o SHFileOperationA updates
77
78 2002-10-08: Sander van Leeuwen <sandervl@innotek >
79 - ODINCRT: o Updates for shared critical sections
80
81 2002-10-07: Sander van Leeuwen <sandervl@innotek >
82 - ODINCRT: o Minor updates for critical section functions
83
84 2002-10-07: Platon Fomichev <platon@innotek >
85 - IPHLPAPI: o GetAdaptersInfo bugfix
86 - KERNEL32: o CD ioctls: stop audio when seeking
87
88 2002-10-03: Sander van Leeuwen <sandervl@innotek >
89 - KERNEL32: o Added IP logging (define WIN32_IP_LOGGING in dbglog.cpp)
90 - IPLOG: o IP logging server
91
92 2002-10-03: Platon Fomichev <platon@innotek >
93 - KERNEL32: o Implemented IOCTL_CDROM_RAW_READ
94
95 2002-10-01: Sander van Leeuwen <sandervl@innotek >
96 - KERNEL32: o Be careful with stack usage in exception handler during
97 XCPT_GUARD_PAGE_VIOLATION.
98
99 2002-09-30: Sander van Leeuwen <sandervl@innotek >
100 - SHELL32: o Fixed crash when deleting a file in the file dialog
101 - KERNEL32: o Fixes for volume access
102
103 2002-09-30: Platon Fomichev <platon@innotek >
104 - COMDLG32: o File dialogs: if lpstrInitialDir is not a dir but a filename
105 skip it and use current directory
106
107 2002-09-27: Sander van Leeuwen <sandervl@innotek >
108 - KERNEL32: o GetFileSize must fail for drives
109 o Disable physical disk & volume access by default;
110 call EnablePhysicalDiskAccess to enable it (custom build)
111 o FindFirst/NextVolumeA fixes for ignoring LVM volumes
112
113 2002-09-26: Sander van Leeuwen <sandervl@innotek >
114 - KERNEL32: o OS/2 Physical partition names have base 1 (0 for win32)
115 o Convert ERROR_PATH_NOT_FOUND to ERROR_FILE_NOT_FOUND in
116 OSLibDosCreateFile
117 o IOCTL_DISK_GET_DRIVE_GEOMETRY fix for physical drive
118 o Fixed return value for FindNextVolumeMountPointA/W
119 o Fixed read & write for unmounted volumes; must update
120 current file position manually & check for boundaries
121 - WINMM: o Fixed debug wrapper logging
122 - USER32: o WM_ADJUSTFRAMEPOS:
123 The PM frame control changes the z-order of a child window
124 if it receives focus after a window has been destroyed
125 We can't let this happen as this breaks assumptions
126 elsewhere (e.g. GetNextDlgGroupItem)
127 By returning 0 here, we prevent the default frame handler
128 from messing things up. (one example is a group of radio buttons)
129
130 2002-09-24: Vit Timchishin <tivv@ukr >
131 - KERNEL32: o Fix for OSLibDosFreeMem
132
133 2002-09-24: Sander van Leeuwen <sandervl@innotek >
134 - BIN: o WGSS update from IBM
135 - IPHLPAPI: o GetNetworkParams: fixed completely broken code to fill in
136 DNS entries.
137
138 2002-09-19:
139 - MAKE, TOOLS/BIN/RM, FASTDEP:
140 o IPF and IPP support. They are built in the 'misc' pass.
141 See make\testcase\ipf.mak for usage example.
142 NB. FastDep does only C styled dependency generation
143 for .IPP files.
144 o Corrected bad .orc dependency generation.
145 o Added some shortcut rules to restart/skip passes.
146 o Fixed rm -R filename. Suppressed ERROR_PATH_NOT_FOUND msgs.
147
148 2002-09-19: Sander van Leeuwen <sandervl@innotek >
149 - ODINCRT: o Include new & delete in memory statistics
150
151 2002-09-19: Platon Fomichev <platon@innotek >
152 - USER32: o Put window on top of owner if owner is not in the foreground;
153 HWND_TOP forces the owner to the top as well
154 (window creation)
155
156 2002-09-18: Sander van Leeuwen <sandervl@innotek >
157 - KERNEL32: o Added code to print leaked heap memory
158
159 2002-09-18: Platon Fomichev <platon@innotek >
160 - USER32: o WM_MOUSEWHEEL update
161
162 2002-09-17: Platon Fomichev <platon@innotek >
163 - USER32: o Create invisible vertical scroller for all top-level windows
164 so the IBM wheel driver sends us WM_VSCROLL messages
165 o Added WM_MOUSEWHEEL message support
166
167 2002-09-16: Sander van Leeuwen <sandervl@innotek >
168 - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
169 - GDI32: o Statistics fixes & print leaked gdi handles
170 when unloaded.
171 o Don't recycle handles too soon. That makes it more difficult
172 to interpret the logfile.
173
174 2002-09-16: Platon Fomichev <platon@innotek >
175 - USER32: o Combobox fix to update selected item when the control is rolled
176 up
177
178 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
179 - SHELL32: o Wine resync for shfileop.c
180
181 2002-09-14: Sander van Leeuwen <sandervl@innotek >
182 - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
183 If dwTimeout is not 0 and smaller than 20 ms, then
184 temporarily change thread priority to time critical to
185 make sure we don't get a late timeout.
186 (CLOCKSCALE=4 in config.sys also improves timeout responds)
187
188 2002-09-14: Yuri Dario <mc6530@mclink >
189 - DSOUND: o Load MMPM2 (MDM.DLL) on demand
190
191 2002-09-12: Platon Fomichev <platon@innotek >
192 - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
193 only dispatched to (dinput) hook handler)
194
195 2002-09-12: knut st. osmundsen <bird@anduin >
196 - MAKE: o Corrected bug in process which made it put the libraries in
197 the wrong place.
198 o Always stamp the .def file before linking so that build level
199 info will be up to date.
200 o Added some shortcuts rules for lazy programmers:
201 * pass[1-6] for starting from a given pass.
202 * quick for only doing lib, executable and publish.
203
204 2002-09-10: knut st. osmundsen <bird@anduin >
205 - TOOLS/VSLICK:
206 o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
207
208 2002-09-05: Sander van Leeuwen <sandervl@innotek >
209 - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
210 but not shown again)
211 o Removed obsolete hack in CreateCaret
212
213 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
214 - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
215
216 2002-09-04: knut st. osmundsen <bird@anduin >
217 - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
218 a dependant file wasn't present any more.
219 o Corrected makefile. No memory debug.
220 - CMDQD: o Corrected makefile.
221
222 - Tools/DailyBuilds:
223 o Changed odin32env.cmd to use buildenv.cmd to set up the
224 desired build environment.
225 o Changed odin32clean.cmd to use tools\bin\rm.exe.
226 - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
227
228 2002-09-03: Sander van Leeuwen <sandervl@innotek >
229 - USER32: o Cleaned up clipboard code
230
231 2002-09-03: Platon Fomichev <platon@innotek >
232 - USER32: o Fix for Ctrl-Break
233
Note: See TracBrowser for help on using the repository browser.