source: trunk/changelog@ 8371

Last change on this file since 8371 was 8371, checked in by sandervl, 24 years ago

* empty log message *

File size: 6.0 KB
Line 
1/* $Id: changelog,v 1.2062 2002-05-06 09:39:36 sandervl Exp $ */
2
3 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
4 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
5
6 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
7 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
8 translation array
9
10 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
11 - GDI32: o Font renaming support added to EnumFontFamiliesA/W
12 - USER32: o Implemented WH_MOUSE_LL hook
13 o Removed DInput hack for keyboard & mouse message translation
14 - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
15
16 2002-04-30: knut st. osmundsen <bird@anduin.net>
17 - KERNEL32: o Changes for debug heap (makefile + exception handler)
18
19 2002-04-30: Platon Fomichev <platon@innotek.de>
20 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
21 SystemTimeToFileTime bugfixes
22 - USER32: o Focus fix when minimizing window
23
24 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
25 - KERNEL32: o Export RegisterCustomDriver
26
27 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
28 - OLEAUT32: o Clean up hash object during dll unload
29 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
30 and DestroyTIB
31 o fixed unicode conversion for APIs that allow
32 NULL strings as input parameter (SearchPathW,
33 Registry APIs) not to set last error to EROROR_INVALID_HANDLE
34 o wprocess.cpp:
35 - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
36 to start PE-clients inside a new debugger instance
37 - GetModuleFileName fixes (don't count zero termination)
38 o don't set last error in HeapFree()
39 - COMCTL32: o Draglist control bugfix (crash)
40
41 2002-04-28: knut st. osmundsen <bird@anduin.net>
42 - Configure.cmd, Odincrt:
43 o Added option --with-klib to configure.cmd to link
44 odincrt with the electric debug heap of kLib.
45 Concider this experimental!
46
47 2002-04-28: Platon Fomichev <platon@innotek.de>
48 - USER32: o Focus fix when minimizing window
49 - IPHLPAPI: o Bugfix
50
51 2002-04-24: Platon Fomichev <platon@innotek.de>
52 - USER32: o Don't activate window when it's minimized (ShowWindow)
53 o Deactivate window & move to bottom of z-order when it's
54 minimized
55 o Listbox fix; rollup dropdown if mouse button pressed outside
56 control
57
58 2002-04-17: Platon Fomichev <platon@innotek.de>
59 - COMDLG32: o If application specifies full path in file dialog structure
60 (and initial dir string is NULL), then change to the directory.
61
62 2002-04-17: knut st. osmundsen <bird@anduin.net>
63 - Makefiles:
64 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
65 mode. See /tools/profilerfix/Readme.1st for details.
66 - ProfilerFix:
67 o Added readme.1st for VAC308, vac365 profiling using the
68 VAC4 profiler features.
69
70 2002-04-14: knut st. osmundsen <bird@anduin.net>
71 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
72 o Added testcases to makescripts in the testcase subdir.
73 'nmake build testcase' from that dir will build test
74 program(s) and run testcases.
75
76 2002-04-13: knut st. osmundsen <bird@anduin.net>
77 - Windefs.h:
78 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
79 - KERNEL32: o GetDriveType optimizations.
80 Made it just as strict as WinXP. Hope this won't
81 blow up any thing. (A little bit worried about a call in
82 shell32/folders.c and mci_open.)
83 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
84 o Made (stupid) test program which is placed in the testcase
85 subdir. This is compilable for both OS/2 and NT.
86 o Hot fix for 0 CDROM issue. (To be removed)
87
88 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
89
90 2002-04-11: knut st. osmundsen <bird@anduin.net>
91 - Makefiles:
92 o Output linenumbers to the map file when linking.
93 o Attempt at VAC308 profiling (icsperf.exe).
94 This is only enabled if you set PROFILE without DEBUG.
95 - ProfileFix:
96 o Hack to prevent the app which is profiled to crash
97 on Warp 4.5+.
98 - Install: o Changed it to work with 0.9.18+. Not that this fix
99 requires a bugfix over the 0.9.18 warping release.
100 - DailyBuild:
101 o Updated scripts so I can run the daily build on my
102 workstaion at home.
103
104 2002-04-10: knut st. osmundsen <bird@anduin.net>
105 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
106 - src/makefile:
107 o Update the CUSTOMBUILD module list.
108
109 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
110 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
111 support for shared critical sections; which is currently
112 not possible with the Win32 version due to missing
113 support for global object handles in kernel32)
114 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
115 o Rewrote global vmutex usage (mmap)
116 - USER32: o Rewrote global vmutex usage (window handles)
117 o EnumWindows made safer
118 o Fixed bug in desktop window constructor (double window
119 handle allocation)
120 - WINMM: o Rewrote vmutex usage (wave in/out classes)
121 - GDI32: o Rewrote vmutex usage (object handle functions)
122 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
123
124 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
125 - KERNEL32: o Do not test for write capability with CDROM drives
126 (IOCTL_DISK_IS_WRITABLE)
127
Note: See TracBrowser for help on using the repository browser.