source: trunk/changelog@ 7485

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

.

File size: 8.9 KB
Line 
1/* $Id: changelog,v 1.1863 2001-11-29 12:06:16 phaller Exp $ */
2
3 2001-11-29: Patrick Haller <patrick.haller@innotek.de>
4 - KERNEL32: o Split dosdevice.cpp from stubs.cpp
5 (DefineDosDevice, QueryDosDevice)
6 - OLEAUT32: o olepicture.c: fixed null pointer exception
7
8 2001-11-28: Patrick Haller <patrick.haller@innotek.de>
9 - KERNEL32: o fixes in ::CreateFile calls (return codes must be Win32)
10 o fixes in symbolic link management
11 o marked some important TBDs for phys. disk mgmt!
12 o fixed HMCOMM to accept (what a good idea)
13 \\.\COM1, COM1, COM1: but not "\\.\COM1:" (NT4SP6)
14 o added support for AUX->COM1, PRN->LPT1, CON->CONOUT$
15 o added NUL device
16
17 2001-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
18 - KERNEL32: o WaitCommEvent fixes (must reset overlapped event semaphore &
19 store result of overlapped operation in parameter)
20 o Removed symbolic link for \\.\. Adding this is a very bad idea
21 as CreateFile calls for device driver will be routed to files.
22 Probably causes even more problems.
23 - INCLUDE: o winbase.h: CBR_xxxx definitions wrong
24
25 2001-11-27: Patrick Haller <patrick.haller@innotek.de>
26 - KERNEL32: o added \\.\ as standard symbolic link to the local namespace
27 This is the clean way for alternative device names,
28 local kludges in the device handlers should be avoided.
29 o fix in name resolver
30
31 2001-11-27: Sander van Leeuwen <sandervl@xs4all.nl>
32 - WSOCK32: o Missing FS wrapper macros added
33 - KERNEL32: o Accept \\.\COMx as name for COM ports
34 - USER32: o EnumChildWindow bugfix
35
36 2001-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
37 - KERNEL32: o Implemented CancelIo & GetOverlappedResult for serial comm
38 o Preliminary work on overlapped IO for serial comm
39
40 2001-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
41 - KERNEL32: o Custom build fix; check for double call for inittermKernel32
42 o More informative message when non-existing api is called.
43 Now displays dll + function name or ordinal.
44
45 2001-11-23: Patrick Haller <patrick.haller@innotek.de>
46 - KERNEL32: o minor work in parallel port support (ioctls)
47 o "Kernel Object Namespace" -> handlenames.cpp introduced
48 (yet inactive)
49
50 2001-11-23: knut st. osmundsen <kosmunds@csc.com>
51 - Misc. Makefiles: o Corrected the descriptions (on request from Ye][ow).
52
53 2001-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
54 - KERNEL32: o Check volume label during IOCTL_DISK_GET_DRIVE_GEOMETRY to
55 see if the media has been changed or removed.
56 o Implemented WriteFile & GetFileType for disk handles
57 (write currently only allowed for drive A)
58 - DSOUND: o Renamed DllGetClassObject & DllCanUnloadNow to avoid name
59 conflicts in the custom build.
60
61 2001-11-22: Patrick Haller <patrick.haller@innotek.de>
62 - ODINPROF: o initial version
63 PROFILE images using ODINCRTP generate a <pid>.prof file
64 (the optimized release build of ODINPROF should be used)
65 No source code modification required.
66 Problem: mapsym seems to corrupt kernel32.sym
67 - KERNEL32: o additions to parallel port support
68
69 2001-11-21: knut st. osmundsen <kosmunds@csc.com>
70 - src/makefile:
71 o Added guidlib to NOTDLLS.
72
73 2001-11-21: Sander van Leeuwen <sandervl@xs4all.nl>
74 - COMCTL32: o Tooltips bugfixes (wrong pointer used to free memory)
75 - USER32: o GetMenu: check that window menu is indeed a menu and not an id
76 (fixes failed assertion in ZOC)
77 o Groupbox fix: if text changes; erase top border + old text
78
79 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: o Destroy CD notification window during dll unload
81 o Focus fix for dialog windows
82 Experiments in NT4 show that dialogs that are children don't
83 receive focus. Not sure if this is always true. (couldn't
84 find any info about this in the SDK docs)
85
86 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
87 - GUIDLIB: o Library with all GUIDs used by Odin
88 - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
89 o Removed guid source files and link with guidlib.lib
90
91 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
92 - WS2_32: o Compile fix
93 - OLEAUT32: o Don't include guid file in custom build library
94
95 2000-11-18: Yuri Dario <mc6530@mclink.it>
96 - USER32: o WM_SETTEXT (unicode) fix
97 (latest changes broke Opera among other things)
98
99 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
100 - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
101 - USER32: o Disallow nested calls to SetScrollRange. This is most likely
102 not the right fix, but it works so far without negative side
103 effects.
104 (fixes crash in CVP listview with 4+ items)
105 - GDI32: o Removed line draw speedup. If I have to choose between
106 a performance loss of a few clock cycles and a code size
107 increase of 2k, I prefer the 1st option.
108 - WSOCK32: o ODINWRAP changes break winsock. This code still depended
109 on FS save/restore. Now added a wrapper header for all
110 OS/2 socket functions.
111
112 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
113 - ODINWRAP: o don't generate any frame procedure for RELEASE build
114 anymore (even no FS: wrapper (meanwhile superfluous))
115 -> significant performance gain for logged micro functions
116 - KERNEL32: o heap speedup (30%)
117 - GDI32: o minor line drawing speedup
118
119 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
120 - KERNEL32: o fixed infinite loop in PE loader for corrupted or
121 misinterpreted PE images (Opera 6)
122 - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
123
124 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
125 - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
126 o Removed unnecessary string copy operation changes (heap -> stack)
127 Performance improvement is minimal at best and stack
128 corruption is MUCH harder to locate than heap corruption.
129
130 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
131 - fastdep: o IPF support.
132
133 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
134 - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
135 ... which operate on stack only (STACK_strdupXXX)
136 This could slightly reduce heap pressure.
137 - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
138
139 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
140 - KERNEL32: o Added missing entry in debug log table for hmparport
141 (fixes crash in debug build with selective logging)
142 - GDI32: o CalcBitmapSize bugfix
143 o SetDIBitsToDevice workaround for bug in Matrox driver.
144 When blitting 32 bpp data, the GpiDrawBits call will
145 fail with an insufficient memory error. When that happens,
146 convert data to 24 bpp and try again.
147 (TODO: This can happen in more functions!!)
148 o Fixes for wrong bit masks in several functions (24 & 32 bpp)
149 o Refuse DeleteObject for DEFAULT_GUI_FONT handle
150
151 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
152 - ODINWRAP: o improved thread call path tracking
153 (now collects i. e. HEAP_malloc->HeapAlloc paths)
154
155 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
156 - USER32: o Fix for calculating font size for a dialog box
157
158 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
159 - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
160 (Build breaker. Seems like someone has an old toolkit...)
161
162 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
163 - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
164
165 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
166 - COMCTL32: o Ported latest Wine property sheet control
167 (fixes some, but not all problems in CVP)
168
169 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
170 - KERNEL32: o first shot at parport support
171
172 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
173 - USER32: o EndDialog fix for MFC dialog windows
174 o static control fix: SS_CENTERIMAGE means fill remainder
175 of client area with upper left pixel of bitmap
176 - KERNEL32: o Fix for applications that use CreateFile to open
177 a named pipe
178
179 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
180 - WININET: o http, internet: WINE sync
181
182 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
183 - KERNEL32: o Call old DosOpen if DosOpenL not available
184
Note: See TracBrowser for help on using the repository browser.