source: trunk/changelog@ 8435

Last change on this file since 8435 was 8435, checked in by bird, 23 years ago

* empty log message *

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