source: trunk/changelog@ 7538

Last change on this file since 7538 was 7538, checked in by phaller, 24 years ago

Enabled parallel port hardware configuration table

File size: 12.8 KB
Line 
1/* $Id: changelog,v 1.1880 2001-12-04 00:07:59 phaller Exp $ */
2
3 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
4 - KERNEL32: o put in correct ioctl identifiers for parport support
5 in winioctl.h
6 o parallel port support (hardware configuration) enabled
7
8 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
9 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
10 o GetThreadPriority: return priority stored in TEB
11 o Rewrote SetThreadPriority; allow it to change priority
12 classes too. WGSS only changes delta in SetThreadPriority
13 and class in SetPriorityClass (but that one affects the whole
14 process, so it is rarely used by applications)
15 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
16 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
17 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
18 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
19 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
20 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
21 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
22 o SetPriorityClass; just return success for now
23
24 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
25 - USER32: o Don't send WM_SIZE message to dialog before it receives
26 WM_INITDIALOG
27 (winzip 8.0 and Opera crash when sending this message too soon)
28 (TODO: check in NT if this is really correct)
29 - COMCTL32: o Restored old property sheet code as latest Wine version
30 causes too many new problems.
31
32 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
33 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
34
35 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
36 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
37 (completely broke debug build among other things)
38
39 2000-12-01: Yuri Dario <mc6530@mclink.it>
40 - USER32: o MENU_FindItem: extra check added for loops in menus
41
42 2001-11-30: Patrick Haller <patrick.haller@innotek.de>
43 - KERNEL32: o heapstring.cpp: improvement on HEAP_malloc, HEAP_free,
44 HEAP_realloc, HEAP_size
45 o acceleration on GetCurrentThreadId()
46 - SHELL32: o use HEAP_xxx functions for frequently called APIs
47 - ODINPROF: o Note: SET PROFILEHOOKS=1 before doing NMAKE PROFILE=1
48 This will enable the profiler in ODINCRTP.DLL
49 (use release build ODINPROF.DLL), generates (pid).prof
50 on process exit.
51 - * o fixed out-of-scope TRACE,FIXME,WARN macros
52
53 2001-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
54 - USER32: o Changed menu hilite background to the color used by PM
55 (OS/2 look)
56 o DIALOG_IsAccelerator resync (Wine)
57 - KERNEL32: o Partly implemented PurgeComm
58 - * o Removed all the TRACE, FIXME & WARN redefinitions
59 (temporary hack for better logging; didn't affect the release
60 build anyway)
61 TODO: we need better logging in Wine code
62
63 2001-11-29: Patrick Haller <patrick.haller@innotek.de>
64 - KERNEL32: o Split dosdevice.cpp from stubs.cpp
65 (DefineDosDevice, QueryDosDevice)
66 o Fixed CDROM ioctls and disk access
67 (previous fix failed or cause possible regression)
68 - OLEAUT32: o olepicture.c: fixed null pointer exception
69 cause: our TRACE, FIXME, etc. debugtools macros all
70 go out of scope of a braceless if-statement before!
71 Therefore, we're getting false (error) messages or
72 even crashes. (to be fixed)
73
74 2001-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
75 - COMCTL32: o Listview: invalidate entire item for ownerdraw control
76 (don't exclude report margin)
77 - KERNEL32: o Fixed disk access (yesterday's changes broke it)
78 - SHELL32: o Removed wrong call to ctordtorInit that caused the disk
79 access problems in the custom build.
80
81 2001-11-28: Patrick Haller <patrick.haller@innotek.de>
82 - KERNEL32: o fixes in ::CreateFile calls (return codes must be Win32)
83 o fixes in symbolic link management
84 o marked some important TBDs for phys. disk mgmt!
85 o fixed HMCOMM to accept (what a good idea)
86 \\.\COM1, COM1, COM1: but not "\\.\COM1:" (NT4SP6)
87 o added support for AUX->COM1, PRN->LPT1, CON->CONOUT$
88 o added NUL device
89
90 2001-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
91 - KERNEL32: o WaitCommEvent fixes (must reset overlapped event semaphore &
92 store result of overlapped operation in parameter)
93 o Removed symbolic link for \\.\. Adding this is a very bad idea
94 as CreateFile calls for device driver will be routed to files.
95 Probably causes even more problems.
96 - INCLUDE: o winbase.h: CBR_xxxx definitions wrong
97
98 2001-11-27: Patrick Haller <patrick.haller@innotek.de>
99 - KERNEL32: o added \\.\ as standard symbolic link to the local namespace
100 This is the clean way for alternative device names,
101 local kludges in the device handlers should be avoided.
102 o fix in name resolver
103
104 2001-11-27: Sander van Leeuwen <sandervl@xs4all.nl>
105 - WSOCK32: o Missing FS wrapper macros added
106 - KERNEL32: o Accept \\.\COMx as name for COM ports
107 - USER32: o EnumChildWindow bugfix
108
109 2001-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
110 - KERNEL32: o Implemented CancelIo & GetOverlappedResult for serial comm
111 o Preliminary work on overlapped IO for serial comm
112
113 2001-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
114 - KERNEL32: o Custom build fix; check for double call for inittermKernel32
115 o More informative message when non-existing api is called.
116 Now displays dll + function name or ordinal.
117
118 2001-11-23: Patrick Haller <patrick.haller@innotek.de>
119 - KERNEL32: o minor work in parallel port support (ioctls)
120 o "Kernel Object Namespace" -> handlenames.cpp introduced
121 (yet inactive)
122
123 2001-11-23: knut st. osmundsen <kosmunds@csc.com>
124 - Misc. Makefiles: o Corrected the descriptions (on request from Ye][ow).
125
126 2001-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
127 - KERNEL32: o Check volume label during IOCTL_DISK_GET_DRIVE_GEOMETRY to
128 see if the media has been changed or removed.
129 o Implemented WriteFile & GetFileType for disk handles
130 (write currently only allowed for drive A)
131 - DSOUND: o Renamed DllGetClassObject & DllCanUnloadNow to avoid name
132 conflicts in the custom build.
133
134 2001-11-22: Patrick Haller <patrick.haller@innotek.de>
135 - ODINPROF: o initial version
136 PROFILE images using ODINCRTP generate a <pid>.prof file
137 (the optimized release build of ODINPROF should be used)
138 No source code modification required.
139 Problem: mapsym seems to corrupt kernel32.sym
140 - KERNEL32: o additions to parallel port support
141
142 2001-11-21: knut st. osmundsen <kosmunds@csc.com>
143 - src/makefile:
144 o Added guidlib to NOTDLLS.
145
146 2001-11-21: Sander van Leeuwen <sandervl@xs4all.nl>
147 - COMCTL32: o Tooltips bugfixes (wrong pointer used to free memory)
148 - USER32: o GetMenu: check that window menu is indeed a menu and not an id
149 (fixes failed assertion in ZOC)
150 o Groupbox fix: if text changes; erase top border + old text
151
152 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
153 - USER32: o Destroy CD notification window during dll unload
154 o Focus fix for dialog windows
155 Experiments in NT4 show that dialogs that are children don't
156 receive focus. Not sure if this is always true. (couldn't
157 find any info about this in the SDK docs)
158
159 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
160 - GUIDLIB: o Library with all GUIDs used by Odin
161 - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
162 o Removed guid source files and link with guidlib.lib
163
164 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
165 - WS2_32: o Compile fix
166 - OLEAUT32: o Don't include guid file in custom build library
167
168 2000-11-18: Yuri Dario <mc6530@mclink.it>
169 - USER32: o WM_SETTEXT (unicode) fix
170 (latest changes broke Opera among other things)
171
172 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
173 - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
174 - USER32: o Disallow nested calls to SetScrollRange. This is most likely
175 not the right fix, but it works so far without negative side
176 effects.
177 (fixes crash in CVP listview with 4+ items)
178 - GDI32: o Removed line draw speedup. If I have to choose between
179 a performance loss of a few clock cycles and a code size
180 increase of 2k, I prefer the 1st option.
181 - WSOCK32: o ODINWRAP changes break winsock. This code still depended
182 on FS save/restore. Now added a wrapper header for all
183 OS/2 socket functions.
184
185 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
186 - ODINWRAP: o don't generate any frame procedure for RELEASE build
187 anymore (even no FS: wrapper (meanwhile superfluous))
188 -> significant performance gain for logged micro functions
189 - KERNEL32: o heap speedup (30%)
190 - GDI32: o minor line drawing speedup
191
192 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
193 - KERNEL32: o fixed infinite loop in PE loader for corrupted or
194 misinterpreted PE images (Opera 6)
195 - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
196
197 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
198 - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
199 o Removed unnecessary string copy operation changes (heap -> stack)
200 Performance improvement is minimal at best and stack
201 corruption is MUCH harder to locate than heap corruption.
202
203 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
204 - fastdep: o IPF support.
205
206 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
207 - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
208 ... which operate on stack only (STACK_strdupXXX)
209 This could slightly reduce heap pressure.
210 - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
211
212 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
213 - KERNEL32: o Added missing entry in debug log table for hmparport
214 (fixes crash in debug build with selective logging)
215 - GDI32: o CalcBitmapSize bugfix
216 o SetDIBitsToDevice workaround for bug in Matrox driver.
217 When blitting 32 bpp data, the GpiDrawBits call will
218 fail with an insufficient memory error. When that happens,
219 convert data to 24 bpp and try again.
220 (TODO: This can happen in more functions!!)
221 o Fixes for wrong bit masks in several functions (24 & 32 bpp)
222 o Refuse DeleteObject for DEFAULT_GUI_FONT handle
223
224 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
225 - ODINWRAP: o improved thread call path tracking
226 (now collects i. e. HEAP_malloc->HeapAlloc paths)
227
228 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
229 - USER32: o Fix for calculating font size for a dialog box
230
231 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
232 - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
233 (Build breaker. Seems like someone has an old toolkit...)
234
235 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
236 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
237
238 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
239 - COMCTL32: o Ported latest Wine property sheet control
240 (fixes some, but not all problems in CVP)
241
242 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
243 - KERNEL32: o first shot at parport support
244
245 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
246 - USER32: o EndDialog fix for MFC dialog windows
247 o static control fix: SS_CENTERIMAGE means fill remainder
248 of client area with upper left pixel of bitmap
249 - KERNEL32: o Fix for applications that use CreateFile to open
250 a named pipe
251
252 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
253 - WININET: o http, internet: WINE sync
254
255 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
256 - KERNEL32: o Call old DosOpen if DosOpenL not available
257
Note: See TracBrowser for help on using the repository browser.