source: trunk/changelog@ 8447

Last change on this file since 8447 was 8447, checked in by sandervl, 23 years ago

* empty log message *

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