source: trunk/changelog@ 8425

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

* empty log message *

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