Changeset 8489 for trunk/changelog
- Timestamp:
- May 25, 2002, 10:13:53 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8487 r8489 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
Note:
See TracChangeset
for help on using the changeset viewer.