source: trunk/changelog@ 8430

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

* empty log message *

File size: 9.3 KB
Line 
1/* $Id: changelog,v 1.2080 2002-05-16 12:52:50 sandervl Exp $ */
2
3 2002-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
4 - NTDLL: o Partial resync with Wine
5 - KERNEL32: o Export some functions for NTDLL
6 o Fixed creation of logfile for executables on readonly volumes
7 o RegQueryInfoKeyW fix
8
9 2002-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
10 - DINPUT: o Made mouse code reentrant
11 - GDI32: o Fix for EnumFontFamiliesA/W
12 - SETUPAPI: o Resync with latest Wine
13
14 2002-05-14: Sander van Leeuwen <sandervl@xs4all.nl>
15 - KERNEL32: o CustForce2GBFileSize function added to force
16 GetVolumeInformation to tell the app all partitions are FAT
17 (2 GB file size limitation)
18 - COMCTL32: o Merged property sheet control with latest Wine version
19
20 2002-05-14: Platon Fomichev <platon@innotek.de>
21 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
22 SWP_FOCUS(DE)ACTIVATE message.
23
24 2002-05-10: Platon Fomichev <platon@innotek.de>
25 - KERNEL32: o Parallel port updates (use resource manager to query
26 hardware configuration)
27
28 2002-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
29 - KERNEL32: o Applications are now allowed to read physical disks or
30 mounted partitions. Write access is only allowed for
31 unmounted partitions or floppy disks.
32 o Implemented GetFileSize for disk objects; corrected
33 return value for some failures (-1)
34
35 2002-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
36 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
37 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
38 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
39 mountpoints (e.g. C:\)
40 o Rewrote FindFirst/NextVolume to use LVM interface (if
41 availabe; else fail)
42 o Extended GetDriveType & GetVolumeInformation for volume
43 names (instead of only disk names (e.g. C:\))
44 o GetVolumeInformation change: keep file system name if
45 NTFS or FAT32
46 o Implemented unmounted volume and physical disk access
47
48 2002-05-08: Sander van Leeuwen <sandervl@xs4all.nl>
49 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
50 toolbar, tab, pager, nativefont, imagelist code
51 o Updated license (LGPL) for comctl32
52 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
53 in NTDLL)
54 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
55 - KERNEL32: o Implemented volume & volume mountpoint functions
56 (win2k and up)
57 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
58 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
59
60 2002-05-08: Platon Fomichev <platon@innotek.de>
61 - COMCTL32: o Merged listview control with latest Wine
62
63 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
64 - USER32: o WH_MOUSE_LL hook fixes
65
66 2002-05-07: Platon Fomichev <platon@innotek.de>
67 - USER32: o Listbox/combobox fix for MFC apps
68 o SetParent doesn't change WS_CHILD style
69 o Experimental change for getParent
70
71 2002-05-07: knut st. osmundsen <bird@anduin.net>
72 - CmdQd: o The daemon shouldn't inherit standard handles when started.
73 (Hung the daily build, since we use tee to do logging.)
74
75 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
76 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
77
78 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
79 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
80 translation array
81
82 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
83 - GDI32: o Font renaming support added to EnumFontFamiliesA/W
84 - USER32: o Implemented WH_MOUSE_LL hook
85 o Removed DInput hack for keyboard & mouse message translation
86 - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
87
88 2002-04-30: knut st. osmundsen <bird@anduin.net>
89 - KERNEL32: o Changes for debug heap (makefile + exception handler)
90
91 2002-04-30: Platon Fomichev <platon@innotek.de>
92 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
93 SystemTimeToFileTime bugfixes
94 - USER32: o Focus fix when minimizing window
95
96 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
97 - KERNEL32: o Export RegisterCustomDriver
98
99 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
100 - OLEAUT32: o Clean up hash object during dll unload
101 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
102 and DestroyTIB
103 o fixed unicode conversion for APIs that allow
104 NULL strings as input parameter (SearchPathW,
105 Registry APIs) not to set last error to EROROR_INVALID_HANDLE
106 o wprocess.cpp:
107 - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
108 to start PE-clients inside a new debugger instance
109 - GetModuleFileName fixes (don't count zero termination)
110 o don't set last error in HeapFree()
111 - COMCTL32: o Draglist control bugfix (crash)
112
113 2002-04-28: knut st. osmundsen <bird@anduin.net>
114 - Configure.cmd, Odincrt:
115 o Added option --with-klib to configure.cmd to link
116 odincrt with the electric debug heap of kLib.
117 Concider this experimental!
118
119 2002-04-28: Platon Fomichev <platon@innotek.de>
120 - USER32: o Focus fix when minimizing window
121 - IPHLPAPI: o Bugfix
122
123 2002-04-24: Platon Fomichev <platon@innotek.de>
124 - USER32: o Don't activate window when it's minimized (ShowWindow)
125 o Deactivate window & move to bottom of z-order when it's
126 minimized
127 o Listbox fix; rollup dropdown if mouse button pressed outside
128 control
129
130 2002-04-17: Platon Fomichev <platon@innotek.de>
131 - COMDLG32: o If application specifies full path in file dialog structure
132 (and initial dir string is NULL), then change to the directory.
133
134 2002-04-17: knut st. osmundsen <bird@anduin.net>
135 - Makefiles:
136 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
137 mode. See /tools/profilerfix/Readme.1st for details.
138 - ProfilerFix:
139 o Added readme.1st for VAC308, vac365 profiling using the
140 VAC4 profiler features.
141
142 2002-04-14: knut st. osmundsen <bird@anduin.net>
143 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
144 o Added testcases to makescripts in the testcase subdir.
145 'nmake build testcase' from that dir will build test
146 program(s) and run testcases.
147
148 2002-04-13: knut st. osmundsen <bird@anduin.net>
149 - Windefs.h:
150 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
151 - KERNEL32: o GetDriveType optimizations.
152 Made it just as strict as WinXP. Hope this won't
153 blow up any thing. (A little bit worried about a call in
154 shell32/folders.c and mci_open.)
155 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
156 o Made (stupid) test program which is placed in the testcase
157 subdir. This is compilable for both OS/2 and NT.
158 o Hot fix for 0 CDROM issue. (To be removed)
159
160 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
161
162 2002-04-11: knut st. osmundsen <bird@anduin.net>
163 - Makefiles:
164 o Output linenumbers to the map file when linking.
165 o Attempt at VAC308 profiling (icsperf.exe).
166 This is only enabled if you set PROFILE without DEBUG.
167 - ProfileFix:
168 o Hack to prevent the app which is profiled to crash
169 on Warp 4.5+.
170 - Install: o Changed it to work with 0.9.18+. Not that this fix
171 requires a bugfix over the 0.9.18 warping release.
172 - DailyBuild:
173 o Updated scripts so I can run the daily build on my
174 workstaion at home.
175
176 2002-04-10: knut st. osmundsen <bird@anduin.net>
177 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
178 - src/makefile:
179 o Update the CUSTOMBUILD module list.
180
181 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
182 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
183 support for shared critical sections; which is currently
184 not possible with the Win32 version due to missing
185 support for global object handles in kernel32)
186 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
187 o Rewrote global vmutex usage (mmap)
188 - USER32: o Rewrote global vmutex usage (window handles)
189 o EnumWindows made safer
190 o Fixed bug in desktop window constructor (double window
191 handle allocation)
192 - WINMM: o Rewrote vmutex usage (wave in/out classes)
193 - GDI32: o Rewrote vmutex usage (object handle functions)
194 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
195
196 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
197 - KERNEL32: o Do not test for write capability with CDROM drives
198 (IOCTL_DISK_IS_WRITABLE)
199
Note: See TracBrowser for help on using the repository browser.