Changeset 19042
- Timestamp:
- May 25, 2002, 10:13:53 AM (23 years ago)
- Location:
- tags/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/ChangeLog ¶
r19040 r19042 1 /* $Id: ChangeLog,v 1.209 6 2002-05-25 08:07:36sandervl Exp $ */1 /* $Id: ChangeLog,v 1.2097 2002-05-25 08:13:53 sandervl Exp $ */ 2 2 3 3 2002-05-25: Sander van Leeuwen <sandervl@innotek.de> … … 140 140 translation array 141 141 142 2002-04-30: Sander van Leeuwen <sandervl@innotek.de>143 - GDI32: o Font renaming support added to EnumFontFamiliesA/W144 - USER32: o Implemented WH_MOUSE_LL hook145 o Removed DInput hack for keyboard & mouse message translation146 - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)147 148 2002-04-30: knut st. osmundsen <bird@anduin.net>149 - KERNEL32: o Changes for debug heap (makefile + exception handler)150 151 2002-04-30: Platon Fomichev <platon@innotek.de>152 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &153 SystemTimeToFileTime bugfixes154 - USER32: o Focus fix when minimizing window155 156 2002-04-29: Sander van Leeuwen <sandervl@innotek.de>157 - KERNEL32: o Export RegisterCustomDriver158 159 2002-04-29: Patrick Haller <patrick.haller@innotek.de>160 - OLEAUT32: o Clean up hash object during dll unload161 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage162 and DestroyTIB163 o fixed unicode conversion for APIs that allow164 NULL strings as input parameter (SearchPathW,165 Registry APIs) not to set last error to EROROR_INVALID_HANDLE166 o wprocess.cpp:167 - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess168 to start PE-clients inside a new debugger instance169 - GetModuleFileName fixes (don't count zero termination)170 o don't set last error in HeapFree()171 - COMCTL32: o Draglist control bugfix (crash)172 173 2002-04-28: knut st. osmundsen <bird@anduin.net>174 - Configure.cmd, Odincrt:175 o Added option --with-klib to configure.cmd to link176 odincrt with the electric debug heap of kLib.177 Concider this experimental!178 179 2002-04-28: Platon Fomichev <platon@innotek.de>180 - USER32: o Focus fix when minimizing window181 - IPHLPAPI: o Bugfix182 183 2002-04-24: Platon Fomichev <platon@innotek.de>184 - USER32: o Don't activate window when it's minimized (ShowWindow)185 o Deactivate window & move to bottom of z-order when it's186 minimized187 o Listbox fix; rollup dropdown if mouse button pressed outside188 control189 190 2002-04-17: Platon Fomichev <platon@innotek.de>191 - COMDLG32: o If application specifies full path in file dialog structure192 (and initial dir string is NULL), then change to the directory.193 194 2002-04-17: knut st. osmundsen <bird@anduin.net>195 - Makefiles:196 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=197 mode. See /tools/profilerfix/Readme.1st for details.198 - ProfilerFix:199 o Added readme.1st for VAC308, vac365 profiling using the200 VAC4 profiler features.201 202 2002-04-14: knut st. osmundsen <bird@anduin.net>203 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.204 o Added testcases to makescripts in the testcase subdir.205 'nmake build testcase' from that dir will build test206 program(s) and run testcases.207 208 2002-04-13: knut st. osmundsen <bird@anduin.net>209 - Windefs.h:210 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.211 - KERNEL32: o GetDriveType optimizations.212 Made it just as strict as WinXP. Hope this won't213 blow up any thing. (A little bit worried about a call in214 shell32/folders.c and mci_open.)215 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)216 o Made (stupid) test program which is placed in the testcase217 subdir. This is compilable for both OS/2 and NT.218 o Hot fix for 0 CDROM issue. (To be removed)219 220 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')221 222 2002-04-11: knut st. osmundsen <bird@anduin.net>223 - Makefiles:224 o Output linenumbers to the map file when linking.225 o Attempt at VAC308 profiling (icsperf.exe).226 This is only enabled if you set PROFILE without DEBUG.227 - ProfileFix:228 o Hack to prevent the app which is profiled to crash229 on Warp 4.5+.230 - Install: o Changed it to work with 0.9.18+. Not that this fix231 requires a bugfix over the 0.9.18 warping release.232 - DailyBuild:233 o Updated scripts so I can run the daily build on my234 workstaion at home.235 236 2002-04-10: knut st. osmundsen <bird@anduin.net>237 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.238 - src/makefile:239 o Update the CUSTOMBUILD module list.240 241 2002-04-07: Sander van Leeuwen <sandervl@innotek.de>242 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including243 support for shared critical sections; which is currently244 not possible with the Win32 version due to missing245 support for global object handles in kernel32)246 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections247 o Rewrote global vmutex usage (mmap)248 - USER32: o Rewrote global vmutex usage (window handles)249 o EnumWindows made safer250 o Fixed bug in desktop window constructor (double window251 handle allocation)252 - WINMM: o Rewrote vmutex usage (wave in/out classes)253 - GDI32: o Rewrote vmutex usage (object handle functions)254 - INCLUDE: o Debug wrapper fixes (missing 6th argument)255 256 2002-04-06: Sander van Leeuwen <sandervl@innotek.de>257 - KERNEL32: o Do not test for write capability with CDROM drives258 (IOCTL_DISK_IS_WRITABLE)259 -
TabularUnified tags/trunk/doc/ChangeLog-2002 ¶
r18890 r19042 1 /* $Id: ChangeLog-2002,v 1. 2 2002-04-30 09:35:22sandervl Exp $ */1 /* $Id: ChangeLog-2002,v 1.3 2002-05-25 08:13:18 sandervl Exp $ */ 2 2 3 3 2002-03-31: knut st. osmundsen <bird@anduin.net> … … 6 6 to be defined to include the file. 7 7 8 2002-03-28: Sander van Leeuwen <sandervl@ xs4all.nl>8 2002-03-28: Sander van Leeuwen <sandervl@innotek.de> 9 9 - USER32: o Customization changes 10 10 - WNASPI32: o Fix for disabling aspi by default in custom build … … 16 16 will be handled properly. 17 17 18 2002-03-24: Sander van Leeuwen <sandervl@ xs4all.nl>18 2002-03-24: Sander van Leeuwen <sandervl@innotek.de> 19 19 - KERNEL32: o OpenFileMapping fix 20 20 (Notes replication seems to work now) … … 22 22 (files & memory only) 23 23 24 2002-03-22: Sander van Leeuwen <sandervl@ xs4all.nl>24 2002-03-22: Sander van Leeuwen <sandervl@innotek.de> 25 25 - KERNEL32: o Removed FindResource hooks 26 26 - USER32: o Added LoadImageW hook for custom builds … … 35 35 list; restore; icon paint) 36 36 37 2002-03-20: Sander van Leeuwen <sandervl@ xs4all.nl>37 2002-03-20: Sander van Leeuwen <sandervl@innotek.de> 38 38 - USER32: o BeginPaint change; use entire window if window is minimized 39 39 40 2002-03-18: Sander van Leeuwen <sandervl@ xs4all.nl>40 2002-03-18: Sander van Leeuwen <sandervl@innotek.de> 41 41 - WGSS50: o WGSS update from IBM 42 42 - WSOCK32: o Return requested version in WSAStartup … … 95 95 to floppy (DASD mode) 96 96 97 2002-02-27: Sander van Leeuwen <sandervl@ xs4all.nl>97 2002-02-27: Sander van Leeuwen <sandervl@innotek.de> 98 98 - USER32: o Removed WindowFromPoint change; has bad effect on many things 99 99 - KERNEL32: o Removable disk access fix 100 100 101 2002-02-26: Sander van Leeuwen <sandervl@ xs4all.nl>101 2002-02-26: Sander van Leeuwen <sandervl@innotek.de> 102 102 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS) 103 103 o WindowFromPoint change; enumerate z-order, not parent-children … … 106 106 Thread ids return by WGSS are unique to the process only. 107 107 108 2002-02-25: Sander van Leeuwen <sandervl@ xs4all.nl>108 2002-02-25: Sander van Leeuwen <sandervl@innotek.de> 109 109 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build) 110 110 111 2002-02-24: Sander van Leeuwen <sandervl@ xs4all.nl>111 2002-02-24: Sander van Leeuwen <sandervl@innotek.de> 112 112 - OLE32: o Added some missing exports 113 113 … … 127 127 (The thing you do when you're supposed to do something else.. ;) ) 128 128 129 2002-02-23: Sander van Leeuwen <sandervl@ xs4all.nl>129 2002-02-23: Sander van Leeuwen <sandervl@innotek.de> 130 130 - WSOCK32: o Don't send FD_CONNECT if socket was already connected 131 131 (accept returns connected socket) 132 132 133 2002-02-21: Sander van Leeuwen <sandervl@ xs4all.nl>133 2002-02-21: Sander van Leeuwen <sandervl@innotek.de> 134 134 - NTDLL/ADVAPI32: 135 135 o Some Wine updates … … 141 141 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams 142 142 143 2002-02-20: Sander van Leeuwen <sandervl@ xs4all.nl>143 2002-02-20: Sander van Leeuwen <sandervl@innotek.de> 144 144 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1) 145 145 o Bugfix for accept when changing flags of active async request … … 151 151 searches for executables in directories listed in WINDOWSPATH 152 152 153 2002-02-19: Sander van Leeuwen <sandervl@ xs4all.nl>153 2002-02-19: Sander van Leeuwen <sandervl@innotek.de> 154 154 - KERNEL32: o Added support for Russian country code + other countries 155 155 - OLE32: o Removed old code + some unnecessary changes … … 165 165 QS*/qs typedefs. Hope this wont cause any problems... 166 166 167 2002-02-18: Sander van Leeuwen <sandervl@ xs4all.nl>167 2002-02-18: Sander van Leeuwen <sandervl@innotek.de> 168 168 - USER32: o Added function to force color to mono mouse cursor conversion 169 169 (for mouse cursors with more than 2 colors) 170 170 171 2002-02-14: Sander van Leeuwen <sandervl@ xs4all.nl>171 2002-02-14: Sander van Leeuwen <sandervl@innotek.de> 172 172 - OLE32: o Extended logging added 173 173 o Resync with Wine (20020215) … … 178 178 - KERNEL32: o Named pipe updates 179 179 180 2002-02-13: Sander van Leeuwen <sandervl@ xs4all.nl>180 2002-02-13: Sander van Leeuwen <sandervl@innotek.de> 181 181 - SHELL32: o Extended logging added 182 182 183 2002-02-12: Sander van Leeuwen <sandervl@ xs4all.nl>183 2002-02-12: Sander van Leeuwen <sandervl@innotek.de> 184 184 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2 185 185 o Added extended logging … … 191 191 - USER32: o Fix for double enter keyboard messages 192 192 193 2002-02-11: Sander van Leeuwen <sandervl@ xs4all.nl>193 2002-02-11: Sander van Leeuwen <sandervl@innotek.de> 194 194 - KERNEL32/USER32: 195 195 o Moved Char*, IsChar*, Oem* functions to kernel32 … … 198 198 EndDialog & window dtor 199 199 200 2002-02-10: Sander van Leeuwen <sandervl@ xs4all.nl>200 2002-02-10: Sander van Leeuwen <sandervl@innotek.de> 201 201 - USER32: o Extended logging added 202 202 … … 214 214 from Windows to OS/2 codepage. 215 215 216 2002-02-09: Sander van Leeuwen <sandervl@ xs4all.nl>216 2002-02-09: Sander van Leeuwen <sandervl@innotek.de> 217 217 - KERNEL32: o Logging updates 218 218 - INCLUDE\makefiles: 219 219 o New rules for generating .def files 220 220 221 2002-02-08: Sander van Leeuwen <sandervl@ xs4all.nl>221 2002-02-08: Sander van Leeuwen <sandervl@innotek.de> 222 222 - KERNEL32: o Implemented tracing of all exported functions 223 223 (meant to replace ODINFUNCTION* macros; useful mainly … … 232 232 is enabled. 233 233 234 2002-02-07: Sander van Leeuwen <sandervl@ xs4all.nl>234 2002-02-07: Sander van Leeuwen <sandervl@innotek.de> 235 235 - KERNEL32: o Thread change: determine if thread callback is inside 236 236 a PE dll. If it is, then force switch to win32 TIB. … … 240 240 o ole2nls update; now use GetLocaleInfoA/W from Wine 241 241 242 2002-02-06: Sander van Leeuwen <sandervl@ xs4all.nl>242 2002-02-06: Sander van Leeuwen <sandervl@innotek.de> 243 243 - WSOCK32: o minor recv update for error handling 244 244 - USER32: o Ported TrackMouseEvent (Wine 20020122) … … 251 251 - SHLWAPI: o Wine resync (20020122) 252 252 253 2002-02-05: Sander van Leeuwen <sandervl@ xs4all.nl>253 2002-02-05: Sander van Leeuwen <sandervl@innotek.de> 254 254 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W, 255 255 SendNotifyMessageA/W from Wine (20020122) … … 257 257 (hook calls) 258 258 259 2002-02-03: Sander van Leeuwen <sandervl@ xs4all.nl>259 2002-02-03: Sander van Leeuwen <sandervl@innotek.de> 260 260 - KERNEL32; o Added dummy executable class 261 261 o Ported GetTempPathA/W from Wine 262 262 263 2002-01-26: Sander van Leeuwen <sandervl@ xs4all.nl>263 2002-01-26: Sander van Leeuwen <sandervl@innotek.de> 264 264 - OLE32: o Fixed bug in OLE clipboard implementation; the handle 265 265 returned by GetClipboardData is no longer valid after … … 273 273 circumstances (when cdrom is not the last drive letter) 274 274 275 2002-01-10: Sander van Leeuwen <sandervl@ xs4all.nl>275 2002-01-10: Sander van Leeuwen <sandervl@innotek.de> 276 276 - USER32: o CreateFakeWindowEx change; need to specifiy window class 277 277 Added DestroyFakeWindow for deleting fake window object. … … 282 282 o Corrected bad fix from 2002-01-01. 283 283 284 2002-01-09: Sander van Leeuwen <sandervl@ xs4all.nl>284 2002-01-09: Sander van Leeuwen <sandervl@innotek.de> 285 285 - KERNEL32: o Add driver data parameter to custom device driver calls 286 286 287 2002-01-08: Sander van Leeuwen <sandervl@ xs4all.nl>287 2002-01-08: Sander van Leeuwen <sandervl@innotek.de> 288 288 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP 289 289 systems (set default/ignore) … … 297 297 o - Do not distribute odin.ini. 298 298 299 2002-01-06: Sander van Leeuwen <sandervl@ xs4all.nl>299 2002-01-06: Sander van Leeuwen <sandervl@innotek.de> 300 300 - KERNEL32: o Changed HeapAlloc/HeapReAlloc: 301 301 - round up size to next 8 bytes boundary … … 308 308 o EnumFontProcExW -> must restore FS in enum handler 309 309 310 2002-01-04: Sander van Leeuwen <sandervl@ xs4all.nl>310 2002-01-04: Sander van Leeuwen <sandervl@innotek.de> 311 311 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives) 312 312 313 2002-01-02: Sander van Leeuwen <sandervl@ xs4all.nl>313 2002-01-02: Sander van Leeuwen <sandervl@innotek.de> 314 314 - GDI32: o Better logging for some text functions 315 315
Note:
See TracChangeset
for help on using the changeset viewer.