source: trunk/changelog@ 8453

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

* empty log message *

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