source: trunk/changelog@ 8482

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

* empty log message *

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