source: trunk/changelog@ 8437

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

* empty log message *

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