source: trunk/changelog@ 8487

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

* empty log message *

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