source: trunk/changelog@ 7481

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

.

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