source: trunk/changelog@ 8451

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

* empty log message *

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