source: trunk/changelog@ 8440

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

* empty log message *

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