source: trunk/changelog@ 8419

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

* empty log message *

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